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:TestReporter
(Results
1 - 8
of
8
) sorted by relevance
/third_party/benchmark/test/
H
A
D
benchmark_min_time_flag_iters_test.cc
14
class
TestReporter
: public benchmark::ConsoleReporter {
class
26
TestReporter
() {}
in TestReporter()
function in __anon1047::TestReporter
28
virtual ~
TestReporter
() {}
in ~TestReporter()
55
TestReporter
test_reporter;
in main()
H
A
D
benchmark_min_time_flag_time_test.cc
20
class
TestReporter
: public benchmark::ConsoleReporter {
class
36
TestReporter
() {}
in TestReporter()
function in __anon1048::TestReporter
38
virtual ~
TestReporter
() {}
in ~TestReporter()
53
TestReporter
test_reporter;
in DoTestHelper()
H
A
D
spec_arg_test.cc
18
class
TestReporter
: public benchmark::ConsoleReporter {
class
30
TestReporter
() {}
in TestReporter()
function in __anon1064::TestReporter
32
~
TestReporter
() override {}
81
TestReporter
test_reporter;
in main()
H
A
D
filter_test.cc
15
class
TestReporter
: public benchmark::ConsoleReporter {
class
27
TestReporter
() : count_(0), max_family_index_(0) {}
in TestReporter()
function in __anon1055::TestReporter
29
~
TestReporter
() override {}
80
TestReporter
test_reporter;
in main()
H
A
D
skip_with_error_test.cc
11
class
TestReporter
: public benchmark::ConsoleReporter {
class
22
TestReporter
() {}
in TestReporter()
function in __anon1063::TestReporter
23
~
TestReporter
() override {}
185
TestReporter
test_reporter;
in main()
H
A
D
register_benchmark_test.cc
11
class
TestReporter
: public benchmark::ConsoleReporter {
class
148
TestReporter
test_reporter;
in RunTestOne()
171
TestReporter
test_reporter;
in RunTestTwo()
H
A
D
output_test_helper.cc
141
class
TestReporter
: public benchmark::BenchmarkReporter {
class
143
TestReporter
(std::vector<benchmark::BenchmarkReporter*> reps)
in TestReporter()
function in internal::__anon1060::TestReporter
422
internal::
TestReporter
test_rep({&CR, &JR, &CSVR});
in RunOutputTests()
/third_party/skia/tests/
H
A
D
skia_test.cpp
103
struct
TestReporter
: public skiatest::Reporter {
in operator ()()
struct
105
TestReporter
() : fStats(nullptr), fError(false), fTestCount(0) {}
in operator ()()
function
Completed in 4 milliseconds