Searched defs:inst (Results 1 – 15 of 15) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | trivial_singleton.hpp | 53 #define BOOST_TEST_SINGLETON_INST( inst ) \ argument 58 #define BOOST_TEST_SINGLETON_INST( inst ) \ argument 63 #define BOOST_TEST_SINGLETON_INST( inst ) \ argument
|
D | rtti.hpp | 39 static rttid const& inst() { static rttid s_inst; return s_inst; } in inst() function
|
D | lazy_ostream.hpp | 38 … instance() { static lazy_ostream inst; return inst; } in instance() local
|
D | named_params.hpp | 96 static nil& inst() { static nil s_inst; return s_inst; } in inst() function
|
/ndk/tests/device/test-stlport/unit/ |
D | locale_test.cpp | 30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale()
|
D | num_facets_test.cpp | 132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
|
D | time_facets_test.cpp | 195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
|
D | ctype_facets_test.cpp | 319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
|
D | money_facets_test.cpp | 418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | locale_test.cpp | 30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale()
|
D | num_facets_test.cpp | 132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
|
D | time_facets_test.cpp | 195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
|
D | ctype_facets_test.cpp | 319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
|
D | money_facets_test.cpp | 418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | unit_test_suite_impl.hpp | 304 static auto_tc_exp_fail inst; in instance() local
|