HomeSort by relevance Sort by last modified time
    Searched refs:test_broken_count_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/test/launcher/
test_launcher.h 157 size_t test_broken_count_; member in class:base::TestLauncher
test_launcher.cc 330 test_broken_count_(0),
512 test_broken_count_++;
516 if (test_broken_count_ >= broken_threshold) {
518 test_broken_count_);
863 test_broken_count_ = 0;
    [all...]

Completed in 645 milliseconds