Home
last modified time | relevance | path

Searched refs:raw_input (Results 1 – 25 of 78) sorted by relevance

1234

/external/protobuf/examples/
Dadd_person.py10 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/autotest/client/tests/cgroup/
Dcgroup_client.py20 raw_input()
38 raw_input()
60 raw_input()
82 raw_input()
98 raw_input()
/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc87 io::ArrayInputStream raw_input(data.data(), data.size()); in TEST() local
88 io::CodedInputStream input(&raw_input); in TEST()
104 io::ArrayInputStream raw_input(data.data(), data.size()); in TEST() local
105 io::CodedInputStream input(&raw_input); in TEST()
121 io::ArrayInputStream raw_input(data.data(), data.size()); in TEST() local
122 io::CodedInputStream input(&raw_input); in TEST()
137 io::ArrayInputStream raw_input(data.data(), data.size()); in TEST() local
138 io::CodedInputStream input(&raw_input); in TEST()
153 io::ArrayInputStream raw_input(data.data(), data.size()); in TEST() local
154 io::CodedInputStream input(&raw_input); in TEST()
[all …]
Dunknown_field_set_unittest.cc226 io::ArrayInputStream raw_input(all_fields_data_.data(), in TEST_F() local
228 io::CodedInputStream input(&raw_input); in TEST_F()
359 io::ArrayInputStream raw_input(bizarro_data.data(), bizarro_data.size()); in TEST_F() local
360 io::CodedInputStream input(&raw_input); in TEST_F()
381 io::ArrayInputStream raw_input(all_fields_data_.data(), in TEST_F() local
383 io::CodedInputStream input(&raw_input); in TEST_F()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_mfa.py52 mfa_sn = raw_input('MFA S/N: ')
53 mfa_code = raw_input('MFA Code: ')
80 mfa_code = raw_input('MFA Code: ')
84 mfa_code = raw_input('MFA Code: ')
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dconfig.py652 fix_it = raw_input('Would you like gsutil to change the file '
682 value = raw_input(prompt)
793 gs_service_key_file = raw_input('What is the full path to your private '
809 gs_service_client_id = raw_input('What is your service account email '
811 gs_service_key_file_password = raw_input(
842 key_ids[provider] = raw_input('What is your %s access key ID? ' %
844 sec_keys[provider] = raw_input('What is your %s secret access key? ' %
979 default_project_id = raw_input('What is your project-id? ').strip()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
Diobject.py59 val = raw_input('%s[1-%d]: ' % (prompt, len(choices)))
81 val = raw_input('%s: ' % prompt)
94 val = raw_input('%s: %s' % (prompt, val))
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_command_runner.py150 command_runner.raw_input = lambda p: 'y'
174 command_runner.raw_input = raw_input
268 command_runner.raw_input = lambda p: 'n'
406 command_runner.raw_input = lambda p: 'y'
413 command_runner.raw_input = raw_input
/external/lldb/test/pexpect-2.4/examples/
Dssh_tunnel.py22 host = raw_input('Hostname: ')
23 user = raw_input('Username: ')
Dsshls.py42 host = raw_input('Hostname: ')
43 user = raw_input('User: ')
Dastat.py46 hostname = raw_input('hostname: ')
50 username = raw_input('username: ')
Dhive.py168 username = raw_input('%s username: ' % hostname)
199 cli_username = raw_input('username: ')
214 cmd = raw_input('CMD (? for help) > ')
Dmonitor.py66 host = raw_input('hostname: ')
70 user = raw_input('username: ')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
Dpropget.py41 value = raw_input('%s [%d-%d]: ' % (prompt, min, max))
53 value = raw_input('%s: ' % prompt)
/external/webrtc/tools/cpu/
Dcpu_mon.py42 label = raw_input().strip()
54 sample_count = raw_input().strip()
/external/v8/build/android/
Dupdate_verification.py41 raw_input('Set the application state. Once ready, press enter and '
50 raw_input('Select "Restore my data" on the device. Then press enter to '
/external/markdown/tests/misc/
Darabic.txt20 x = raw_input('Insert the number please ')
Dbidi.txt44 x = raw_input('Insert the number please ')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dsdbadmin42 choice = int(raw_input(">>> "))
50 choice = raw_input("%s [yN] " % message)
/external/autotest/client/cros/cellular/
Dscpi_shell31 line = raw_input('scpi> ').rstrip()
/external/autotest/frontend/migrations/
D046_merge_databases.py23 response = raw_input(
/external/parameter-framework/upstream/bindings/python/
Dsample.py65 raw_input("[Press enter to exit]")
/external/autotest/server/samples/
Dautoserv_console.srv20 code.interact("Autoserv console", raw_input, locals())
/external/v8/build/
Dpackage_mac_toolchain.py74 if raw_input().lower() not in set(['yes','y', 'ye']):
/external/autotest/client/site_tests/firmware_TouchMTB/
Dspreadsheet.py136 self.machine_ip = raw_input(msg)
146 result_dir = raw_input('Enter test result directory: ')
430 worksheet_title = raw_input('Input the new worksheet name: ')

1234