Home
last modified time | relevance | path

Searched refs:SkipWithError (Results 1 – 10 of 10) sorted by relevance

/external/google-benchmark/test/
Dskip_with_error_test.cc65 state.SkipWithError("error message"); in BM_error_before_running()
79 state.SkipWithError("error message"); in BM_error_during_running()
101 state.SkipWithError("error message"); in BM_error_after_running()
116 state.SkipWithError("error message"); in BM_error_while_paused()
Dreporter_output_test.cc108 state.SkipWithError("message"); in BM_error()
/external/libcxx/utils/google-benchmark/test/
Dskip_with_error_test.cc65 state.SkipWithError("error message"); in BM_error_before_running()
79 state.SkipWithError("error message"); in BM_error_during_running()
101 state.SkipWithError("error message"); in BM_error_after_running()
116 state.SkipWithError("error message"); in BM_error_while_paused()
Dreporter_output_test.cc108 state.SkipWithError("message"); in BM_error()
/external/libcxx/utils/google-benchmark/
DREADME.md437 `State::SkipWithError(const char* msg)` function can be used to skip that run
442 The `SkipWithError(...)` function may be used at any point within the benchmark,
451 state.SkipWithError("Resource is not good!");
457 state.SkipWithError("Failed to read data!");
/external/google-benchmark/
DREADME.md565 `State::SkipWithError(const char* msg)` function can be used to skip that run
570 The `SkipWithError(...)` function may be used at any point within the benchmark,
579 state.SkipWithError("Resource is not good!");
585 state.SkipWithError("Failed to read data!");
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h335 void SkipWithError(const char* msg);
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h386 void SkipWithError(const char* msg);
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc409 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State
/external/google-benchmark/src/
Dbenchmark.cc431 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State