/ndk/tests/device/test-libc++-shared-full/ |
D | BROKEN_RUN | 18 cd ~/libcxx-test/localization/locale.categories/category.collate/locale.collate.byname 23 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 28 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 33 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 38 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 43 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 48 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 53 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 58 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 63 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname [all …]
|
/ndk/tests/device/test-libc++-static-full/ |
D | BROKEN_RUN | 18 cd ~/libcxx-test/localization/locale.categories/category.collate/locale.collate.byname 23 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 28 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 33 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 38 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 43 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 48 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 53 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 58 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname 63 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/ |
D | iterator.hpp | 33 typedef forward_iterator_tag category; typedef 54 typedef forward_iterator_tag category; 65 typedef forward_iterator_tag category; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | locale | 28 // _lib.category.ctype_ and _lib.facet.ctype.special_, ctype: 36 // _lib.category.numeric_ and _lib.facet.numpunct_, numeric: 42 // _lib.category.collate_, collation: 46 // _lib.category.time_, date and time: 53 // _lib.category.monetary_, money:
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _locale.h | 109 typedef int category; typedef 110 _STLP_STATIC_CONSTANT(category, none = 0x000); 111 _STLP_STATIC_CONSTANT(category, collate = 0x010); 112 _STLP_STATIC_CONSTANT(category, ctype = 0x020); 113 _STLP_STATIC_CONSTANT(category, monetary = 0x040); 114 _STLP_STATIC_CONSTANT(category, numeric = 0x100); 115 _STLP_STATIC_CONSTANT(category, time = 0x200); 116 _STLP_STATIC_CONSTANT(category, messages = 0x400); 117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages); 123 locale(const locale&, const char*, category); [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
D | facade_iterator_category.hpp | 171 >::type category; typedef 176 , typename iterator_category_to_traversal<category>::type 178 , category 179 , iterator_category_with_traversal<category,Traversal>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
D | clear.pass.cpp | 25 assert(ec.category() == std::system_category()); in main() 28 assert(ec.category() == std::generic_category()); in main()
|
D | assign.pass.cpp | 25 assert(ec.category() == std::system_category()); in main() 31 assert(ec.category() == std::generic_category()); in main()
|
D | ErrorConditionEnum.pass.cpp | 25 assert(ec.category() == std::generic_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
D | clear.pass.cpp | 25 assert(ec.category() == std::generic_category()); in main() 28 assert(ec.category() == std::system_category()); in main()
|
D | assign.pass.cpp | 25 assert(ec.category() == std::system_category()); in main() 31 assert(ec.category() == std::generic_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
D | int_error_category.pass.cpp | 24 assert(ec.category() == std::system_category()); in main() 29 assert(ec.category() == std::generic_category()); in main()
|
D | default.pass.cpp | 23 assert(ec.category() == std::generic_category()); in main()
|
D | ErrorConditionEnum.pass.cpp | 24 assert(ec.category() == std::generic_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
D | int_error_category.pass.cpp | 24 assert(ec.category() == std::system_category()); in main() 29 assert(ec.category() == std::generic_category()); in main()
|
D | default.pass.cpp | 23 assert(ec.category() == std::system_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/ |
D | system_category.pass.cpp | 25 assert(e_cond.category() == std::generic_category()); in main() 28 assert(e_cond.category() == std::system_category()); in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale.cpp | 194 locale::category c) { in _Stl_loc_combine_names_aux() 211 locale::category c) { in _Stl_loc_combine_names() 225 locale::category c) { in _Stl_loc_combine_names() 247 locale::locale(const locale& L, const char* name, locale::category c) in locale() 296 locale::locale(const locale& L1, const locale& L2, category c) in locale() 435 const locale::category locale::none; 436 const locale::category locale::collate; 437 const locale::category locale::ctype; 438 const locale::category locale::monetary; 439 const locale::category locale::numeric; [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | system_error | 66 const error_category& category() const noexcept; 95 const error_category& category() const noexcept; 456 const error_category& category() const _NOEXCEPT {return *__cat_;} 475 return __x.category() < __y.category() 476 || (__x.category() == __y.category() && __x.value() < __y.value()); 528 const error_category& category() const _NOEXCEPT {return *__cat_;} 552 return __x.category() < __y.category() 553 || (__x.category() == __y.category() && __x.value() < __y.value()); 560 return __x.category() == __y.category() && __x.value() == __y.value(); 567 return __x.category().equivalent(__x.value(), __y) [all …]
|
/ndk/sources/android/support/src/musl-locale/ |
D | intl.c | 16 char *dcgettext(const char *domainname, const char *msgid, int category) in dcgettext() argument 31 …(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) in dcngettext() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/ |
D | category.pass.cpp | 22 assert(ec.category() == std::generic_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
D | category.pass.cpp | 22 assert(ec.category() == std::generic_category()); in main()
|
/ndk/sources/android/support/src/locale/ |
D | setlocale.c | 31 char *setlocale(int category, const char *locale) { in setlocale() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/ |
D | make_error_code.pass.cpp | 22 assert(ec.category() == std::iostream_category()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/ |
D | make_error_code.pass.cpp | 24 assert(ec.category() == std::generic_category()); in main()
|