OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_started_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/launcher/
test_launcher.h
147
size_t
test_started_count_
;
member in class:base::TestLauncher
test_launcher.cc
327
test_started_count_
(0),
484
test_started_count_
,
515
std::max(static_cast<size_t>(20),
test_started_count_
/ 10);
532
if (test_finished_count_ !=
test_started_count_
)
576
test_started_count_
+= retry_started_count;
838
test_started_count_
= launcher_delegate_->RunTests(this, test_names);
840
if (
test_started_count_
== 0) {
860
test_started_count_
= 0;
[
all
...]
Completed in 438 milliseconds