/prebuilts/libs/libedit/share/man/man3/ |
el_tok_str.3 | 299 Define prompt printing function as 301 which is to return a string that contains the prompt. 307 argument indicates the start/stop literal prompt character. 309 If a start/stop literal character is found in the prompt, the 315 color/style of the terminal in the prompt. 321 Define right side prompt printing function as 323 which is to return a string that contains the prompt. 325 Define the right prompt printing function but with a literal escape character. 519 Return a pointer to the function that displays the prompt in 525 return the start/stop literal prompt character in it [all...] |
/external/autotest/client/virt/ |
aexpect.py | [all...] |
virt_utils.py | 602 def _remote_login(session, username, password, prompt, timeout=10): 606 child (e.g. a password prompt or a shell prompt) -- fail. 611 @param username: The username to send in reply to a login prompt 612 @param password: The password to send in reply to a password prompt 613 @param prompt: The shell prompt that indicates a successful login 615 step of the login procedure (i.e. the "Are you sure" prompt, the 616 password prompt, the shell prompt, etc [all...] |
/external/llvm/lib/LineEditor/ |
LineEditor.cpp | 176 // Fool libedit into thinking nothing has changed. Reprint its prompt 195 : Prompt((ProgName + "> ").str()), HistoryPath(HistoryPath), 252 // Call el_gets to prompt the user and read the user's input. 283 : Prompt((ProgName + "> ").str()), Data(new InternalData) { 296 ::fprintf(Data->Out, "%s", Prompt.c_str());
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/ |
plexus-interactivity-api-1.0-alpha-4.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/ |
plexus-interactivity-api-1.0-alpha-4.jar | |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_window.py | 48 """A simple frame widget to display the prompt. 53 - a label showing the prompt 79 # Create a label to show the prompt 80 self.label_prompt = gtk.Label('Prompt') 98 """Set the prompt in label_prompt.""" 242 # Create the prompt frame 433 """A helper method to set the prompt."""
|
/external/toybox/kconfig/ |
conf.c | 177 printf("%*s%s ", indent - 1, "", menu->prompt->text); 213 printf("%*s%s ", indent - 1, "", menu->prompt->text); 418 prop = menu->prompt; 420 const char *prompt; local 429 prompt = menu_get_prompt(menu); 430 if (prompt) 433 indent, '*', prompt,
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
MainInteractionSession.java | 365 void setPrompt(VoiceInteractor.Prompt prompt) { 366 if (prompt == null) { 370 mText.setText(prompt.getVisualPrompt()); 371 mPendingPrompt = prompt.getVisualPrompt(); 377 Log.i(TAG, "onConfirm: prompt=" + request.getVoicePrompt() + " extras=" 388 Log.i(TAG, "onPickOption: prompt=" + request.getVoicePrompt() + " options="
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneFactory.java | 308 /* Returns User SMS Prompt property, enabled or not */ 310 boolean prompt = false; 316 Rlog.e(LOG_TAG, "Settings Exception Reading Dual Sim SMS Prompt Values"); 318 prompt = (value == 0) ? false : true ; 319 Rlog.d(LOG_TAG, "SMS Prompt option:" + prompt); 321 return prompt;
|
/packages/apps/Settings/res/layout/ |
wifi_dialog.xml | 76 android:prompt="@string/wifi_security" 108 android:prompt="@string/wifi_eap_method" 127 android:prompt="@string/please_select_phase2" 146 android:prompt="@string/wifi_eap_ca_cert" /> 206 android:prompt="@string/wifi_eap_user_cert" /> 320 android:prompt="@string/proxy_settings_title" 445 android:prompt="@string/wifi_ip_settings"
|
/external/libxml2/ |
xmlcatalog.c | 56 * @prompt: the prompt value 64 xmlShellReadline(const char *prompt) { 69 line_read = readline (prompt); 81 if (prompt != NULL) 82 fprintf(stdout, "%s", prompt);
|
/frameworks/base/docs/html/training/location/ |
change-location-settings.jd | 13 <li><a href="#prompt">Prompt the User to Change Location Settings</a></li> 49 then check the current location settings and prompt the user to enable the 201 <h2 id="prompt">Prompt the User to Change Location Settings</h2> 207 settings must be changed. To prompt the user for permission to modify the
|
/external/libedit/examples/ |
wtc1.c | 21 prompt(EditLine *el) function 137 el_wset(el, EL_PROMPT_ESC, prompt, '\1'); /* Set the prompt function */
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ShowOrCreateActivity.java | 50 * <li>If no matching contacts found, will prompt user with dialog to add to a 126 // Allow caller to bypass dialog prompt 215 // Prompt user to insert or edit contact
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pdb.doc | 9 The debugger's prompt is '(Pdb) '. This will stop in the first 49 debugger prompt. This is particularly useful for aliases. If both 183 legally typed at the pdb prompt. Note! You *can* override
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pdb.doc | 9 The debugger's prompt is '(Pdb) '. This will stop in the first 49 debugger prompt. This is particularly useful for aliases. If both 183 legally typed at the pdb prompt. Note! You *can* override
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.doc | 9 The debugger's prompt is '(Pdb) '. This will stop in the first 49 debugger prompt. This is particularly useful for aliases. If both 183 legally typed at the pdb prompt. Note! You *can* override
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.doc | 9 The debugger's prompt is '(Pdb) '. This will stop in the first 49 debugger prompt. This is particularly useful for aliases. If both 183 legally typed at the pdb prompt. Note! You *can* override
|
/art/tools/ |
symbolize.sh | 19 # By default, pulls everything from the dalvik cache. A simple yes/no/quit prompt for each file can
|
/developers/build/prebuilts/gradle/Quiz/ |
README.md | 11 correctly or not) and prompt the next question.
|
/development/samples/ApiDemos/res/layout/ |
action_bar_display_options.xml | 45 android:prompt="@string/toggle_navigation"
|
/device/google/accessory/demokit/hardware/eng/shield/ |
ashield_excellon.cam | 9 Prompt[en]=""
|
/external/autotest/server/hosts/ |
plankton_host.py | 6 # prompt, such as within the Chromium OS development chroot.
|
ssh_host.py | 291 host.prompt() 293 host.prompt() 296 host.prompt() 298 host.prompt()
|