Home | History | Annotate | Download | only in tools

Lines Matching refs:timed_out

332   def __init__(self, exit_code, timed_out, stdout, stderr):
334 self.timed_out = timed_out
431 if self.output.timed_out:
437 return self.output.timed_out
494 timed_out = False
504 timed_out = True
511 return (process, exit_code, timed_out)
537 (process, exit_code, timed_out) = RunProcess(
550 return CommandOutput(exit_code, timed_out, output, errors)
554 (process, exit_code, timed_out) = RunProcess(