Home
last modified time | relevance | path

Searched defs:TAG3 (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/skia/src/sfnt/
H A DSkSFNTHeader.h26 static const SK_OT_CHAR TAG3 = 0; member
33 static const SK_OT_CHAR TAG3 = 'e'; member
40 static const SK_OT_CHAR TAG3 = '1'; member
47 static const SK_OT_CHAR TAG3 = 'O'; member
H A DSkTTCFHeader.h21 static const SK_OT_CHAR TAG3 = 'f'; member
37 static const SK_OT_CHAR TAG3 = 0; member
44 static const SK_OT_CHAR TAG3 = 'G'; member
H A DSkOTTable_loca.h20 static const SK_OT_CHAR TAG3 = 'a'; member
H A DSkOTTable_maxp.h21 static const SK_OT_CHAR TAG3 = 'p'; member
H A DSkOTTable_hmtx.h20 static const SK_OT_CHAR TAG3 = 'x'; member
H A DSkOTTable_OS_2.h24 inline static constexpr SK_OT_CHAR TAG3 = '2'; member
H A DSkOTTable_EBSC.h21 static const SK_OT_CHAR TAG3 = 'C'; member
H A DSkOTTable_sbix.h23 static const SK_OT_CHAR TAG3 = 'x'; member
H A DSkOTTable_post.h20 static const SK_OT_CHAR TAG3 = 't'; member
H A DSkOTTable_gasp.h20 static const SK_OT_CHAR TAG3 = 'p'; member
H A DSkOTTable_fvar.h20 static const SK_OT_CHAR TAG3 = 'r'; member
H A DSkOTTable_hhea.h20 static const SK_OT_CHAR TAG3 = 'a'; member
H A DSkOTTable_EBDT.h22 static const SK_OT_CHAR TAG3 = 'T'; member
H A DSkOTTable_head.h20 static const SK_OT_CHAR TAG3 = 'd'; member
H A DSkOTTable_EBLC.h21 static const SK_OT_CHAR TAG3 = 'C'; member
H A DSkOTTable_glyf.h24 static const SK_OT_CHAR TAG3 = 'f'; member
H A DSkOTTable_name.h21 static const SK_OT_CHAR TAG3 = 'e'; member
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/
H A Dte_category_macros.h80 #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.h80 #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/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainerTest.java42 private static final String TAG3 = "TAG2"; field in CarHeadsUpNotificationContainerTest
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/tags/
H A DTaggerImplTest.java58 private static final Tag TAG3 = Tag.create(K3, V3); field in TaggerImplTest