Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 20 of 20) 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
54 template class unit_test::singleton< BOOST_JOIN( inst, _t ) > ; \
55 namespace { BOOST_JOIN( inst, _t)& inst = BOOST_JOIN( inst, _t)::instance(); }
58 #define BOOST_TEST_SINGLETON_INST( inst ) \ argument
59 static BOOST_JOIN( inst, _t)& inst = BOOST_JOIN (inst, _t)::instance();
63 #define BOOST_TEST_SINGLETON_INST( inst ) \ argument
64 namespace { BOOST_JOIN( inst, _t)& inst = BOOST_JOIN( inst, _t)::instance(); }
Drtti.hpp34 static id_t id() { return reinterpret_cast<id_t>( &inst() ); } in id()
39 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
190 …ref_type operator[]( keyword<unique_id,true> ) const { return m_erased ? nil_t::inst().… in operator []()
191 …ref_type operator[]( keyword<unique_id,false> ) const { return m_erased ? nil_t::inst().… in operator []()
193 nil_t operator[]( keyword<UnknownId,false> ) const { return nil_t::inst(); } in operator []()
/ndk/sources/host-tools/make-3.81/
DMakefile.DOS252 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
253 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
254 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
267 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
268 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
269 rm -f $(DESTDIR)$(man1dir)/$$inst; \
DMakefile.in569 inst=`echo $$inst | sed -e 's/^.*\///'`; \
570 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
572 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
590 inst=`echo $$inst | sed -e 's/^.*\///'`; \
591 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
593 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite_impl.hpp239 user_tc_method_invoker( shared_ptr<InstanceType> inst, TestMethod test_method ) in user_tc_method_invoker()
240 : m_inst( inst ), m_test_method( test_method ) {} in user_tc_method_invoker()
304 static auto_tc_exp_fail inst; in instance() local
305 static auto_tc_exp_fail* inst_ptr = &inst; in instance()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
150 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
156 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
162 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
213 (inst.*__test)(loc); in test_supported_locale()
219 (inst.*__test)(loc); in test_supported_locale()
228 (inst.*__test)(loc); in test_supported_locale()
Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale() argument
47 (inst.*__test)(loc); in test_supported_locale()
Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
338 (inst.*__test)(loc); in test_supported_locale()
344 (inst.*__test)(loc); in test_supported_locale()
354 (inst.*__test)(loc); in test_supported_locale()
Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
436 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
442 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
449 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
/ndk/tests/device/test-stlport/unit/
Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
150 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
156 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
162 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
213 (inst.*__test)(loc); in test_supported_locale()
219 (inst.*__test)(loc); in test_supported_locale()
228 (inst.*__test)(loc); in test_supported_locale()
Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale() argument
47 (inst.*__test)(loc); in test_supported_locale()
Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
338 (inst.*__test)(loc); in test_supported_locale()
344 (inst.*__test)(loc); in test_supported_locale()
354 (inst.*__test)(loc); in test_supported_locale()
Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
436 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
442 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
449 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
/ndk/sources/host-tools/sed-4.2.1/doc/
DMakefile.in785 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
786 inst=`echo $$inst | sed -e 's/^.*\///'`; \
787 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
788 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
789 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
806 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
807 inst=`echo $$inst | sed -e 's/^.*\///'`; \
808 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
809 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
810 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_suite.ipp319 static std::list<test_suite*> inst( 1, &framework::master_test_suite() );
320 return inst;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp142 static T inst;\
143 …T(bool, value = sizeof( ::boost::math::policies::detail::is_##name##_tester<T>::test(inst)) == 1);\
164 static T inst;\
165 …T(bool, value = sizeof( ::boost::math::policies::detail::is_##name##_tester<T>::test(inst)) == 1);\