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

  /external/chromium_org/base/test/launcher/
test_launcher.cc 349 test_broken_count_(0),
589 test_broken_count_++;
593 if (test_broken_count_ >= broken_threshold) {
595 test_broken_count_);
791 test_broken_count_ = 0;
    [all...]
test_launcher.h 165 size_t test_broken_count_; member in class:base::TestLauncher

Completed in 2756 milliseconds