Home
last modified time | relevance | path

Searched defs:was_timeout (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/test/launcher/
Dunit_test_launcher.cc286 bool was_timeout, in ProcessTestResults()
486 bool was_timeout, in OnCompleted()
539 bool was_timeout, in OnCompleted()
Dtest_launcher.h102 bool was_timeout, in OnCompleted()
Dtest_launcher.cc283 bool* was_timeout) { in LaunchChildTestProcessWithOptions()
482 bool was_timeout = false; in DoLaunchChildTestProcess() local
/external/llvm-project/lldb/test/API/test_runner/test/
Dtest_process_control.py50 def on_process_exited(self, command, output, was_timeout, exit_status): 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