Searched defs:was_timeout (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/test/launcher/ |
D | unit_test_launcher.cc | 286 bool was_timeout, in ProcessTestResults() 486 bool was_timeout, in OnCompleted() 539 bool was_timeout, in OnCompleted()
|
D | test_launcher.h | 102 bool was_timeout, in OnCompleted()
|
D | test_launcher.cc | 283 bool* was_timeout) { in LaunchChildTestProcessWithOptions() 482 bool was_timeout = false; in DoLaunchChildTestProcess() local
|
/external/llvm-project/lldb/test/API/test_runner/test/ |
D | test_process_control.py | 50 def on_process_exited(self, command, output, was_timeout, exit_status): 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
|