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

1 2 3

  /external/protobuf/examples/
add_person.py 10 person.id = int(raw_input("Enter person ID number: "))
11 person.name = raw_input("Enter name: ")
13 email = raw_input("Enter email address (blank for none): ")
18 number = raw_input("Enter a phone number (or leave blank to finish): ")
25 type = raw_input("Is this a mobile, home, or work phone? ")
  /external/lldb/test/pexpect-2.4/examples/
ssh_tunnel.py 22 host = raw_input('Hostname: ')
23 user = raw_input('Username: ')
sshls.py 42 host = raw_input('Hostname: ')
43 user = raw_input('User: ')
astat.py 46 hostname = raw_input('hostname: ')
50 username = raw_input('username: ')
monitor.py 66 host = raw_input('hostname: ')
70 user = raw_input('username: ')
passmass.py 67 user = raw_input('Username: ')
  /cts/apps/CameraITS/tools/
validate_scene.py 45 raw_input("Press Enter after placing camera " + camera_id +
63 choice = raw_input(
69 raw_input("Press Enter after placing camera " + camera_id +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_register.py 104 # patching raw_input and getpass.getpass
113 register_module.raw_input = inputs.__call__
118 del register_module.raw_input
136 register_module.raw_input = _no_way
165 register_module.raw_input = inputs.__call__
170 del register_module.raw_input
183 register_module.raw_input = inputs.__call__
188 del register_module.raw_input
227 register_module.raw_input = inputs.__call__
232 del register_module.raw_input
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_register.py 104 # patching raw_input and getpass.getpass
113 register_module.raw_input = inputs.__call__
118 del register_module.raw_input
136 register_module.raw_input = _no_way
165 register_module.raw_input = inputs.__call__
170 del register_module.raw_input
183 register_module.raw_input = inputs.__call__
188 del register_module.raw_input
227 register_module.raw_input = inputs.__call__
232 del register_module.raw_input
    [all...]
  /external/parameter-framework/bindings/python/
sample.py 64 raw_input("[Press enter to exit]")
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 87 io::ArrayInputStream raw_input(data.data(), data.size());
88 io::CodedInputStream input(&raw_input);
104 io::ArrayInputStream raw_input(data.data(), data.size());
105 io::CodedInputStream input(&raw_input);
121 io::ArrayInputStream raw_input(data.data(), data.size());
122 io::CodedInputStream input(&raw_input);
137 io::ArrayInputStream raw_input(data.data(), data.size());
138 io::CodedInputStream input(&raw_input);
153 io::ArrayInputStream raw_input(data.data(), data.size());
154 io::CodedInputStream input(&raw_input);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 149 choice = raw_input()
158 username = raw_input('Username: ')
185 choice = raw_input('Save your login (y/N)?')
196 data['name'] = raw_input('Username: ')
207 data['email'] = raw_input(' EMail: ')
219 data['email'] = raw_input('Your email address: ')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 149 choice = raw_input()
158 username = raw_input('Username: ')
185 choice = raw_input('Save your login (y/N)?')
196 data['name'] = raw_input('Username: ')
207 data['email'] = raw_input(' EMail: ')
219 data['email'] = raw_input('Your email address: ')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 234 line = self.raw_input(prompt)
270 def raw_input(self, prompt=""): member in class:InteractiveConsole
277 raw_input(); a subclass may replace this with a different
281 return raw_input(prompt)
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
300 console.raw_input = readfunc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 234 line = self.raw_input(prompt)
270 def raw_input(self, prompt=""): member in class:InteractiveConsole
277 raw_input(); a subclass may replace this with a different
281 return raw_input(prompt)
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
300 console.raw_input = readfunc
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
explore.py 23 # Python 3 renamed raw_input to input
24 raw_input = input variable
171 raw_input("\nPress enter to return to parent value: ")
186 raw_input("\nPress enter to return to enclosing type: ")
244 option = raw_input("Continue exploring it as a pointer to a single "
261 option = raw_input("Continue exploring it as a pointer to an "
267 index = int(raw_input("Enter the index of the element you "
334 index = int(raw_input("Enter the index of the element you want to "
347 raw_input("Press enter to continue... ")
457 choice = raw_input("Enter the field number of choice: "
    [all...]

Completed in 863 milliseconds

1 2 3