HomeSort by relevance Sort by last modified time
    Searched refs:setecho (Results 1 - 5 of 5) sorted by null

  /external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
TestSingleQuoteInFilename.py 38 child.setecho(True)
  /external/lldb/test/terminal/
TestSTTYBeforeAndAfter.py 39 child.setecho(True)
  /external/lldb/test/functionalities/completion/
TestCompletion.py 179 child.setecho(True)
  /external/chromium_org/third_party/pexpect/
pexpect.py 771 def setecho(self, state): member in class:spawn
775 your input buffer is empty before you call setecho(). For example, the
782 p.setecho(False) # Turn off tty echo
788 The following WILL NOT WORK because the lines sent before the setecho
793 p.setecho(False) # Turn off tty echo
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 733 def setecho (self, state): member in class:spawn
737 your input buffer is empty before you call setecho(). For example, the
744 p.setecho(False) # Turn off tty echo
750 The following WILL NOT WORK because the lines sent before the setecho
755 p.setecho(False) # Turn off tty echo
    [all...]

Completed in 81 milliseconds