Home
last modified time | relevance | path

Searched defs:test_func (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/
Dtest_func.h21 explicit test_func(int id) : id_(id) {} in test_func() function
/ndk/tests/device/test-gnustl-full/unit/
Dunary_test.cpp60 bool test_func(int param) { in test_func() function
/ndk/tests/device/test-stlport/unit/
Dunary_test.cpp60 bool test_func(int param) { in test_func() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite_impl.hpp111 callback0<> const& test_func() const { return m_test_func; } in test_func() function in boost::unit_test::test_case
253 make_test_case( callback0<> const& test_func, const_string tc_name ) in make_test_case()