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

/external/autotest/client/common_lib/
H A Dpexpect.py664 if self.isalive():
800 # For this case, I test isalive() before doing any reading.
801 # If isalive() is false, then I pretend that this is the same as EOF.
802 if not self.isalive():
808 # This is a hack for Irix. It seems that Irix requires a long delay before checking isalive.
811 if not r and not self.isalive():
818 if not self.isalive():
1051 if not self.isalive():
1056 if not self.isalive():
1060 if not self.isalive()
1112 def isalive(self): member in class:spawn
[all...]

Completed in 52 milliseconds