Lines Matching refs:timed_out
552 def __init__(self, exit_code, timed_out, stdout, stderr):
554 self.timed_out = timed_out
644 if self.output.timed_out:
649 return self.output.timed_out
716 timed_out = False
727 timed_out = True
734 return (process, exit_code, timed_out)
784 (process, exit_code, timed_out) = RunProcess(
801 return CommandOutput(exit_code, timed_out, output, errors)