Searched defs:ExceptionPexpect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/pexpect/
H A Dpexpect.py91 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
96 class ExceptionPexpect(Exception): class in inherits:Exception
131 class EOF(ExceptionPexpect):
137 class TIMEOUT(ExceptionPexpect):
147 ##class MAXBUFFER(ExceptionPexpect):
530 raise ExceptionPexpect('Command is an int type. ' +
549 raise ExceptionPexpect('The command was not found or was not ' +
563 raise ExceptionPexpect('pty.fork() failed: ' + str(e))
621 raise ExceptionPexpect("Could not open with os.openpty().")
625 raise ExceptionPexpect("Faile
[all...]
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py90 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
94 class ExceptionPexpect(Exception): class in inherits:Exception
128 class EOF(ExceptionPexpect):
132 class TIMEOUT(ExceptionPexpect):
142 ##class MAXBUFFER(ExceptionPexpect):
502 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.')
517 raise ExceptionPexpect ('The command was not found or was not executable: %s.' % self.command)
530 raise ExceptionPexpect('Error! pty.fork() failed: ' + str(e))
585 raise ExceptionPexpect, "Error! Could not open pty with os.openpty()."
589 raise ExceptionPexpect, "Erro
[all...]

Completed in 102 milliseconds