Searched refs:__test (Results 1 - 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
H A Dtransparent.pass.cpp18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
H A Dtransparent.pass.cpp18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
H A Dtransparent.pass.cpp18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
H A Dtransparent.pass.cpp18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
/ndk/tests/device/test-gnustl-full/unit/
H A Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
150 (inst.*__test)(loc, tested_locales + i);
156 (inst.*__test)(loc, tested_locales + i);
162 (inst.*__test)(loc, tested_locales + i);
H A Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
213 (inst.*__test)(loc);
219 (inst.*__test)(loc);
228 (inst.*__test)(loc);
H A Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { argument
47 (inst.*__test)(loc);
H A Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
338 (inst.*__test)(loc);
344 (inst.*__test)(loc);
354 (inst.*__test)(loc);
H A Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
436 (inst.*__test)(loc, tested_locales + i);
442 (inst.*__test)(loc, tested_locales + i);
449 (inst.*__test)(loc, tested_locales + i);
/ndk/tests/device/test-stlport/unit/
H A Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
150 (inst.*__test)(loc, tested_locales + i);
156 (inst.*__test)(loc, tested_locales + i);
162 (inst.*__test)(loc, tested_locales + i);
H A Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
213 (inst.*__test)(loc);
219 (inst.*__test)(loc);
228 (inst.*__test)(loc);
H A Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { argument
47 (inst.*__test)(loc);
H A Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
338 (inst.*__test)(loc);
344 (inst.*__test)(loc);
354 (inst.*__test)(loc);
H A Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { argument
436 (inst.*__test)(loc, tested_locales + i);
442 (inst.*__test)(loc, tested_locales + i);
449 (inst.*__test)(loc, tested_locales + i);
/ndk/tests/device/test-libc++-shared-full/jni/
H A DAndroid.mk6 __test := $1
8 LOCAL_SRC_FILES := $(libcxx-test-path)/$$(__test).pass.cpp
9 LOCAL_MODULE := $$(subst /,___,$$(__test))
/ndk/tests/device/test-libc++-static-full/jni/
H A DAndroid.mk6 __test := $1
8 LOCAL_SRC_FILES := $(libcxx-test-path)/$$(__test).pass.cpp
9 LOCAL_MODULE := $$(subst /,___,$$(__test))

Completed in 752 milliseconds