Home
last modified time | relevance | path

Searched defs:TAG1 (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/skia/src/sfnt/
H A DSkSFNTHeader.h24 static const SK_OT_CHAR TAG1 = 1; member
31 static const SK_OT_CHAR TAG1 = 'r'; member
38 static const SK_OT_CHAR TAG1 = 'y'; member
45 static const SK_OT_CHAR TAG1 = 'T'; member
H A DSkTTCFHeader.h19 static const SK_OT_CHAR TAG1 = 't'; member
35 static const SK_OT_CHAR TAG1 = 0; member
42 static const SK_OT_CHAR TAG1 = 'S'; member
H A DSkOTTable_loca.h18 static const SK_OT_CHAR TAG1 = 'o'; member
H A DSkOTTable_maxp.h19 static const SK_OT_CHAR TAG1 = 'a'; member
H A DSkOTTable_hmtx.h18 static const SK_OT_CHAR TAG1 = 'm'; member
H A DSkOTTable_OS_2.h22 inline static constexpr SK_OT_CHAR TAG1 = 'S'; member
H A DSkOTTable_EBSC.h19 static const SK_OT_CHAR TAG1 = 'S'; member
H A DSkOTTable_sbix.h21 static const SK_OT_CHAR TAG1 = 'b'; member
H A DSkOTTable_post.h18 static const SK_OT_CHAR TAG1 = 'o'; member
H A DSkOTTable_gasp.h18 static const SK_OT_CHAR TAG1 = 'a'; member
H A DSkOTTable_fvar.h18 static const SK_OT_CHAR TAG1 = 'v'; member
H A DSkOTTable_hhea.h18 static const SK_OT_CHAR TAG1 = 'h'; member
H A DSkOTTable_EBDT.h20 static const SK_OT_CHAR TAG1 = 'B'; member
H A DSkOTTable_head.h18 static const SK_OT_CHAR TAG1 = 'e'; member
H A DSkOTTable_EBLC.h19 static const SK_OT_CHAR TAG1 = 'B'; member
H A DSkOTTable_glyf.h22 static const SK_OT_CHAR TAG1 = 'l'; member
H A DSkOTTable_name.h19 static const SK_OT_CHAR TAG1 = 'a'; member
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/
H A Dte_category_macros.h76 #define PERFETTO_I_TE_CAT_DEFINE_TAGS_1(NAME, DESC, TAG1) \ argument
78 #define PERFETTO_I_TE_CAT_DEFINE_TAGS_2(NAME, DESC, TAG1, TAG2) \ argument
80 #define PERFETTO_I_TE_CAT_DEFINE_TAGS_3(NAME, DESC, TAG1, TAG2, TAG3) \ argument
82 #define PERFETTO_I_TE_CAT_DEFINE_TAGS_4(NAME, DESC, TAG1, TAG2, TAG3, TAG4) \ argument
/aosp_15_r20/external/perfetto/include/perfetto/public/
H A Dte_category_macros.h76 #define PERFETTO_I_TE_CAT_DEFINE_TAGS_1(NAME, DESC, TAG1) \ argument
78 #define PERFETTO_I_TE_CAT_DEFINE_TAGS_2(NAME, DESC, TAG1, TAG2) \ argument
80 #define PERFETTO_I_TE_CAT_DEFINE_TAGS_3(NAME, DESC, TAG1, TAG2, TAG3) \ argument
82 #define PERFETTO_I_TE_CAT_DEFINE_TAGS_4(NAME, DESC, TAG1, TAG2, TAG3, TAG4) \ argument
/aosp_15_r20/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DViewerConfigProtoBuilderTest.kt27 private val TAG1 = "WM_TEST" constant
H A DViewerConfigJsonBuilderTest.kt28 private val TAG1 = "WM_TEST" constant
/aosp_15_r20/external/opencensus-java/api/src/test/java/io/opencensus/tags/
H A DTagContextTest.java34 private static final Tag TAG1 = Tag.create(TagKey.create("key"), TagValue.create("val")); field in TagContextTest
/aosp_15_r20/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainerTest.java40 private static final String TAG1 = "TAG1"; field in CarHeadsUpNotificationContainerTest
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/tags/
H A DTaggerImplTest.java56 private static final Tag TAG1 = Tag.create(K1, V1); field in TaggerImplTest
/aosp_15_r20/cts/tests/tests/appop/src/android/app/appops/cts/
H A DDiscreteAppopsTest.kt73 private const val TAG1 = "tag1" in <lambda>() constant