Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/utils/google-benchmark/test/
Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
48 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
54 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
56 called_once = true; in BM_diagnostic_test()
62 static bool called_once = false; in BM_diagnostic_test_keep_running() local
64 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
70 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
72 called_once = true; in BM_diagnostic_test_keep_running()
/external/google-benchmark/test/
Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
48 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
54 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
56 called_once = true; in BM_diagnostic_test()
62 static bool called_once = false; in BM_diagnostic_test_keep_running() local
64 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
70 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
72 called_once = true; in BM_diagnostic_test_keep_running()
/external/libcxx/utils/google-benchmark/test/
Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
48 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
54 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
56 called_once = true; in BM_diagnostic_test()
62 static bool called_once = false; in BM_diagnostic_test_keep_running() local
64 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
70 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
72 called_once = true; in BM_diagnostic_test_keep_running()
/external/llvm-project/llvm/utils/benchmark/test/
Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
48 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
54 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test()
56 called_once = true; in BM_diagnostic_test()
62 static bool called_once = false; in BM_diagnostic_test_keep_running() local
64 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
70 if (called_once == false) try_invalid_pause_resume(state); in BM_diagnostic_test_keep_running()
72 called_once = true; in BM_diagnostic_test_keep_running()