Home
last modified time | relevance | path

Searched refs:was_timeout (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/test/API/test_runner/test/
Dtest_process_control.py37 self.was_timeout = False
50 def on_process_exited(self, command, output, was_timeout, exit_status): argument
52 self.was_timeout = was_timeout
156 self.assertTrue(driver.was_timeout, "expected to end with a timeout")
196 self.assertTrue(driver.was_timeout, "expected to end with a timeout")
232 driver.was_timeout, "inferior should have completed normally")
/external/libchrome/base/test/launcher/
Dunit_test_launcher.cc286 bool was_timeout, in ProcessTestResults() argument
313 if (was_timeout) { in ProcessTestResults()
392 if (was_timeout) { in ProcessTestResults()
477 bool was_timeout,
486 bool was_timeout, in OnCompleted() argument
491 exit_code, was_timeout, &tests_to_relaunch); in OnCompleted()
528 bool was_timeout,
539 bool was_timeout, in OnCompleted() argument
545 exit_code, was_timeout, &tests_to_relaunch); in OnCompleted()
Dtest_launcher.cc283 bool* was_timeout) { in LaunchChildTestProcessWithOptions() argument
386 *was_timeout = true; in LaunchChildTestProcessWithOptions()
482 bool was_timeout = false; in DoLaunchChildTestProcess() local
485 &was_timeout); in DoLaunchChildTestProcess()
508 exit_code, TimeTicks::Now() - start_time, was_timeout, in DoLaunchChildTestProcess()
Dtest_launcher.h102 bool was_timeout, in OnCompleted() argument
/external/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
Dprocess_control.py492 def on_process_exited(self, command, output, was_timeout, exit_status): argument
/external/oss-fuzz/projects/mysql-server/
Dfix.diff287 + vio->was_timeout = vio_was_timeout_fuzz;