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

  /external/webkit/WebKitTools/Scripts/webkitpy/
user.py 36 def prompt(message, repeat=1, raw_input=raw_input):
40 response = raw_input(message)
59 response = raw_input("%s [Y/n]: " % message)
user_unittest.py 43 self.assertEqual(User.prompt("input", repeat=self.repeatsRemaining, raw_input=mock_raw_input), UserTest.example_user_response)
50 self.assertEqual(User.prompt("input", repeat=self.repeatsRemaining, raw_input=mock_raw_input), None)
mock_bugzillatool.py 325 def prompt(message, repeat=1, raw_input=raw_input):
  /external/bluetooth/bluez/test/
simple-agent 30 authorize = raw_input("Authorize connection (yes/no): ")
39 return raw_input("Enter PIN Code: ")
45 passkey = raw_input("Enter passkey: ")
57 confirm = raw_input("Confirm passkey (yes/no): ")
  /frameworks/base/core/java/android/bluetooth/
AtParser.java 247 * @param raw_input The AT input, without EOL deliminator (e.g. <CR>).
251 public AtCommandResult process(String raw_input) {
252 String input = clean(raw_input);
  /build/tools/releasetools/
common.py 393 answer = raw_input("try to edit again? [y]> ").strip()
  /external/v8/src/
objects.cc     [all...]

Completed in 154 milliseconds