/external/skia/src/sfnt/ |
D | SkSFNTHeader.h | 26 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
|
D | SkTTCFHeader.h | 21 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
|
D | SkOTTable_loca.h | 20 static const SK_OT_CHAR TAG3 = 'a'; member
|
D | SkOTTable_maxp.h | 21 static const SK_OT_CHAR TAG3 = 'p'; member
|
D | SkOTTable_EBSC.h | 21 static const SK_OT_CHAR TAG3 = 'C'; member
|
D | SkOTTable_post.h | 20 static const SK_OT_CHAR TAG3 = 't'; member
|
D | SkOTTableTypes.h | 44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
|
D | SkOTTable_fvar.h | 20 static const SK_OT_CHAR TAG3 = 'r'; member
|
D | SkOTTable_OS_2.h | 24 static constexpr SK_OT_CHAR TAG3 = '2'; member
|
D | SkOTTable_hhea.h | 20 static const SK_OT_CHAR TAG3 = 'a'; member
|
D | SkOTTable_gasp.h | 20 static const SK_OT_CHAR TAG3 = 'p'; member
|
D | SkOTTable_EBDT.h | 22 static const SK_OT_CHAR TAG3 = 'T'; member
|
/external/skqp/src/sfnt/ |
D | SkSFNTHeader.h | 26 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
|
D | SkTTCFHeader.h | 21 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
|
D | SkOTTable_loca.h | 20 static const SK_OT_CHAR TAG3 = 'a'; member
|
D | SkOTTable_maxp.h | 21 static const SK_OT_CHAR TAG3 = 'p'; member
|
D | SkOTTable_EBSC.h | 21 static const SK_OT_CHAR TAG3 = 'C'; member
|
D | SkOTTable_post.h | 20 static const SK_OT_CHAR TAG3 = 't'; member
|
D | SkOTTableTypes.h | 44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
|
D | SkOTTable_hhea.h | 20 static const SK_OT_CHAR TAG3 = 'a'; member
|
D | SkOTTable_OS_2.h | 24 static constexpr SK_OT_CHAR TAG3 = '2'; member
|
D | SkOTTable_fvar.h | 20 static const SK_OT_CHAR TAG3 = 'r'; member
|
D | SkOTTable_gasp.h | 20 static const SK_OT_CHAR TAG3 = 'p'; member
|
D | SkOTTable_EBDT.h | 22 static const SK_OT_CHAR TAG3 = 'T'; member
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/tags/ |
D | TaggerImplTest.java | 58 private static final Tag TAG3 = Tag.create(K3, V3); field in TaggerImplTest 98 TagContext tags = new SimpleTagContext(TAG1, TAG2, TAG3); in currentBuilder() 101 assertThat(tagContextToList(result.build())).containsExactly(TAG1, TAG2, TAG3); in currentBuilder() 156 TagContext unknownTagContext = new SimpleTagContext(TAG1, TAG2, TAG3); in toBuilder_ConvertUnknownTagContextToTagContextImpl() 158 assertThat(tagContextToList(newTagContext)).containsExactly(TAG1, TAG2, TAG3); in toBuilder_ConvertUnknownTagContextToTagContextImpl() 205 TagContext unknownTagContext = new SimpleTagContext(TAG1, TAG2, TAG3); in getCurrentTagContext_ConvertUnknownTagContextToTagContextImpl() 208 assertThat(tagContextToList(result)).containsExactly(TAG1, TAG2, TAG3); in getCurrentTagContext_ConvertUnknownTagContextToTagContextImpl() 254 TagContext unknownTagContext = new SimpleTagContext(TAG1, TAG2, TAG3); in withTagContext_ConvertUnknownTagContextToTagContextImpl() 257 assertThat(tagContextToList(result)).containsExactly(TAG1, TAG2, TAG3); in withTagContext_ConvertUnknownTagContextToTagContextImpl()
|