/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | results_reporter.hpp | 70 inline void confirmation_report( test_unit_id id = INV_TEST_UNIT_ID ) in confirmation_report() 72 inline void short_report( test_unit_id id = INV_TEST_UNIT_ID ) in short_report() 74 inline void detailed_report( test_unit_id id = INV_TEST_UNIT_ID ) in detailed_report()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/ |
D | has_facet.pass.cpp | 20 static std::locale::id id; member 23 std::locale::id my_facet::id; member in my_facet
|
D | use_facet.pass.cpp | 22 static std::locale::id id; member 30 std::locale::id my_facet::id; member in my_facet
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/ |
D | A.h | 19 explicit A(int id) : id_(id) {++count;} in A() 23 int id() const {return id_;} in id() function
|
D | AB.h | 19 explicit A(int id) : id_(id) {++count;} in A() 32 explicit B(int id) : A(id) {++count;} in B()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/ |
D | test_func.h | 21 explicit test_func(int id) : id_(id) {} in test_func() 23 int id() const {return id_;} in id() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/ |
D | get_id.pass.cpp | 19 std::thread::id id = std::this_thread::get_id(); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/ |
D | default.pass.cpp | 21 std::thread::id id; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | allocators.h | 23 explicit A1(int id = 0) : id_(id) {} in id_() argument 27 int id() const {return id_;} in id() function 80 explicit A2(int id = 0) : id_(id) {} in id_() argument 89 int id() const {return id_;} in id() function 128 explicit A3(int id = 0) : id_(id) {} in id_() argument 135 int id() const {return id_;} in id() function
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.cpp | 677 locale::id collate<char>::id = { 1 }; member in collate<char> 678 locale::id ctype<char>::id = { 2 }; member in ctype<char> 679 locale::id codecvt<char, char, mbstate_t>::id = { 3 }; member in codecvt<char, char, mbstate_t> 680 locale::id moneypunct<char, true>::id = { 4 }; member in moneypunct<char, true> 681 locale::id moneypunct<char, false>::id = { 5 }; member in moneypunct<char, false> 682 locale::id numpunct<char>::id = { 6 } ; member in numpunct<char> 683 locale::id messages<char>::id = { 7 }; member in messages<char> 686 locale::id collate<wchar_t>::id = { 14 }; member in collate<wchar_t> 687 locale::id ctype<wchar_t>::id = { 15 }; member in ctype<wchar_t> 688 locale::id codecvt<wchar_t, char, mbstate_t>::id = { 16 }; member in codecvt<wchar_t, char, mbstate_t> [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/ |
D | locale_facetptr.pass.cpp | 74 static std::locale::id id; member 77 std::locale::id my_facet::id; member in my_facet
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.id/ |
D | id.pass.cpp | 31 long id = id0.__get(); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
D | select_on_container_copy_construction.pass.cpp | 29 int id; member 39 int id; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/ |
D | combine.pass.cpp | 72 static std::locale::id id; member 75 std::locale::id my_facet::id; member in my_facet
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/ |
D | move.pass.cpp | 65 std::thread::id id = t0.get_id(); in main() local 76 std::thread::id id = t0.get_id(); in main() local
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_stress_test.cc | 64 std::string IdToKey(int id, const char* suffix) { in IdToKey() 70 std::string IdToString(int id) { in IdToString() 78 int id, const char* suffix) { in ExpectKeyAndValueWereRecordedForId() 89 void ManyAsserts(int id) { in ManyAsserts()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/ |
D | includes.pass.cpp | 33 int id[] = {3, 3, 3, 3}; in test() local
|
D | includes_comp.pass.cpp | 34 int id[] = {3, 3, 3, 3}; in test() local
|
/ndk/tests/device/test-cpufeatures/jni/ |
D | test_android_setCpuArm_1.c | 18 uint32_t id, cpu_id = 0x436723ee; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse.pass.cpp | 46 int id[] = {0, 1, 2, 3}; in test() local
|
D | reverse_copy.pass.cpp | 51 int id[] = {0, 1, 2, 3}; in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 78 int id[] = {0, 1, 2, 3}; in test() local 278 std::unique_ptr<int> id[4]; in test1() local
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.h | 70 static locale::id id; variable 102 static _STLP_STATIC_DECLSPEC locale::id id; variable 142 static _STLP_STATIC_DECLSPEC locale::id id; variable 183 static _STLP_STATIC_DECLSPEC locale::id id; variable 222 static _STLP_STATIC_DECLSPEC locale::id id; variable 403 static locale::id id; variable
|
D | _numpunct.h | 62 static _STLP_STATIC_DECLSPEC locale::id id; variable 91 static _STLP_STATIC_DECLSPEC locale::id id; variable
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/ |
D | compl.hpp | 30 # define BOOST_PP_COMPL_ID(id) id argument
|