Home
last modified time | relevance | path

Searched refs:facet (Results 1 – 25 of 85) sorted by relevance

1234

/external/libxml2/include/libxml/
Dxmlschemastypes.h51 xmlSchemaFacetPtr facet,
55 xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
66 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
71 xmlSchemaFreeFacet (xmlSchemaFacetPtr facet);
78 xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet,
92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
95 xmlSchemaFacetPtr facet,
100 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet,
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
D2006-04-04-zextload.ll6 %struct._Impl = type { i32, %struct.facet**, i64, %struct.facet**, i8** }
8 %"struct.__codecvt_abstract_base<char,char,__mbstate_t>" = type { %struct.facet }
10 %struct.facet = type { i32 (...)**, i32 }
/external/libxml2/result/schemas/
Ddecimal-3_1_0.err1 ./test/schemas/decimal-3_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'tot…
3 ./test/schemas/decimal-3_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'tot…
5 ./test/schemas/decimal-3_0.xml:14: element val: Schemas validity error : Element 'val': [facet 'tot…
7 ./test/schemas/decimal-3_0.xml:15: element val: Schemas validity error : Element 'val': [facet 'tot…
Dhexbinary_0_1.err5 ./test/schemas/hexbinary_1.xml:11: element hex2: Schemas validity error : Element 'hex2': [facet 'm…
7 ./test/schemas/hexbinary_1.xml:13: element hex3: Schemas validity error : Element 'hex3': [facet 'l…
9 ./test/schemas/hexbinary_1.xml:14: element hex3: Schemas validity error : Element 'hex3': [facet 'l…
/external/python/google-api-python-client/samples/searchforshopping/
Dhistograms.py39 facet = response['facets'][0]
41 print('\n\tHistogram for "%s":\n' % facet['property'])
46 for bucket in facet['buckets']:
/external/libxml2/
Dxmlschemastypes.c5065 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) in xmlSchemaGetFacetValueAsULong() argument
5070 if (facet == NULL) in xmlSchemaGetFacetValueAsULong()
5072 return ((unsigned long) facet->val->value.decimal.lo); in xmlSchemaGetFacetValueAsULong()
5088 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, in xmlSchemaValidateListSimpleTypeFacet() argument
5093 if (facet == NULL) in xmlSchemaValidateListSimpleTypeFacet()
5099 if (facet->type == XML_SCHEMA_FACET_LENGTH) { in xmlSchemaValidateListSimpleTypeFacet()
5100 if (actualLen != facet->val->value.decimal.lo) { in xmlSchemaValidateListSimpleTypeFacet()
5102 *expectedLen = facet->val->value.decimal.lo; in xmlSchemaValidateListSimpleTypeFacet()
5105 } else if (facet->type == XML_SCHEMA_FACET_MINLENGTH) { in xmlSchemaValidateListSimpleTypeFacet()
5106 if (actualLen < facet->val->value.decimal.lo) { in xmlSchemaValidateListSimpleTypeFacet()
[all …]
Dxmlschemas.c1797 xmlSchemaFacetPtr facet; in xmlSchemaFormatFacetEnumSet() local
1811 for (facet = type->facets; facet != NULL; facet = facet->next) { in xmlSchemaFormatFacetEnumSet()
1812 if (facet->type != XML_SCHEMA_FACET_ENUMERATION) in xmlSchemaFormatFacetEnumSet()
1815 res = xmlSchemaGetCanonValueWhtspExt(facet->val, in xmlSchemaFormatFacetEnumSet()
2653 xmlSchemaFacetPtr facet, in xmlSchemaFacetErr() argument
2670 facetType = facet->type; in xmlSchemaFacetErr()
2693 snprintf(len, 24, "%lu", xmlSchemaGetFacetValueAsULong(facet)); in xmlSchemaFacetErr()
2722 facet->value); in xmlSchemaFacetErr()
2727 facet->value); in xmlSchemaFacetErr()
2732 facet->value); in xmlSchemaFacetErr()
[all …]
/external/clang/test/CXX/class/class.friend/
Dp1.cpp71 class facet;
72 friend class facet; // should not assert
73 class facet {}; class in A
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
D2006-01-14-CallGraphUpdate.ll3 …struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet" }
9 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
10 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
/external/llvm/test/Transforms/Inline/
D2006-01-14-CallGraphUpdate.ll3 …struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet" }
9 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
10 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2006-01-14-CallGraphUpdate.ll3 …struct.std::__codecvt_abstract_base<char,char,__mbstate_t>" = type { %"struct.std::locale::facet" }
9 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
10 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle64 d facet value like(xmlSchemaFacetPtr)
72 d facet value like(xmlSchemaFacetPtr)
92 d facet value like(xmlSchemaFacetPtr)
99 d facet value like(xmlSchemaFacetPtr)
117 d facet value like(xmlSchemaFacetPtr)
146 d facet value like(xmlSchemaFacetPtr)
153 d facet value like(xmlSchemaFacetPtr)
162 d facet value like(xmlSchemaFacetPtr)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Ddbginfo.ll34 …%"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i32*, i8, …
41 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
42 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
43 …,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
44 …,std::ostreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
Ddbginfo.ll34 …%"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i32*, i8, …
41 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
42 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
43 …,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
44 …,std::ostreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
/external/llvm/test/Transforms/SimplifyCFG/
Ddbginfo.ll34 …%"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i32*, i8, …
41 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
42 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
43 …,std::istreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
44 …,std::ostreambuf_iterator<char, std::char_traits<char> > >" = type { %"struct.std::locale::facet" }
/external/llvm/test/CodeGen/Generic/
D2009-11-16-BadKillsCrash.ll4 %"struct.std::__ctype_abstract_base<wchar_t>" = type { %"struct.std::locale::facet" }
9 %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, […
14 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
15 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
D2007-04-30-LandingPadBranchFolding.ll6 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
7 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2009-11-16-BadKillsCrash.ll4 %"struct.std::__ctype_abstract_base<wchar_t>" = type { %"struct.std::locale::facet" }
9 %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, […
14 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
15 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
D2009-11-16-BadKillsCrash.ll4 %"struct.std::__ctype_abstract_base<wchar_t>" = type { %"struct.std::locale::facet" }
9 %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, […
14 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
15 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
D2007-04-30-LandingPadBranchFolding.ll6 …td::locale::_Impl" = type { i32, %"struct.std::locale::facet"**, i32, %"struct.std::locale::facet"…
7 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
/external/libcxx/include/
D__locale109 class _LIBCPP_TYPE_VIS facet;
160 void __install_ctor(const locale&, facet*, long);
163 const facet* use_facet(id&) const;
169 class _LIBCPP_TYPE_VIS locale::facet
174 explicit facet(size_t __refs = 0)
177 virtual ~facet();
179 // facet(const facet&) = delete; // effectively done in __shared_count
180 // void operator=(const facet&) = delete;
216 __throw_runtime_error("locale::combine: locale missing facet");
241 : public locale::facet
[all …]
/external/libcxx/test/libcxx/localization/locales/locale/locale.types/locale.facet/
Dfacet.pass.cpp27 : public std::locale::facet
31 : std::locale::facet(refs) in my_facet()
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
Dtypes.pass.cpp26 static_assert((std::is_base_of<std::locale::facet, std::num_get<char> >::value), ""); in main()
27 static_assert((std::is_base_of<std::locale::facet, std::num_get<wchar_t> >::value), ""); in main()
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/
Dtypes.pass.cpp26 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), ""); in main()
27 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), ""); in main()
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/
Dtypes.pass.cpp26 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), ""); in main()
27 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), ""); in main()

1234