OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionPexpect
(Results
1 - 5
of
5
) sorted by null
/external/lldb/test/pexpect-2.4/
fdpexpect.py
31
raise
ExceptionPexpect
('The fd argument is not an int. If this is a command string then maybe you want to use pexpect.spawn.')
36
raise
ExceptionPexpect
, 'The fd argument is not a valid file descriptor.'
77
raise
ExceptionPexpect
('This method is not valid for file descriptors.')
pexpect.py
90
__all__ = ['
ExceptionPexpect
', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
94
class
ExceptionPexpect
(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
, "Error! Failed os.fork().
[
all
...]
pxssh.py
14
class ExceptionPxssh(
ExceptionPexpect
):
/external/lldb/test/pexpect-2.4/examples/
passmass.py
88
except pexpect.
ExceptionPexpect
, e:
/external/lldb/test/
lldbtest.py
[
all
...]
Completed in 645 milliseconds