Searched defs:isalive (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/pexpect/
H A Dfdpexpect.py78 def isalive (self): member in class:fdspawn
H A Dpexpect.py708 if self.isalive():
844 # For this case, I test isalive() before doing any reading.
845 # If isalive() is false, then I pretend that this is the same as EOF.
846 if not self.isalive():
857 if not r and not self.isalive():
864 if not self.isalive():
1104 if not self.isalive():
1109 if not self.isalive():
1113 if not self.isalive():
1117 if not self.isalive()
1168 def isalive(self): member in class:spawn
[all...]
/external/lldb/test/pexpect-2.4/
H A Dfdpexpect.py62 def isalive (self): member in class:fdspawn
H A Dpexpect.py669 if self.isalive():
805 # For this case, I test isalive() before doing any reading.
806 # If isalive() is false, then I pretend that this is the same as EOF.
807 if not self.isalive():
813 # This is a hack for Irix. It seems that Irix requires a long delay before checking isalive.
816 if not r and not self.isalive():
823 if not self.isalive():
1056 if not self.isalive():
1061 if not self.isalive():
1065 if not self.isalive()
1117 def isalive(self): member in class:spawn
[all...]

Completed in 329 milliseconds