HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionPexpect (Results 1 - 4 of 4) sorted by null

  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 341 except pexpect.ExceptionPexpect:
365 except pexpect.ExceptionPexpect:
401 except pexpect.ExceptionPexpect:
437 except pexpect.ExceptionPexpect:
444 except pexpect.ExceptionPexpect:
542 except pexpect.ExceptionPexpect:
663 except pexpect.ExceptionPexpect as e:
    [all...]
  /external/autotest/client/common_lib/
pexpect.py 89 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
93 class ExceptionPexpect(Exception):
127 class EOF(ExceptionPexpect):
131 class TIMEOUT(ExceptionPexpect):
141 ##class MAXBUFFER(ExceptionPexpect):
501 raise ExceptionPexpect ('Command is an int type. If this is a file descriptor then maybe you want to use fdpexpect.fdspawn which takes an existing file descriptor instead of a command string.')
516 raise ExceptionPexpect ('The command was not found or was not executable: %s.' % self.command)
529 raise ExceptionPexpect('Error! pty.fork() failed: ' + str(e))
584 raise ExceptionPexpect, "Error! Could not open pty with os.openpty()."
588 raise ExceptionPexpect, "Error! Failed os.fork().
    [all...]
pxssh.py 14 class ExceptionPxssh(ExceptionPexpect):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
iprofiler_profiler.py 55 except pexpect.ExceptionPexpect:

Completed in 207 milliseconds