Home
last modified time | relevance | path

Searched defs:called_once (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/utils/google-benchmark/test/
Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
62 static bool called_once = false; in BM_diagnostic_test_keep_running() local
/external/cronet/tot/third_party/google_benchmark/src/test/
Ddiagnostics_test.cc47 static bool called_once = false; in BM_diagnostic_test() local
63 static bool called_once = false; in BM_diagnostic_test_keep_running() local
/external/google-benchmark/test/
Ddiagnostics_test.cc47 static bool called_once = false; in BM_diagnostic_test() local
63 static bool called_once = false; in BM_diagnostic_test_keep_running() local
/external/cronet/stable/third_party/google_benchmark/src/test/
Ddiagnostics_test.cc47 static bool called_once = false; in BM_diagnostic_test() local
63 static bool called_once = false; in BM_diagnostic_test_keep_running() local
/external/python/cpython3/Lib/test/test_unittest/testmock/
Dtestmock.py1768 def called_once(self): pass member in MockTest.test_mock_unsafe.Foo