Home
last modified time | relevance | path

Searched refs:test_program (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/benchmarks/spawn/
H A Dspawn_benchmarks.cpp31 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 Dspawn_benchmark.h36 static inline std::string test_program(const char* name) { in test_program() function
/aosp12/bionic/benchmarks/linker_relocation/
H A Dlinker_reloc_bench.cpp40 std::string main = test_program("linker_reloc_bench_main"); in BM_linker_relocation()
/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py166 test_program = unittest.main(argv=argv, testRunner=test_runner,
168 return test_program.result.wasSuccessful()