Searched refs:was_timeout (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/test/API/test_runner/test/ |
D | test_process_control.py | 37 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/ |
D | unit_test_launcher.cc | 286 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()
|
D | test_launcher.cc | 283 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()
|
D | test_launcher.h | 102 bool was_timeout, in OnCompleted() argument
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/ |
D | process_control.py | 492 def on_process_exited(self, command, output, was_timeout, exit_status): argument
|
/external/oss-fuzz/projects/mysql-server/ |
D | fix.diff | 287 + vio->was_timeout = vio_was_timeout_fuzz;
|