Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/test/
Dskip_with_error_test.cc65 state.SkipWithError("error message"); in BM_error_before_running()
74 state.SkipWithError("error message"); in BM_error_before_running_batch()
83 state.SkipWithError("error message"); in BM_error_before_running_range_for()
97 state.SkipWithError("error message"); in BM_error_during_running()
122 state.SkipWithError("error message"); in BM_error_during_running_ranged_for()
140 state.SkipWithError("error message"); in BM_error_after_running()
155 state.SkipWithError("error message"); in BM_error_while_paused()
Dreporter_output_test.cc161 state.SkipWithError("message"); in BM_error()
/external/google-benchmark/test/
Dskip_with_error_test.cc65 state.SkipWithError("error message"); in BM_error_before_running()
74 state.SkipWithError("error message"); in BM_error_before_running_batch()
83 state.SkipWithError("error message"); in BM_error_before_running_range_for()
97 state.SkipWithError("error message"); in BM_error_during_running()
122 state.SkipWithError("error message"); in BM_error_during_running_ranged_for()
140 state.SkipWithError("error message"); in BM_error_after_running()
155 state.SkipWithError("error message"); in BM_error_while_paused()
Dreporter_output_test.cc161 state.SkipWithError("message"); in BM_error()
/external/libcxx/utils/google-benchmark/
DREADME.md797 `State::SkipWithError(const char* msg)` function can be used to skip that run
803 The `SkipWithError(...)` function may be used at any point within the benchmark,
812 state.SkipWithError("Resource is not good!");
818 state.SkipWithError("Failed to read data!");
826 state.SkipWithError("test will not be entered");
828 state.SkipWithError("Failed!");
/external/google-benchmark/
DREADME.md804 `State::SkipWithError(const char* msg)` function can be used to skip that run
810 The `SkipWithError(...)` function may be used at any point within the benchmark,
819 state.SkipWithError("Resource is not good!");
825 state.SkipWithError("Failed to read data!");
833 state.SkipWithError("test will not be entered");
835 state.SkipWithError("Failed!");
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc179 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State
/external/google-benchmark/src/
Dbenchmark.cc179 void State::SkipWithError(const char* msg) { in SkipWithError() function in benchmark::State
/external/google-benchmark/include/benchmark/
Dbenchmark.h539 void SkipWithError(const char* msg);
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h539 void SkipWithError(const char* msg);