/external/toybox/toys/posix/ |
rm.c | 18 -i interactive: prompt for confirmation 37 // This is either the posix section 2(b) prompt or the section 3 prompt. 62 // This is the section 2(d) prompt. (Yes, posix says to prompt twice.)
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
HttpCallerInfo.java | 48 final public String host, protocol, prompt, scheme; field in class:HttpCallerInfo 60 this.prompt = old.prompt; 72 prompt = ""; 102 prompt = "";
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
app2.py | 190 def __init__(self, commands, prompt): 200 self._default_prompt = prompt 209 self.prompt = self._default_prompt 243 print('%s%s' % (self.prompt, line), end=' ') 337 PROMPT = '> ' 343 'prompt', '', 344 'Prompt to use for interactive shell.', 349 prompt = FLAGS.prompt or self.PROMPT [all...] |
/pdk/apps/TestingCamera2/res/layout/ |
imagereader_target_subpane.xml | 27 android:prompt="@string/target_subpane_image_reader_format_prompt" /> 32 android:prompt="@string/target_subpane_image_reader_size_prompt" /> 37 android:prompt="@string/target_subpane_image_reader_count_prompt" />
|
target_pane.xml | 32 android:prompt="@string/target_pane_camera_prompt" /> 51 android:prompt="@string/target_pane_output_prompt" />
|
/cts/hostsidetests/theme/app/res/layout/ |
spinner.xml | 19 android:prompt="@string/spinner_prompt"
|
/development/samples/JetBoy/ |
JETBOY_content_README.txt | 5 1. Open a command prompt and go to the directory where the JetCreator tool is located.
|
/development/samples/browseable/Quiz/ |
_index.jd | 14 correctly or not) and prompt the next question.
|
/external/chromium-trace/catapult/telemetry/telemetry/util/mac/ |
determine_if_keychain_is_locked.c | 6 // causing a user interaction prompt.
|
/external/e2fsprogs/lib/ss/ |
invocation.c | 60 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4); 61 strcpy(new_table->prompt, subsystem_name); 62 strcat(new_table->prompt, ": "); 95 free(t->prompt);
|
/external/jemalloc/msvc/ |
ReadMe.txt | 16 4. Open "VS2015 x86 Native Tools Command Prompt"
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
SpeechRecognitionFacade.java | 49 @RpcParameter(name = "prompt", description = "text prompt to show to the user when asking them to speak") @RpcOptional final String prompt, 62 if (prompt != null) {
|
/external/valgrind/memcheck/tests/ |
nanoleak2.c | 7 // it gives the y/n/c suppression prompt for errors that aren't shown. This
|
/frameworks/base/tests/LargeAssetTest/res/values/ |
strings.xml | 19 <string name="prompt">Click the button below to read and validate the large binary asset.</string>
|
/development/samples/Spinner/res/layout/ |
main.xml | 28 The prompt text comes from the string "planet_prompt" in strings.xml 35 android:prompt = "@string/planet_prompt">
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
expect_scp | 14 # For example, it may prompt (yes/no) for 0, 1, or even 2 times; 15 # it may or may not prompt the user for a password, etc.
|
/external/cblas/ |
README | 5 prompt> ln -s Makefile.ARCH Makefile.in 16 prompt> make help
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_rendering.c | 53 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt); 55 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt) 63 *prompt = 1; 83 *prompt = 0; 98 "\t-n\tDon't prompt for quit\n", 135 int prompt; local 152 ParseArgs(argc, argv, &output_width, &output_height, &acceptable_error, &prompt); 278 if (prompt)
|
/external/skia/site/dev/runtime/ |
index.md | 108 prompt% skia.gpu.printShaders=true out/Debug/dm 115 prompt% export skia.gpu.printShaders=true 116 prompt% out/Debug/dm 124 prompt% skia_gpu_printShaders=true out/Debug/dm 131 prompt% export skia_gpu_printShaders=true` 132 prompt% out/Debug/dm 164 prompt% ninja -C BUILDTYPE=Release_Developer 171 prompt % skia_gpu_printShaders=true out/Release_Developer/dm
|
/frameworks/base/core/java/android/webkit/ |
HttpAuthHandler.java | 66 * Gets whether the prompt dialog should be suppressed. 68 * @return whether the prompt dialog should be suppressed
|
JsResult.java | 36 // This is the caller of the prompt and is the object that is waiting. 38 // This is a basic result of a confirm or prompt dialog.
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/ |
OcvImageManipulation.csproj | 37 <ErrorReport>prompt</ErrorReport> 47 <ErrorReport>prompt</ErrorReport> 58 <ErrorReport>prompt</ErrorReport> 68 <ErrorReport>prompt</ErrorReport> 79 <ErrorReport>prompt</ErrorReport> 89 <ErrorReport>prompt</ErrorReport>
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/ |
OcvRotatingCube.csproj | 37 <ErrorReport>prompt</ErrorReport> 47 <ErrorReport>prompt</ErrorReport> 58 <ErrorReport>prompt</ErrorReport> 68 <ErrorReport>prompt</ErrorReport> 79 <ErrorReport>prompt</ErrorReport> 89 <ErrorReport>prompt</ErrorReport>
|
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVXaml/ |
OpenCVXaml.csproj | 37 <ErrorReport>prompt</ErrorReport> 47 <ErrorReport>prompt</ErrorReport> 58 <ErrorReport>prompt</ErrorReport> 68 <ErrorReport>prompt</ErrorReport> 79 <ErrorReport>prompt</ErrorReport> 89 <ErrorReport>prompt</ErrorReport>
|
/external/toybox/kconfig/lxdialog/ |
dialog.h | 195 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 203 int dialog_yesno(const char *title, const char *prompt, int height, int width); 204 int dialog_msgbox(const char *title, const char *prompt, int height, 207 int dialog_menu(const char *title, const char *prompt, 209 int dialog_checklist(const char *title, const char *prompt, int height, 212 int dialog_inputbox(const char *title, const char *prompt, int height,
|