Searched refs:Run (Results 1 - 11 of 11) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dspec7.cpp11 virtual void Run(){}; function in struct:B
15 virtual void Run() function in struct:D
30 static_cast<B&>(d).Run();
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dspec7.cpp11 virtual void Run(){}; function in struct:B
15 virtual void Run() function in struct:D
30 static_cast<B&>(d).Run();
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_list_tests_unittest.py117 def Run(args): function
158 output = Run(args)
H A Dgtest_break_on_failure_unittest.py86 def Run(command): function
141 has_seg_fault = Run(command)
H A Dgtest_throw_on_failure_test.py70 def Run(command): function
118 failed = not Run(command)
/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_rdebug.cpp279 static void Run(void* opaque);
288 void RDebugRunnable::Run(void* opaque) { function in class:crazy::__anon25::RDebugRunnable
312 if (!(*post_for_later_execution_)(context, &RDebugRunnable::Run, runnable)) {
/ndk/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest.h425 void Run();
705 void Run();
837 void Run();
1107 int Run() GTEST_MUST_USE_RESULT_;
2257 return ::testing::UnitTest::GetInstance()->Run();
/ndk/build/core/
H A Ddefinitions-tests.mk87 # Run all the tests, i.e. all functions that are defined with a -test-
/ndk/sources/host-tools/make-3.81/config/
H A Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1241 // in order to call its Run(). Introducing ThreadWithParamBase as a
1247 virtual void Run() = 0;
1257 static_cast<ThreadWithParamBase*>(thread)->Run();
1299 virtual void Run() { function in class:testing::internal::ThreadWithParam
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest.cc188 "Run disabled tests too, in addition to the tests normally being run.");
2126 void Test::Run() { function in class:testing::Test
2285 void TestInfo::Run() { function in class:testing::TestInfo
2311 test->Run();
2403 void TestCase::Run() { function in class:testing::TestCase
2418 GetMutableTestInfo(i)->Run();
3785 int UnitTest::Run() { function in class:testing::UnitTest
4222 GetMutableTestCase(test_index)->Run();
4738 " Run only the tests whose name matches one of the positive patterns but\n"
4742 " Run al
[all...]

Completed in 5550 milliseconds