HomeSort by relevance Sort by last modified time
    Searched full:prompt (Results 426 - 450 of 1258) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/etc/
add-log.el 96 (defun prompt-for-change-log-name ()
97 "Prompt for a change log name."
173 Optional arg (interactive prefix) non-nil means prompt for user name and site.
179 (prompt-for-change-log-name)))
287 Optional arg (interactive prefix) non-nil means prompt for user name and site.
292 (prompt-for-change-log-name))))
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 126 private static void checkEglError(String prompt, EGL10 egl) {
129 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
  /cts/tests/tests/widget/res/values/
strings.xml 157 <string name="prompt">prompt</string>
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 126 private static void checkEglError(String prompt, EGL10 egl) {
129 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
  /docs/source.android.com/src/devices/tech/config/
runtime_perms.jd 40 <p>This release does not change the behavior of normal permissions (all non-dangerous permissions including normal, system, and signature permissions). Normal permissions are lower-risk permissions (such as <code>SET_WALLPAPER</code>) that grant requesting applications access to isolated application-level features with minimal risk to other applications, the system, or the user. As in Android 5.1 and earlier releases, the system automatically grants normal permissions to a requesting application at installation and does not prompt the user for approval. For details on permissions, refer to <a href="http://developer.android.com/guide/topics/manifest/permission-element.html">&lt;permission&gt; element documentation</a>.</p>
47 <li>Apps must prompt users to grant application permissions at runtime. For details, see Updating Applications.Limited exceptions may be granted to default applications and handlers that provide basic device functionality determined to be fundamental to the expected operation of the device (i.e. the device's default Dialer app for handling ACTION_CALL may have Phone permission access). For details, see <a href="#creating-exceptions">Creating exceptions</a>.</li>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Antlr3.Runtime (VS2008).csproj 47 <ErrorReport>prompt</ErrorReport>
67 <ErrorReport>prompt</ErrorReport>
  /external/libpng/contrib/gregbook/
README 102 README file) into a folder, open a "DOS shell" or "command prompt"
114 directory. Then double-click to open the new DOS-prompt window with
  /external/lz4/programs/
Makefile 175 ./fullbench --no-prompt $(TEST_FILES)
178 ./fullbench32 --no-prompt $(TEST_FILES)
  /external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
installing.html 4 <code class="prompt">$ </code><span class="command"><strong>gunzip -c findbugs-2.0.3.tar.gz | tar xvf -</strong></span>
7 <code class="prompt">C:\Software&gt;</code><span class="command"><strong>unzip findbugs-2.0.3.zip</strong></span>
  /external/replicaisland/tools/
ExtractPoints.js 41 var tileSizeX = prompt("Tile pixel width:");
42 var tileSizeY = prompt("Tile pixel height:");
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiBrowser.java 201 menu.add(Menu.NONE, ContextMenuId.PROMPT_PARAMETERS.getId(), Menu.NONE, "Prompt");
221 // There's no activity to track calls to insert (like there is for prompt) so we track it
  /external/toybox/kconfig/lxdialog/
menubox.c 182 int dialog_menu(const char *title, const char *prompt,
225 print_autowrap(dialog, prompt, width - 2, 1, 3);
  /external/toybox/kconfig/
zconf.hash.c_shipped 112 char kconf_id_strings_str31[sizeof("prompt")];
148 "prompt",
  /external/v8/src/
utils.cc 154 char* ReadLine(const char* prompt) {
159 fprintf(stdout, "%s", prompt);
  /external/v8/tools/release/
create_release.py 258 help="Don't prompt the user.",
261 help="Prompt the user at every important step.",
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 103 private static void checkEglError(String prompt, EGL10 egl) {
106 Logging.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
  /frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
CaptivePortalLoginActivity.java 126 // Find WebView's proxy BroadcastReceiver and prompt it to read proxy system properties.
291 // settings. Now prompt the WebView read the Network-specific proxy settings.
  /packages/apps/Calendar/res/layout/
edit_event_2.xml 239 android:prompt="@string/presence_label" />
262 android:prompt="@string/privacy_label" />
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 143 mPromptView = (TextView) this.findViewById(R.id.prompt);
359 // set the prompt.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java 166 // Wait for the user to click next to verify that they got back from the prompt
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java 30 * - prompt users to activate/deactivate features that are known to register for sensor data.
  /cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java 135 final String promptText = "prompt text";
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
PermissionRequestFragment.java 121 // We dismiss the prompt UI here as the request is no longer valid.
  /developers/build/prebuilts/gradle/ScreenCapture/Application/src/main/java/com/example/android/screencapture/
ScreenCaptureFragment.java 175 // This initiates a prompt dialog for the user to confirm screen projection.
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
PermissionRequestFragment.java 121 // We dismiss the prompt UI here as the request is no longer valid.

Completed in 1622 milliseconds

<<11121314151617181920>>