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

/external/chromium_org/third_party/pexpect/
H A Dpexpect.py30 child.sendline(mypassword)
171 child.sendline(mypassword)
299 talk to. For normal use, see expect() and send() and sendline().
365 "Password:" prompt and then immediately call sendline() to send the
420 # output to send (send, sendline)
741 p.sendline(mypassword)
779 p.sendline('1234') # We expect see this twice from the child...
783 p.sendline('abcd') # We will set this only once (echoed by cat).
784 p.sendline('wxyz') # We will set this only once (echoed by cat)
792 p.sendline('123
1009 def sendline(self, s=''): member in class:spawn
[all...]
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py28 child.sendline (mypassword)
164 child.sendline (mypassword)
284 talk to. For normal use, see expect() and send() and sendline().
350 "Password:" prompt and then immediately call sendline() to send the
402 self.logfile_send = None # output to send (send, sendline)
702 p.sendline(mypassword)
741 p.sendline ('1234') # We will see this twice (once from tty echo and again from cat).
745 p.sendline ('abcd') # We will set this only once (echoed by cat).
746 p.sendline ('wxyz') # We will set this only once (echoed by cat)
754 p.sendline ('123
961 def sendline(self, s=''): member in class:spawn
[all...]

Completed in 1798 milliseconds