Home
last modified time | relevance | path

Searched refs:cycles_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/test/launcher/
Dtest_launcher.cc537 cycles_(1), in TestLauncher()
567 int requested_cycles = cycles_; in Run()
886 &cycles_)) { in Init()
1186 if (cycles_ == 0 || in RunTestIteration()
1193 cycles_ = (cycles_ == -1) ? cycles_ : cycles_ - 1; in RunTestIteration()
Dtest_launcher.h202 int cycles_; // Number of remaining test iterations, or -1 for infinite. variable