HomeSort by relevance Sort by last modified time
    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 1021 milliseconds