Searched refs:test_program (Results 1 – 4 of 4) sorted by relevance
/aosp12/bionic/benchmarks/spawn/ |
H A D | spawn_benchmarks.cpp | 31 SPAWN_BENCHMARK(noop, test_program("bench_noop").c_str()); 32 SPAWN_BENCHMARK(noop_nostl, test_program("bench_noop_nostl").c_str()); 33 SPAWN_BENCHMARK(noop_static, test_program("bench_noop_static").c_str()); 34 SPAWN_BENCHMARK(bench_cxa_atexit, test_program("bench_cxa_atexit").c_str(), "100000", "_Exit"); 35 SPAWN_BENCHMARK(bench_cxa_atexit_full, test_program("bench_cxa_atexit").c_str(), "100000", "exit");
|
/aosp12/bionic/benchmarks/spawn/include/ |
H A D | spawn_benchmark.h | 36 static inline std::string test_program(const char* name) { in test_program() function
|
/aosp12/bionic/benchmarks/linker_relocation/ |
H A D | linker_reloc_bench.cpp | 40 std::string main = test_program("linker_reloc_bench_main"); in BM_linker_relocation()
|
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | do_test.py | 166 test_program = unittest.main(argv=argv, testRunner=test_runner, 168 return test_program.result.wasSuccessful()
|