/external/autotest/client/site_tests/firmware_TouchMTB/ |
test_flow.py | 150 """Set static prompt messages.""" 151 # Prompt for next gesture. 158 # Prompt to see test result through timeout callback. 165 """Prompt for next gesture.""" 166 prompt = '\n'.join( 172 return prompt 175 """Prompt to remind user of performing gestures.""" 176 prompt = ("You need to perform the specified gestures " 178 return prompt + self._prompt_result 282 """Create a color prompt."" [all...] |
/external/autotest/site_utils/deployment/ |
commandline.py | 251 def _read_with_prompt(input, prompt): 252 """Print a prompt and then read a line of text. 255 @param prompt String to print to stderr prior to reading. 258 full_prompt = '%s> ' % prompt 266 Prompt the user to supply a board name, and read one line. If 297 Prompt the user to supply a build version, and read one line. 307 prompt = 'build version (optional)' 309 build = _read_with_prompt(input, prompt) 320 Prompt the user to supply a list of host names. Any number of 345 prompt = 'More hosts? [y/N] [all...] |
/external/fsck_msdos/ |
main.c | 136 char prompt[256]; local 148 vsnprintf(prompt, sizeof(prompt), fmt, ap); 150 printf("%s? %s\n", prompt, rdonly ? "no" : "yes"); 154 printf("%s? [yn] ", prompt);
|
/libcore/ojluni/src/main/java/javax/security/auth/callback/ |
CallbackHandler.java | 37 * interface (GUI) may pop up windows to prompt for requested information 49 * can then choose to prompt for a username and password serially, 50 * or to prompt for both in a single window. 111 * // prompt the user for a username 122 * // prompt the user for sensitive information
|
/device/google/accessory/demokit/hardware/eng/shield/ |
ashield_gerb274x.cam | 14 Prompt[de]="" 15 Prompt[en]="" 34 Prompt[de]="" 35 Prompt[en]="" 54 Prompt[de]="" 55 Prompt[en]="" 74 Prompt[de]="" 75 Prompt[en]="" 94 Prompt[de]="" 95 Prompt[en]=" [all...] |
/external/libmtp/examples/ |
sendtr.c | 64 static char *prompt (const char *prompt, char *buffer, size_t bufsz, int required) function 69 fprintf(stdout, "%s> ", prompt); 202 ptitle = prompt("Title", title, 80, 0); 208 palbum = prompt("Album", album, 80, 0); 214 palbumartist = prompt("Album artist", albumartist, 80, 0); 217 partist = prompt("Artist", artist, 80, 0); 223 pcomposer = prompt("Writer or Composer", composer, 80, 0); 229 pgenre = prompt("Genre", genre, 80, 0); 236 if ( (pnum = prompt("Track number", num, 80, 0)) == NULL [all...] |
format.c | 27 static int prompt() function 67 if (prompt() == 0) {
|
reset.c | 27 static int prompt() function 66 if (prompt() == 0) {
|
/external/libxml2/include/libxml/ |
debugXML.h | 97 * @prompt: a string prompt 103 typedef char * (* xmlShellReadlineFunc)(char *prompt);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
Antlr3.Runtime.Tests (VS2005).csproj | 22 <ErrorReport>prompt</ErrorReport> 30 <ErrorReport>prompt</ErrorReport>
|
Antlr3.Runtime.Tests (VS2008).csproj | 27 <ErrorReport>prompt</ErrorReport> 35 <ErrorReport>prompt</ErrorReport>
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/ |
Antlr3.Utility (VS2005).csproj | 20 <ErrorReport>prompt</ErrorReport>
35 <ErrorReport>prompt</ErrorReport>
|
Antlr3.Utility (VS2008).csproj | 25 <ErrorReport>prompt</ErrorReport> 40 <ErrorReport>prompt</ErrorReport>
|
/external/autotest/client/virt/tests/ |
whql_submission.py | 60 sessions[0].prompt, 103 # Helper function: wait for a given prompt and raise an exception if an 105 def find_prompt(prompt): 107 [prompt, server_session.prompt], print_func=logging.info, 115 "could not find '%s' prompt" % prompt) 162 # Make sure the prompt appears again (if the device isn't found
|
/external/gptfdisk/ |
support.h | 75 int GetNumber(int low, int high, int def, const string & prompt); 77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string& prompt);
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockSettingsHelper.java | 61 * If a pattern, password or PIN exists, prompt the user before allowing them to change it. 72 * If a pattern, password or PIN exists, prompt the user before allowing them to change it. 85 * If a pattern, password or PIN exists, prompt the user before allowing them to change it. 101 * If a pattern, password or PIN exists, prompt the user before allowing them to change it. 122 * If a pattern, password or PIN exists, prompt the user before allowing them to change it. 144 * If a pattern, password or PIN exists, prompt the user before allowing them to change it. 161 * If a pattern, password or PIN exists, prompt the user before allowing them to change it. 179 * If a pattern, password or PIN exists, prompt the user before allowing them to change it.
|
/packages/inputmethods/LatinIME/java/res/layout/ |
additional_subtype_dialog.xml | 49 android:prompt="@string/subtype_locale" 74 android:prompt="@string/keyboard_layout_set"
|
/pdk/apps/TestingCamera2/res/layout/ |
request_pane.xml | 32 android:prompt="@string/request_pane_camera_prompt" /> 38 android:prompt="@string/request_pane_template_prompt" />
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_print.c | 76 me->prompt = ""; 84 me->prompt = "<"; 213 me->info = me->prompt = NULL; 277 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), 316 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), 363 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), 388 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), 401 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), 416 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), 441 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time) [all...] |
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/command/ |
CompatibilityConsoleTest.java | 42 assertFalse("No prompt", console.getConsolePrompt().isEmpty());
|
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/ |
MainInteractionSession.java | 143 VoiceInteractor.Prompt prompt = request.getVoicePrompt(); local 144 CharSequence message = (prompt != null ? prompt.getVoicePromptAt(0) : "(none)");
|
/cts/tests/tests/widget/res/layout/ |
popupwindow_prompt.xml | 24 android:text="@string/prompt" />
|
/developers/build/prebuilts/gradle/Quiz/Application/src/main/res/values/ |
base-strings.xml | 30 correctly or not) and prompt the next question.
|
/development/samples/ApiDemos/res/layout/ |
screen_orientation.xml | 34 android:prompt="@string/screen_orientation">
|
/development/samples/Spinner/res/values/ |
strings.xml | 21 The string "planet_prompt" defines the prompt for the result text box.
|