Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SkipWithError
(Results
1 - 6
of
6
) sorted by relevance
/third_party/benchmark/test/
H
A
D
skip_with_error_test.cc
67
state.
SkipWithError
("error message");
in BM_error_no_running()
73
state.
SkipWithError
("error message");
in BM_error_before_running()
82
state.
SkipWithError
("error message");
in BM_error_before_running_batch()
91
state.
SkipWithError
("error message");
in BM_error_before_running_range_for()
105
state.
SkipWithError
("error message");
in BM_error_during_running()
131
state.
SkipWithError
("error message");
in BM_error_during_running_ranged_for()
133
// doesn't automatically terminate when
SkipWithError
is set.
in BM_error_during_running_ranged_for()
150
state.
SkipWithError
("error message");
in BM_error_after_running()
165
state.
SkipWithError
("error message");
in BM_error_while_paused()
H
A
D
reporter_output_test.cc
282
state.
SkipWithError
("message");
in BM_error()
1098
state.
SkipWithError
("val\b\f\n\r\t\\\"with\"es,capes");
1119
state.
SkipWithError
("\"freedom\"");
in BM_CSV_Format()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/
H
A
D
ReactorBenchmarks.cpp
37
state.
SkipWithError
("Coroutines are not supported");
in BENCHMARK_DEFINE_F()
/third_party/benchmark/bindings/python/google_benchmark/
H
A
D
benchmark.cc
160
.def("skip_with_error", &State::
SkipWithError
)
in NB_MODULE()
/third_party/benchmark/src/
H
A
D
benchmark.cc
271
void State::
SkipWithError
(const std::string& msg) {
in SkipWithError()
function in benchmark::State
/third_party/benchmark/include/benchmark/
H
A
D
benchmark.h
758
// '
SkipWithError
(...)' has not been called by the current thread.
774
// '
SkipWithError
(...)' has not been called by the current thread.
784
// REQUIRES: 'SkipWithMessage(...)' or '
SkipWithError
(...)' has not been
806
// REQUIRES: 'SkipWithMessage(...)' or '
SkipWithError
(...)' has not been
821
// NOTE: Calling '
SkipWithError
(...)' does not cause the benchmark to exit
825
void
SkipWithError
(const std::string& msg);
827
// Returns true if 'SkipWithMessage(...)' or '
SkipWithError
(...)' was called.
830
// Returns true if an error has been reported with '
SkipWithError
(...)'.
Completed in 8 milliseconds