/external/autotest/client/cros/nfc/ |
console.py | 19 PROMPT = 'NFC> ' 447 self.prompt = PROMPT
|
/external/dnsmasq/ |
CHANGELOG | 58 correct vendorclass, unless at least one pxe-prompt or 138 possible to define a prompt and menu options which will 143 --pxe-prompt and --pxe-service keywords. Thanks to
|
/external/e2fsprogs/e2fsck/ |
problem.h | 326 /* Inconsistency can't be fixed prompt */ 332 /* Bad primary block prompt */ 395 /* Suppress messages prompt */
|
/external/gptfdisk/ |
gptcurses.cc | 347 // Prompt for and change a partition's name.... 465 // Prompt user for permission to save data and, if it's given, do so! 796 // Display one line of text on the screen and prompt to press any key to continue.
|
/external/libxml2/ |
debugXML.c | 2810 char prompt[500] = "\/ > "; local [all...] |
/frameworks/base/docs/html/sdk/api_diff/23/changes/ |
pkg_android.app.html | 189 <A NAME="VoiceInteractor.Prompt"></A> 190 <nobr><A HREF="../../../../reference/android/app/VoiceInteractor.Prompt.html" target="_top"><code>VoiceInteractor.Prompt</code></A></nobr>
|
/frameworks/base/docs/html/training/articles/ |
wear-permissions.jd | 83 displays a dialog to prompt the user for that permission. An app or service can only call the 91 certain permissions, your app can prompt for them on launch. If it may not be so obvious, 221 <p>If your app clearly requires a permission in order to work at all, you can prompt for that
|
/frameworks/base/packages/PrintSpooler/res/values/ |
strings.xml | 159 <!-- Title for the prompt shown as a placeholder if no printers are found while not searching. [CHAR LIMIT=50] --> 162 <!-- Title for the prompt shown as a placeholder if there are no print services. [CHAR LIMIT=50] --> 165 <!-- Title for the prompt shown as a placeholder if there are no printers while searching. [CHAR LIMIT=50] -->
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCard.java | 307 log("onIccSwap: isHotSwapSupported is true, don't prompt for rebooting"); 310 log("onIccSwap: isHotSwapSupported is false, prompt for rebooting"); 328 loge("Unable to find ICC hotswap prompt for restart activity: " + e);
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
AppCompatSpinner.java | 445 public void setPrompt(CharSequence prompt) { 447 mPopup.setPromptText(prompt); 449 super.setPrompt(prompt);
|
/hardware/ril/reference-ril/ |
atchannel.c | 244 // Commands like AT+CMGS have a "> " prompt 292 * special-cases the "> " SMS prompt 299 /* SMS prompt character...not \r terminated */
|
/libcore/ojluni/src/main/java/java/io/ |
Console.java | 212 * Provides a formatted prompt, then reads a single line of text from the 275 * Provides a formatted prompt, then reads a password or passphrase from 281 * for the prompt text.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
site.py | 366 """interactive prompt objects for printing the license text, a list of 408 prompt = 'Hit Return for more, or q (and Return) to quit: ' 420 key = raw_input(prompt)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
site.py | 366 """interactive prompt objects for printing the license text, a list of 408 prompt = 'Hit Return for more, or q (and Return) to quit: ' 420 key = raw_input(prompt)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
site.py | 366 """interactive prompt objects for printing the license text, a list of 408 prompt = 'Hit Return for more, or q (and Return) to quit: ' 420 key = raw_input(prompt)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 366 """interactive prompt objects for printing the license text, a list of 408 prompt = 'Hit Return for more, or q (and Return) to quit: ' 420 key = raw_input(prompt)
|
/frameworks/base/docs/html/guide/topics/admin/ |
device-admin.jd | 227 <li>Prompt user to set a new password.</li> 348 requirements, the application can prompt the user to pick a different password 451 changes to prompt the user to activate the device admin application, as shown in figure 454 <img src="{@docRoot}images/admin/device-admin-activate-prompt.png"/> 460 changes to prompt the user to activate the device admin application, as shown in figure [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
Resources.java | 132 {"do.not.prompt", 133 "do not prompt"}, //-noprompt 333 {"New.prompt.", "New {0}: "}, 335 {"Re.enter.new.prompt.", "Re-enter new {0}: "}, 338 {"Enter.prompt.alias.name.", "Enter {0} alias name: "}, [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
upload-diffs.py | 112 def GetEmail(prompt): 118 for next time we prompt. 128 prompt += " [%s]" % last_email 131 email = raw_input(prompt + ": ").strip() 527 help="The username to use. Will prompt if omitted.") 840 """Show an "are you sure?" prompt if there are unknown files.""" 846 prompt = "Are you sure to continue?(y/N) " 847 answer = raw_input(prompt).strip() [all...] |
/external/toybox/kconfig/ |
zconf.tab.c_shipped | 523 "prompt_stmt_opt", "prompt", "end", "nl", "if_expr", "expr", "symbol", 0 [all...] |
/system/update_engine/ |
omaha_request_action_unittest.cc | 111 "MoreInfo=\"" + more_info_url + "\" Prompt=\"" + prompt + "\" " 132 string prompt = "true"; member in struct:__anon73601::FakeUpdateResponse 459 EXPECT_EQ(fake_update_response_.prompt == "true", response.prompt); [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 1140 static void modify_u8(char *com, const char *prompt, 1148 printf("%30s [%s] ", prompt, buf); 1162 static void modify_u16(char *com, const char *prompt, 1170 printf("%30s [%s] ", prompt, buf); 1184 static void modify_u32(char *com, const char *prompt, 1192 printf("%30s [%s] ", prompt, buf); [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ResolverActivity.java | 26 import android.app.VoiceInteractor.Prompt; 207 // Use a specialized prompt when we're handling the 'Home' app startActivity() 403 new Prompt(getTitle()), options, null); [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.ecf_3.2.0.v20130604-1622.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.ecf_3.2.0.v20130604-1622.jar | |