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

<<11121314151617181920>>

  /external/ppp/pppd/
srp-entry.8 51 prompt for the client name first.
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiPrompt.java 44 * This activity is started by {@link ApiBrowser} to prompt user for RPC call parameters.
  /external/vixl/src/vixl/a64/
debugger-a64.h 99 char* ReadCommandLine(const char* prompt, char* buffer, int length);
  /external/zlib/src/contrib/dotzlib/
readme.txt 35 Open a command prompt with access to the build environment and run nant
  /frameworks/base/core/java/com/android/internal/app/
ConfirmUserCreationActivity.java 37 * an app. It has to do some checks to decide what kind of prompt the user should be shown.
  /frameworks/base/docs/html/guide/topics/security/
normal-permissions.jd 52 that permission at install time. The system does not prompt the user
  /frameworks/base/packages/VpnDialogs/res/values/
strings.xml 20 <string name="prompt">Connection request</string>
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java 73 mAlertParams.mTitle = getText(R.string.prompt);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h 36 const char* name; /* name for prompt in error strings */
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetConfigure.java 42 // means we prompt the user to pick and crop a photo.
  /packages/apps/Settings/src/com/android/settings/
ApplicationSettings.java 96 // Should not happen, default to prompt...
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
RequestIgnoreBatteryOptimizations.java 68 Log.i(TAG, "Not should prompt, already ignoring optimizations: " + mPackageName);
  /packages/apps/Stk/res/layout/
stk_input.xml 28 android:id="@+id/prompt"
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java 92 // if there are multiple choices, prompt the user
  /system/bt/
README.md 94 This will prompt you to fill the contents of your "out/Default/args.gn" file. Make it look like below. Replace "/home/job" with path to your home directory, and don't use "~" in build arguments:
  /system/update_engine/
omaha_response.h 56 bool prompt = false; member in struct:chromeos_update_engine::OmahaResponse
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 118 * The provided prompt view should appear above list content.
127 * The provided prompt view should appear below list content.
258 * Set where the optional prompt view should appear. The default is
261 * @param position A position constant declaring where the prompt should be displayed.
271 * @return Where the optional prompt view should appear.
567 * Set a view to act as a user prompt for this popup window. Where the prompt view will appear
570 * @param prompt View to use as an informational prompt.
572 public void setPromptView(@Nullable View prompt) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java 153 * The provided prompt view should appear above list content.
162 * The provided prompt view should appear below list content.
297 * Set where the optional prompt view should appear. The default is
300 * @param position A position constant declaring where the prompt should be displayed.
310 * @return Where the optional prompt view should appear.
606 * Set a view to act as a user prompt for this popup window. Where the prompt view will appear
609 * @param prompt View to use as an informational prompt.
611 public void setPromptView(@Nullable View prompt) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 52 # Interaction prompt line will separate file and call info from code
66 self.prompt = '(Pdb) '
98 self.commands_doprompt = {} # for each bp num, tells if the prompt
273 to the prompt.
275 Checks whether this line is typed at the normal prompt or in
335 prompt_back = self.prompt
336 self.prompt = '(com) '
342 self.prompt = prompt_back
717 p.prompt = "(%s) " % self.prompt.strip(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 52 # Interaction prompt line will separate file and call info from code
66 self.prompt = '(Pdb) '
98 self.commands_doprompt = {} # for each bp num, tells if the prompt
273 to the prompt.
275 Checks whether this line is typed at the normal prompt or in
335 prompt_back = self.prompt
336 self.prompt = '(com) '
342 self.prompt = prompt_back
717 p.prompt = "(%s) " % self.prompt.strip(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 52 # Interaction prompt line will separate file and call info from code
66 self.prompt = '(Pdb) '
98 self.commands_doprompt = {} # for each bp num, tells if the prompt
273 to the prompt.
275 Checks whether this line is typed at the normal prompt or in
335 prompt_back = self.prompt
336 self.prompt = '(com) '
342 self.prompt = prompt_back
717 p.prompt = "(%s) " % self.prompt.strip(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 52 # Interaction prompt line will separate file and call info from code
66 self.prompt = '(Pdb) '
98 self.commands_doprompt = {} # for each bp num, tells if the prompt
273 to the prompt.
275 Checks whether this line is typed at the normal prompt or in
335 prompt_back = self.prompt
336 self.prompt = '(com) '
342 self.prompt = prompt_back
717 p.prompt = "(%s) " % self.prompt.strip(
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Antlr3.Runtime (VS2005).csproj 44 <ErrorReport>prompt</ErrorReport>
64 <ErrorReport>prompt</ErrorReport>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
Antlr3.Runtime.Test.csproj 27 <ErrorReport>prompt</ErrorReport>
35 <ErrorReport>prompt</ErrorReport>
  /external/c-ares/
README.msvc 17 Open a command prompt window and ensure that the environment is properly
50 use same command prompt window to define environment variable INSTALL_DIR

Completed in 809 milliseconds

<<11121314151617181920>>