Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 15 of 15) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dtrivial_singleton.hpp53 #define BOOST_TEST_SINGLETON_INST( inst ) \ argument
58 #define BOOST_TEST_SINGLETON_INST( inst ) \ argument
63 #define BOOST_TEST_SINGLETON_INST( inst ) \ argument
Drtti.hpp39 static rttid const& inst() { static rttid s_inst; return s_inst; } in inst() function
Dlazy_ostream.hpp38 … instance() { static lazy_ostream inst; return inst; } in instance() local
Dnamed_params.hpp96 static nil& inst() { static nil s_inst; return s_inst; } in inst() function
/ndk/tests/device/test-stlport/unit/
Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale()
Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
/ndk/tests/device/test-gnustl-full/unit/
Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale()
Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite_impl.hpp304 static auto_tc_exp_fail inst; in instance() local