/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_register.py | 48 def __call__(self, prompt=''): 73 # patching the password prompt 75 def _getpass(prompt): 134 def _no_way(prompt=''): 135 raise AssertionError(prompt)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cmd.py | 52 PROMPT = '(Cmd) ' 67 prompt = PROMPT variable in class:Cmd 103 """Repeatedly issue a prompt, accept input, parse an initial prefix 130 line = raw_input(self.prompt) 134 self.stdout.write(self.prompt) 156 interpreted, but after the input prompt is generated and issued. 198 to the prompt. 224 """Called when an empty line is entered in response to the prompt.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cmd.py | 52 PROMPT = '(Cmd) ' 67 prompt = PROMPT variable in class:Cmd 103 """Repeatedly issue a prompt, accept input, parse an initial prefix 130 line = raw_input(self.prompt) 134 self.stdout.write(self.prompt) 156 interpreted, but after the input prompt is generated and issued. 198 to the prompt. 224 """Called when an empty line is entered in response to the prompt.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cmd.py | 52 PROMPT = '(Cmd) ' 67 prompt = PROMPT variable in class:Cmd 103 """Repeatedly issue a prompt, accept input, parse an initial prefix 130 line = raw_input(self.prompt) 134 self.stdout.write(self.prompt) 156 interpreted, but after the input prompt is generated and issued. 198 to the prompt. 224 """Called when an empty line is entered in response to the prompt.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cmd.py | 52 PROMPT = '(Cmd) ' 67 prompt = PROMPT variable in class:Cmd 103 """Repeatedly issue a prompt, accept input, parse an initial prefix 130 line = raw_input(self.prompt) 134 self.stdout.write(self.prompt) 156 interpreted, but after the input prompt is generated and issued. 198 to the prompt. 224 """Called when an empty line is entered in response to the prompt.
|
/external/curl/packages/vms/ |
build_gnv_curl_pcsi_text.com | 122 $ write ptxt "=prompt ''producter' ''product' for OpenVMS" 165 $ write ptxt "=prompt ''producer_full_name'" 182 "=prompt OpenVMS ''vernum' or later is not installed on your system." 185 $ write ptxt "=prompt ZLIB 1.2-8 or later is not installed on your system." 188 $ write ptxt "=prompt Source modules for ''product'" 191 $ write ptxt "=prompt Release notes are available in the [SYSHLP] directory."
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
GeolocationTest.java | 341 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); 352 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); 435 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); 448 // Assert prompt for geolocation permission is not called the second time 460 // URL_2 should get a prompt 463 // Checking the callback for geolocation permission prompt is called 464 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); 556 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); 567 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest); 575 PollingCheck.check("Geolocation prompt not called", POLLING_TIMEOUT, receivedRequest) [all...] |
/external/webrtc/ |
setup_links.py | 126 prompt = " [%s/%%s]: " 127 prompt = prompt % ('Y' if default is True else 'y') 128 prompt = prompt % ('N' if default is False else 'n') 134 sys.stdout.write(question + prompt) 271 def __init__(self, links_db, force=False, dry_run=False, prompt=False): 274 self._prompt = prompt 468 parser.add_option('-n', '--no-prompt', action='store_false', dest='prompt', [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Antlr3.Runtime.Debug.csproj | 31 <ErrorReport>prompt</ErrorReport> 39 <ErrorReport>prompt</ErrorReport>
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
Antlr3.Runtime.JavaExtensions.csproj | 27 <ErrorReport>prompt</ErrorReport> 35 <ErrorReport>prompt</ErrorReport>
|
/external/curl/src/ |
tool_paramhlp.c | 389 /* no password present, prompt for one */ 391 char prompt[256]; local 399 /* build a nice-looking prompt */ 401 curlx_msnprintf(prompt, sizeof(prompt), 405 curlx_msnprintf(prompt, sizeof(prompt), 411 getpass_r(prompt, passwd, sizeof(passwd));
|
/external/libedit/src/ |
Makefile.am | 41 prompt.c read.c refresh.c search.c sig.c terminal.c tty.c vi.c \ 44 histedit.h keymacro.h map.h chartype.h parse.h prompt.h read.h refresh.h \
|
/external/selinux/policycoreutils/scripts/ |
fixfiles.8 | 51 Clear /tmp directory with out prompt for removal. 79 Prompt for removal of contents of /tmp directory and then change any incorrect file context labels to match the install file_contexts file.
|
/external/selinux/policycoreutils/secon/ |
secon.1 | 30 \fB\-P\fR, \fB\-\-prompt\fR 31 outputs data in a format suitable for a prompt
|
/external/skia/tools/lua/ |
trigger_ct_lua | 59 'prompt for password if not specified.')) 70 # Read the password from the password file, if provided, otherwise prompt.
|
/external/toybox/kconfig/ |
lkc.h | 83 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep); 84 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
|
/external/toybox/kconfig/lxdialog/ |
yesno.c | 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) 74 print_autowrap(dialog, prompt, width - 2, 1, 3);
|
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionSession.java | 154 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) { 157 prompt, extras); 166 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, 170 prompt, options, extras); 179 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) { 191 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) { 432 final VoiceInteractor.Prompt mPrompt; 435 VoiceInteractionSession session, VoiceInteractor.Prompt prompt, Bundle extras) [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_print.h | 32 char *prompt; /* PERF prompt */ member in struct:PERF_PRINT_Private
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
PermissionCheckActivity.java | 35 * Activity to check if the user has required permissions. If not, it will try to prompt the user 36 * to grant permissions. However, the OS may not actually prompt the user if the user had
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DownloadOverMeteredDialog.java | 62 final TextView prompt = (TextView)findViewById(R.id.download_over_metered_prompt); local 63 prompt.setText(Html.fromHtml(String.format(promptFormat, language)));
|
/toolchain/binutils/binutils-2.25/binutils/ |
arparse.y | 68 { prompt(); } session 77 command NEWLINE { prompt(); }
|
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
RuntimePermissionsFragment.java | 43 permissions might prompt the user on upgrade.
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
RuntimePermissionsFragment.java | 43 permissions might prompt the user on upgrade.
|
/developers/samples/android/wearable/wear/Quiz/ |
template-params.xml | 42 correctly or not) and prompt the next question.
|