Searched refs:test_binary (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/third_party/gtest-parallel/ |
D | gtest-parallel | 210 for ((test_binary, test_name), runtime) in times.items(): 211 if (type(test_binary) is not str or type(test_name) is not str 286 for test_binary in binaries: 287 command = [test_binary] 299 sys.exit("%s: %s" % (test_binary, str(e))) 318 tests.append((times.get_test_time(test_binary, test), 319 test_binary, test, command)) 376 (_, test_binary, test, command) = tests[job_id] 377 logger.log(str(job_id) + ': TEST ' + test_binary + ' ' + test) 383 times.record_test_time(test_binary, test, run_job(job)) [all …]
|
/external/clang/test/Analysis/ |
D | temp-obj-dtors-cfg-output.cpp | 32 void test_binary() { in test_binary() function
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | README | 47 test_binary, etc. will be invoked to run all tests for that opreator.
|