/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/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/boost/boost/bimap/detail/ |
D | map_view_iterator.hpp | 45 template< class Tag, class BimapCore > struct map_view_iterator ; 46 template< class Tag, class BimapCore > struct const_map_view_iterator ; 48 template< class Tag, class BimapCore > struct reverse_map_view_iterator ; 49 template< class Tag, class BimapCore > struct const_reverse_map_view_iterator ; 51 template< class Tag, class BimapCore > struct local_map_view_iterator ; 52 template< class Tag, class BimapCore > struct const_local_map_view_iterator ; 107 template< class Tag, class BimapCore > 110 map_view_iterator<Tag,BimapCore>, 111 BOOST_DEDUCED_TYPENAME core_iterator_type_by<Tag,BimapCore>::type, 113 ::boost::bimaps::support::value_type_by<Tag,BimapCore>::type [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/boost/boost/mpl/aux_/preprocessed/dmc/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpccmcavs.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 …]
|
/third_party/boost/boost/hof/ |
D | alias.hpp | 67 template<class T, class Tag, class=void> 72 template<class T, class Tag> 73 struct has_tag<T, Tag, typename detail::holder< 76 : std::is_same<typename alias_tag<T>::type, Tag> 100 template<class T, class Tag=void> 108 template<class Tag, class T, class... Ts> \ 109 constexpr auto alias_value(alias<T, Tag> ref a, Ts&&...) BOOST_HOF_RETURNS(move(a.value)) 112 template<class T, class Tag> 113 struct alias_tag<alias<T, Tag>> 114 { typedef Tag type; }; [all …]
|
/third_party/boost/boost/pending/ |
D | property.hpp | 23 template < class Tag, class T, class Base = no_property > struct property 26 typedef Tag tag_type; 103 template < typename Tag, typename T, typename Base > \ 104 struct lookup_one_property_internal< property< Tag, T, Base >, tag > \ 107 typedef property< Tag, T, Base > type; \ 132 template < typename Tag, typename T, typename Base > \ 133 struct lookup_one_property_internal< property< Tag, T, Base >, \ 149 lookup(property< Tag, T, Base >& p, BundleTag) \ 159 lookup(const property< Tag, T, Base >& p, BundleTag) \ 172 template < typename Tag, typename T, typename Base > [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>,Tag, int_< -1 > > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>,Tag, int_< -1 > > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>,Tag, int_< -1 > > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/plain/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/ |
D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>,Tag, int_< -1 > > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
/third_party/boost/boost/parameter/ |
D | keyword.hpp | 49 template <typename Tag> 52 typedef Tag tag; 66 typename Tag::qualifier 71 typename Tag::qualifier 82 typename Tag::qualifier 88 typename Tag::qualifier 97 , ::boost::parameter::aux::tag<Tag,T const&> 102 ::tag<Tag,T const&>::type result; in operator =() 114 typename Tag::qualifier 119 typename Tag::qualifier [all …]
|
/third_party/boost/boost/proto/ |
D | fusion.hpp | 65 template<typename Tag> 79 is_same<Tag, typename Expr::proto_tag>::value 270 template<typename Tag> 273 template<typename Tag, typename Domain> 274 struct is_sequence_impl<proto::tag::proto_flat_view<Tag, Domain> > 282 template<typename Tag, typename Domain> 283 struct is_sequence_impl<proto::tag::proto_expr<Tag, Domain> > 291 template<typename Tag> 294 template<typename Tag, typename Domain> 295 struct is_view_impl<proto::tag::proto_flat_view<Tag, Domain> > [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 …]
|