Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dtime_point_get.hpp106 … time_point_units<CharT> const &facet = std::use_facet<time_point_units<CharT> >(is.getloc()); in get() local
111 time_point_units_default<CharT> facet; in get() local
117 …iter_type get(time_point_units<CharT> const &facet, iter_type s, iter_type end, std::ios_base& ios, in get()
221 … time_point_units<CharT> const &facet = std::use_facet<time_point_units<CharT> >(is.getloc()); in get() local
227 time_point_units_default<CharT> facet; in get() local
248 duration_get<CharT> const &facet = std::use_facet<duration_get<CharT> >(is.getloc()); in get_duration() local
253 duration_get<CharT> facet; in get_duration() local
259 …iter_type get_duration(duration_get<CharT> const& facet, iter_type s, iter_type end, std::ios_base… in get_duration()
281 … time_point_units<CharT> const &facet = std::use_facet<time_point_units<CharT> >(is.getloc()); in get_epoch() local
286 time_point_units_default<CharT> facet; in get_epoch() local
[all …]
Dtime_point_put.hpp98 time_point_units<CharT> const &facet = in put() local
104 time_point_units_default<CharT> facet; in put() local
167 time_point_units<CharT> const &facet = in put() local
174 time_point_units_default<CharT> facet; in put() local
194 duration_put<CharT> const &facet = std::use_facet<duration_put<CharT> >(ios.getloc()); in put_duration() local
199 duration_put<CharT> facet; in put_duration() local
223 … time_point_units<CharT> const &facet = std::use_facet<time_point_units<CharT> >(os.getloc()); in put_epoch() local
228 time_point_units_default<CharT> facet; in put_epoch() local
234 iter_type put_epoch(time_point_units<CharT> const& facet, iter_type s, std::ios_base&) const in put_epoch()
Dduration_put.hpp109 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >( in put() local
115 duration_units_default<CharT> facet; in put() local
177 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >( in put() local
184 duration_units_default<CharT> facet; in put() local
248 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >( in put_unit() local
254 duration_units_default<CharT> facet; in put_unit() local
260 …iter_type put_unit(duration_units<CharT> const& facet, iter_type s, std::ios_base& ios, char_type … in put_unit()
278 …iter_type put_unit(duration_units<CharT> const& facet, iter_type s, std::ios_base& ios, char_type … in put_unit()
Dduration_get.hpp181 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >(ios.getloc()); in get() local
186 duration_units_default<CharT> facet; in get() local
192 … iter_type get(duration_units<CharT> const&facet, iter_type s, iter_type end, std::ios_base& ios, in get()
344 duration_units<CharT> const&facet = std::use_facet<duration_units<CharT> >(ios.getloc()); in get() local
350 duration_units_default<CharT> facet; in get() local
432 duration_units_default<CharT> facet; in get_unit() local
438 …iter_type get_unit(duration_units<CharT> const &facet, iter_type i, iter_type e, std::ios_base& is, in get_unit()
520 iter_type do_get_n_d_valid_unit(duration_units<CharT> const &facet, iter_type i, iter_type e, in do_get_n_d_valid_unit()
557 iter_type do_get_valid_unit(duration_units<CharT> const &facet, iter_type i, iter_type e, in do_get_valid_unit()
Dtime_point_io.hpp71 typedef std::time_get<CharT> facet; typedef
/external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/
Dtesttime_input_facet.cpp22 boost::posix_time::time_input_facet* facet) in failure_test()
48 boost::posix_time::time_input_facet* facet) in failure_test()
/external/sdv/vsomeip/third_party/boost/date_time/test/local_time/
Dtestlocal_time_input_facet.cpp19 boost::local_time::local_time_input_facet* facet) in failure_test()
45 boost::local_time::local_time_input_facet* facet) in failure_test()
/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/
Dtestdate_input_facet.cpp22 boost::gregorian::date_input_facet* facet) in failure_test()
48 boost::gregorian::date_input_facet* facet) in failure_test()
145 date_input_facet* facet = new date_input_facet(); in main() local
/external/fmtlib/include/fmt/
Dformat-inl.h95 auto& facet = std::use_facet<std::numpunct<Char>>(loc.get<std::locale>()); variable
121 using facet = format_facet<std::locale>; variable
Dchrono.h412 const auto& facet = std::use_facet<std::time_put<Char>>(loc); in do_write() local
/external/sdv/vsomeip/third_party/boost/spirit/example/karma/
Dbasic_facilities.cpp207 date_facet* facet(new date_facet("%A %B %d, %Y")); in main() local
/external/clang/test/CXX/class/class.friend/
Dp1.cpp73 class facet {}; class in A
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
DPolyhedronsSet.java391 final int[] facet = facets.get(references[v][k]); in successors() local
477 … private void addContribution(final SubHyperplane<Euclidean3D> facet, final boolean reversed) { in addContribution()
DOutlineExtractor.java164 … private void addContribution(final SubHyperplane<Euclidean3D> facet, final boolean reversed) { in addContribution()
/external/libxml2/
Dxmlschemastypes.c5246 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) in xmlSchemaGetFacetValueAsULong()
5270 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, in xmlSchemaValidateListSimpleTypeFacet()
5325 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, in xmlSchemaValidateLengthFacetInternal()
5442 xmlSchemaFacetPtr facet, in xmlSchemaValidateLengthFacet()
5470 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, in xmlSchemaValidateLengthFacetWhtsp()
5496 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, in xmlSchemaValidateFacetInternal()
5731 xmlSchemaFacetPtr facet, in xmlSchemaValidateFacet()
5769 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, in xmlSchemaValidateFacetWhtsp()
Dxmlschemas.c1840 xmlSchemaFacetPtr facet; in xmlSchemaFormatFacetEnumSet() local
2727 xmlSchemaFacetPtr facet, in xmlSchemaFacetErr()
3109 xmlSchemaFacetPtr facet) in xmlSchemaPIllegalFacetAtomicErr()
3138 xmlSchemaFacetPtr facet) in xmlSchemaPIllegalFacetListUnionErr()
4030 xmlSchemaFreeFacet(xmlSchemaFacetPtr facet) in xmlSchemaFreeFacet()
4057 xmlSchemaFacetPtr facet, next; in xmlSchemaFreeType() local
6607 xmlSchemaFacetPtr facet; in xmlSchemaParseFacet() local
11628 xmlSchemaFacetPtr facet, lastfacet = NULL; in xmlSchemaParseRestriction() local
15313 xmlSchemaFacetPtr facet; in xmlSchemaCheckCOSSTRestricts() local
15389 xmlSchemaFacetPtr facet; in xmlSchemaCheckCOSSTRestricts() local
[all …]
Drelaxng.c630 xmlRelaxNGFacetCheck facet; /* the facet check function */ member
2470 xmlSchemaFacetPtr facet; in xmlRelaxNGSchemaFacetCheck() local
2743 xmlRelaxNGFacetCheck facet, in xmlRelaxNGRegisterTypeLibrary()
Dtestapi.c35615 xmlSchemaFacetPtr facet; /* the facet */ in test_xmlSchemaCheckFacet() local
35982 xmlSchemaFacetPtr facet; /* an schemas type facet */ in test_xmlSchemaGetFacetValueAsULong() local
36310 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateFacet() local
36363 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateFacetWhtsp() local
36434 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateLengthFacet() local
36494 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateLengthFacetWhtsp() local
36563 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateListSimpleTypeFacet() local
/external/fmtlib/test/
Dchrono-test.cc63 auto& facet = std::use_facet<std::time_put<char>>(loc); in system_strftime() local
598 auto& facet = std::use_facet<std::time_put<char>>(loc); in format_tm() local
Dxchar-test.cc318 auto& facet = std::use_facet<std::time_put<wchar_t>>(loc); in system_wcsftime() local
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dgenerate_static.hpp908 facet_t const& facet = std::use_facet<facet_t>(std::locale()); in generate_cpp() local
/external/aws-sdk-java-v2/services/cloudsearchdomain/src/main/resources/codegen-resources/
Dservice-2.json283 "facet":{ object
/external/cronet/third_party/libxml/src/include/libxml/
DschemasInternals.h400 xmlSchemaFacetPtr facet;/* the linked facet */ member
/external/libxml2/include/libxml/
DschemasInternals.h401 xmlSchemaFacetPtr facet;/* the linked facet */ member
/external/cronet/third_party/libxml/src/
Dtestapi.c34791 xmlSchemaFacetPtr facet; /* the facet */ in test_xmlSchemaCheckFacet() local
35158 xmlSchemaFacetPtr facet; /* an schemas type facet */ in test_xmlSchemaGetFacetValueAsULong() local
35486 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateFacet() local
35539 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateFacetWhtsp() local
35610 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateLengthFacet() local
35670 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateLengthFacetWhtsp() local
35739 xmlSchemaFacetPtr facet; /* the facet to check */ in test_xmlSchemaValidateListSimpleTypeFacet() local