Searched refs:runAllTests (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/test/mac/ |
D | run_test.mm | 25 - (void)runAllTests:(TestBlock)ignored; 38 - (void)runAllTests:(TestBlock)testBlock { 61 [NSThread detachNewThreadSelector:@selector(runAllTests:)
|
/external/jsoncpp/test/ |
D | runjsontests.py | 69 def runAllTests(jsontest_executable_path, input_dir = None, function 174 runAllTests(jsontest_executable_path, input_path, 178 runAllTests(jsontest_executable_path, input_path, 182 runAllTests(jsontest_executable_path, input_path,
|
D | rununittests.py | 39 def runAllTests(exe_path, use_valgrind=False): function 80 exit_code = runAllTests(args[0], use_valgrind=options.valgrind)
|
/external/icu/icu4c/source/test/intltest/ |
D | datadrivennumberformattestsuite.h | 45 void run(const char *fileName, UBool runAllTests);
|
D | datadrivennumberformattestsuite.cpp | 21 void DataDrivenNumberFormatTestSuite::run(const char *fileName, UBool runAllTests) { in run() argument 95 if (runAllTests || !breaksC()) { in run()
|