/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | tag.cc | 26 const int32_t Tag::ttcf = TAG('t', 't', 'c', 'f'); 27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p'); 28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd'); 29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a'); 30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x'); 31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p'); 32 const int32_t Tag::name = TAG('n', 'a', 'm', 'e'); 33 const int32_t Tag::OS_2 = TAG('O', 'S', '/', '2'); 34 const int32_t Tag::post = TAG('p', 'o', 's', 't'); 35 const int32_t Tag::cvt = TAG('c', 'v', 't', ' '); [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | tag.cc | 26 const int32_t Tag::ttcf = TAG('t', 't', 'c', 'f'); 27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p'); 28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd'); 29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a'); 30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x'); 31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p'); 32 const int32_t Tag::name = TAG('n', 'a', 'm', 'e'); 33 const int32_t Tag::OS_2 = TAG('O', 'S', '/', '2'); 34 const int32_t Tag::post = TAG('p', 'o', 's', 't'); 35 const int32_t Tag::cvt = TAG('c', 'v', 't', ' '); [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 29 public final class Tag { class 30 public static final int ttcf = Tag.intValue(new byte[]{'t', 't', 'c', 'f'}); 39 public static final int cmap = Tag.intValue(new byte[]{'c', 'm', 'a', 'p'}); 40 public static final int head = Tag.intValue(new byte[]{'h', 'e', 'a', 'd'}); 41 public static final int hhea = Tag.intValue(new byte[]{'h', 'h', 'e', 'a'}); 42 public static final int hmtx = Tag.intValue(new byte[]{'h', 'm', 't', 'x'}); 43 public static final int maxp = Tag.intValue(new byte[]{'m', 'a', 'x', 'p'}); 44 public static final int name = Tag.intValue(new byte[]{'n', 'a', 'm', 'e'}); 45 public static final int OS_2 = Tag.intValue(new byte[]{'O', 'S', '/', '2'}); 46 public static final int post = Tag.intValue(new byte[]{'p', 'o', 's', 't'}); [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 29 public final class Tag { class 30 public static final int ttcf = Tag.intValue(new byte[]{'t', 't', 'c', 'f'}); 39 public static final int cmap = Tag.intValue(new byte[]{'c', 'm', 'a', 'p'}); 40 public static final int head = Tag.intValue(new byte[]{'h', 'e', 'a', 'd'}); 41 public static final int hhea = Tag.intValue(new byte[]{'h', 'h', 'e', 'a'}); 42 public static final int hmtx = Tag.intValue(new byte[]{'h', 'm', 't', 'x'}); 43 public static final int maxp = Tag.intValue(new byte[]{'m', 'a', 'x', 'p'}); 44 public static final int name = Tag.intValue(new byte[]{'n', 'a', 'm', 'e'}); 45 public static final int OS_2 = Tag.intValue(new byte[]{'O', 'S', '/', '2'}); 46 public static final int post = Tag.intValue(new byte[]{'p', 'o', 's', 't'}); [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_data.cc | 40 Tag::OS_2, Tag::cmap, Tag::cvt, Tag::feat, Tag::gasp, 41 Tag::glyf, Tag::head, Tag::hhea, Tag::hmtx, Tag::kern, 42 Tag::loca, Tag::maxp, Tag::morx, Tag::name, Tag::post, 43 Tag::prop }; 46 Tag::EBDT, Tag::EBLC, Tag::EBSC, Tag::LTSH, Tag::OS_2, 47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp, 48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx, 49 Tag::loca, Tag::maxp, Tag::name, Tag::post, Tag::prep };
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_data.cc | 40 Tag::OS_2, Tag::cmap, Tag::cvt, Tag::feat, Tag::gasp, 41 Tag::glyf, Tag::head, Tag::hhea, Tag::hmtx, Tag::kern, 42 Tag::loca, Tag::maxp, Tag::morx, Tag::name, Tag::post, 43 Tag::prop }; 46 Tag::EBDT, Tag::EBLC, Tag::EBSC, Tag::LTSH, Tag::OS_2, 47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp, 48 Tag::glyf, Tag::hdmx, Tag::head, Tag::hhea, Tag::hmtx, 49 Tag::loca, Tag::maxp, Tag::name, Tag::post, Tag::prep };
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpciph_aes_ccm_cavs.txt | 17 Tag = 02209f55 25 Tag = 9a04c241 35 Tag = f5f915df 45 Tag = 7a3c3499 55 Tag = f09c2986 63 Tag = 4ae97e71 73 Tag = ecb38c8b 83 Tag = 9c4dc530 93 Tag = 67299ef6 103 Tag = b0538d02 [all …]
|
D | evpciph_aes_ocb.txt | 20 Tag = 197B9C3C441D3C83EAFB2BEF633B9182 28 Tag = 16DC76A46D47E1EAD537209E8A96D14E 36 Tag = 98B91552C8C009185044E30A6EB2FE21 44 Tag = 971EFFCAE19AD4716F88E87B871FBEED 52 Tag = 776C9924D6723A1FC4524532AC3E5BEB 60 Tag = 7DDB8E6CEA6814866212509619B19CC6 68 Tag = 13CC8B747807121A4CBB3E4BD6B456AF 76 Tag = 5FA94FC3F38820F1DC3F3D1FD4E55E1C 84 Tag = 282026DA3068BC9FA118681D559F10F6 92 Tag = 6EF2F52587FDA0ED97DC7EEDE241DF68 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ARMAttributeParser.h | 35 void IntegerAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 37 void StringAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 40 void PrintAttribute(unsigned Tag, unsigned Value, StringRef ValueDesc); 42 void CPU_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 44 void CPU_arch_profile(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 46 void ARM_ISA_use(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 48 void THUMB_ISA_use(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 50 void FP_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 52 void WMMX_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 54 void Advanced_SIMD_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ARMAttributeParser.cpp | 90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute() argument 94 Attributes.insert(std::make_pair(Tag, Value)); in IntegerAttribute() 97 SW->printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), Value); in IntegerAttribute() 100 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() argument 102 StringRef TagName = ARMBuildAttrs::AttrTypeAsString(Tag, /*TagPrefix*/false); in StringAttribute() 107 SW->printNumber("Tag", Tag); in StringAttribute() 114 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() argument 116 Attributes.insert(std::make_pair(Tag, Value)); in PrintAttribute() 119 StringRef TagName = ARMBuildAttrs::AttrTypeAsString(Tag, in PrintAttribute() 122 SW->printNumber("Tag", Tag); in PrintAttribute() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | checkJsxChildrenProperty15.types | 5 const Tag = (x: {}) => <div></div>; 6 >Tag : (x: {}) => JSX.Element 14 const k1 = <Tag />; 16 ><Tag /> : JSX.Element 17 >Tag : (x: {}) => JSX.Element 19 const k2 = <Tag></Tag>; 21 ><Tag></Tag> : JSX.Element 22 >Tag : (x: {}) => JSX.Element 23 >Tag : (x: {}) => JSX.Element 26 const k3 = <Tag children={<div></div>} />; [all …]
|
D | checkJsxChildrenProperty15.js | 4 const Tag = (x: {}) => <div></div>; function 7 const k1 = <Tag />; 8 const k2 = <Tag></Tag>; 11 const k3 = <Tag children={<div></div>} />; 12 const k4 = <Tag key="1"><div></div></Tag>; 13 const k5 = <Tag key="1"><div></div><div></div></Tag>; 20 var Tag = function (x) { return <div></div>; }; class 22 var k1 = <Tag />; 23 var k2 = <Tag></Tag>; 25 var k3 = <Tag children={<div></div>}/>; [all …]
|
D | checkJsxChildrenProperty15.symbols | 5 const Tag = (x: {}) => <div></div>; 6 >Tag : Symbol(Tag, Decl(file.tsx, 2, 5)) 12 const k1 = <Tag />; 14 >Tag : Symbol(Tag, Decl(file.tsx, 2, 5)) 16 const k2 = <Tag></Tag>; 18 >Tag : Symbol(Tag, Decl(file.tsx, 2, 5)) 19 >Tag : Symbol(Tag, Decl(file.tsx, 2, 5)) 22 const k3 = <Tag children={<div></div>} />; 24 >Tag : Symbol(Tag, Decl(file.tsx, 2, 5)) 29 const k4 = <Tag key="1"><div></div></Tag>; [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 100 template <typename IntType, typename Tag> 104 absl::disjunction<std::is_same<Tag, IntervalOpenClosedTag>, 105 std::is_same<Tag, IntervalOpenOpenTag>>>::value, 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 111 template <typename FloatType, typename Tag> 115 absl::disjunction<std::is_same<Tag, IntervalOpenClosedTag>, 116 std::is_same<Tag, IntervalOpenOpenTag>>>::value, 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 122 template <typename NumType, typename Tag> 124 absl::disjunction<std::is_same<Tag, IntervalClosedClosedTag>, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 118 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readFunctionTag() local 119 if (Tag.empty() || Tag[0] != '\0' || Tag[1] != '\0' || Tag[2] != '\0' || in readFunctionTag() 120 Tag[3] != '\1') { in readFunctionTag() 130 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readBlockTag() local 131 if (Tag.empty() || Tag[0] != '\0' || Tag[1] != '\0' || Tag[2] != '\x41' || in readBlockTag() 132 Tag[3] != '\x01') { in readBlockTag() 142 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readEdgeTag() local 143 if (Tag.empty() || Tag[0] != '\0' || Tag[1] != '\0' || Tag[2] != '\x43' || in readEdgeTag() 144 Tag[3] != '\x01') { in readEdgeTag() 154 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readLineTag() local [all …]
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | TypedInteger.h | 53 template <typename Tag, typename T> 57 template <typename Tag, typename T, typename = std::enable_if_t<std::is_integral<T>::value>> 59 using TypedInteger = detail::TypedIntegerImpl<Tag, T>; 65 template <typename Tag, typename T> 136 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument 146 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument 164 SubImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in SubImpl() argument 174 TypedIntegerImpl<Tag, T> lhs, in SubImpl() argument 175 TypedIntegerImpl<Tag, T2> rhs) { in SubImpl() 216 template <typename Tag, typename T> [all …]
|
/third_party/css-what/src/__fixtures__/ |
D | tests.ts | 14 type: SelectorType.Tag, 41 type: SelectorType.Tag, 49 type: SelectorType.Tag, 62 type: SelectorType.Tag, 70 type: SelectorType.Tag, 83 type: SelectorType.Tag, 91 type: SelectorType.Tag, 104 type: SelectorType.Tag, 112 type: SelectorType.Tag, 125 type: SelectorType.Tag, [all …]
|
/third_party/skia/third_party/externals/icu/source/data/zone/ |
D | ceb.txt | 19 ld{"Oras sa Tag-init sa British"} 34 ld{"Oras sa Tag-init sa West Africa"} 39 ld{"Oras sa Tag-init sa Alaska"} 44 ld{"Oras sa Tag-init sa Amazon"} 49 ld{"Sentrong Oras sa Tag-init"} 54 ld{"Oras sa Tag-init sa Sidlakan"} 59 ld{"Oras sa Tag-init sa Kabukiran"} 64 ld{"Oras sa Tag-init sa Pasipiko"} 69 ld{"Oras sa Tag-init sa Apia"} 74 ld{"Oras sa Tag-init sa Arabia"} [all …]
|
/third_party/icu/icu4c/source/data/zone/ |
D | ceb.txt | 19 ld{"Oras sa Tag-init sa British"} 34 ld{"Oras sa Tag-init sa West Africa"} 39 ld{"Oras sa Tag-init sa Alaska"} 44 ld{"Oras sa Tag-init sa Amazon"} 49 ld{"Sentrong Oras sa Tag-init"} 54 ld{"Oras sa Tag-init sa Sidlakan"} 59 ld{"Oras sa Tag-init sa Kabukiran"} 64 ld{"Oras sa Tag-init sa Pasipiko"} 69 ld{"Oras sa Tag-init sa Apia"} 74 ld{"Oras sa Tag-init sa Arabia"} [all …]
|
/third_party/flutter/skia/third_party/externals/piex/src/tiff_directory/ |
D | tiff_directory.h | 67 typedef std::uint32_t Tag; typedef 73 bool Has(const Tag tag) const; 78 bool Get(const Tag tag, std::vector<std::uint8_t>* value) const; 84 bool Get(const Tag tag, std::string* value) const; 91 bool Get(const Tag tag, std::uint32_t* value) const; 92 bool Get(const Tag tag, std::vector<std::uint32_t>* value) const; 99 bool Get(const Tag tag, Rational* value) const; 100 bool Get(const Tag tag, std::vector<Rational>* value) const; 107 bool Get(const Tag tag, SRational* value) const; 108 bool Get(const Tag tag, std::vector<SRational>* value) const; [all …]
|
/third_party/skia/third_party/externals/piex/src/tiff_directory/ |
D | tiff_directory.h | 67 typedef std::uint32_t Tag; typedef 73 bool Has(const Tag tag) const; 78 bool Get(const Tag tag, std::vector<std::uint8_t>* value) const; 84 bool Get(const Tag tag, std::string* value) const; 91 bool Get(const Tag tag, std::uint32_t* value) const; 92 bool Get(const Tag tag, std::vector<std::uint32_t>* value) const; 99 bool Get(const Tag tag, Rational* value) const; 100 bool Get(const Tag tag, std::vector<Rational>* value) const; 107 bool Get(const Tag tag, SRational* value) const; 108 bool Get(const Tag tag, std::vector<SRational>* value) const; [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | Table.java | 19 import com.google.typography.font.sfntly.Tag; 119 sb.append(Tag.stringValue(this.header.tag())); in toString() 188 if (tag == Tag.cmap) { in getBuilder() 190 } else if (tag == Tag.head) { in getBuilder() 192 } else if (tag == Tag.hhea) { in getBuilder() 194 } else if (tag == Tag.hmtx) { in getBuilder() 196 } else if (tag == Tag.maxp) { in getBuilder() 198 } else if (tag == Tag.name) { in getBuilder() 200 } else if (tag == Tag.OS_2) { in getBuilder() 202 } else if (tag == Tag.post) { in getBuilder() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | Table.java | 19 import com.google.typography.font.sfntly.Tag; 119 sb.append(Tag.stringValue(this.header.tag())); in toString() 188 if (tag == Tag.cmap) { in getBuilder() 190 } else if (tag == Tag.head) { in getBuilder() 192 } else if (tag == Tag.hhea) { in getBuilder() 194 } else if (tag == Tag.hmtx) { in getBuilder() 196 } else if (tag == Tag.maxp) { in getBuilder() 198 } else if (tag == Tag.name) { in getBuilder() 200 } else if (tag == Tag.OS_2) { in getBuilder() 202 } else if (tag == Tag.post) { in getBuilder() [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 84 if (tag == Tag::head) { in GetBuilder() 88 } else if (tag == Tag::cmap) { in GetBuilder() 92 } else if (tag == Tag::hhea) { in GetBuilder() 95 } else if (tag == Tag::hmtx) { in GetBuilder() 98 } else if (tag == Tag::maxp) { in GetBuilder() 101 } else if (tag == Tag::name) { in GetBuilder() 104 } else if (tag == Tag::OS_2) { in GetBuilder() 113 }*/ else if (tag == Tag::glyf) { in GetBuilder() 116 } else if (tag == Tag::loca) { in GetBuilder() 119 } else if (tag == Tag::EBDT || tag == Tag::bdat) { in GetBuilder() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 84 if (tag == Tag::head) { in GetBuilder() 88 } else if (tag == Tag::cmap) { in GetBuilder() 92 } else if (tag == Tag::hhea) { in GetBuilder() 95 } else if (tag == Tag::hmtx) { in GetBuilder() 98 } else if (tag == Tag::maxp) { in GetBuilder() 101 } else if (tag == Tag::name) { in GetBuilder() 104 } else if (tag == Tag::OS_2) { in GetBuilder() 113 }*/ else if (tag == Tag::glyf) { in GetBuilder() 116 } else if (tag == Tag::loca) { in GetBuilder() 119 } else if (tag == Tag::EBDT || tag == Tag::bdat) { in GetBuilder() [all …]
|