Lines Matching refs:timed_out
324 def __init__(self, exit_code, timed_out, stdout, stderr):
326 self.timed_out = timed_out
403 if self.output.timed_out:
409 return self.output.timed_out;
466 timed_out = False
476 timed_out = True
483 return (process, exit_code, timed_out)
501 (process, exit_code, timed_out) = RunProcess(
514 return CommandOutput(exit_code, timed_out, output, errors)
518 (process, exit_code, timed_out) = RunProcess(