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

  /external/chromium_org/base/test/launcher/
unit_test_launcher.cc 241 bool was_timeout,
250 was_timeout,
270 bool was_timeout,
280 was_timeout,
307 bool was_timeout,
334 if (was_timeout) {
test_launcher.h 118 bool was_timeout,
test_launcher.cc 47 // running after |timeout|, it is terminated and |*was_timeout| is set to true.
53 bool* was_timeout);
218 bool was_timeout,
220 callback.Run(exit_code, elapsed_time, was_timeout, output);
276 bool was_timeout = false; local
278 command_line, options, use_job_objects, timeout, &was_timeout);
305 was_timeout,
887 bool was_timeout,
891 callback.Run(exit_code, elapsed_time, was_timeout, output);
    [all...]
  /external/chromium_org/content/public/test/
test_launcher.cc 146 bool was_timeout,
382 bool was_timeout,
390 else if (was_timeout)

Completed in 71 milliseconds