HomeSort by relevance Sort by last modified time
    Searched full:proceed (Results 126 - 150 of 1150) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/components/autofill/content/browser/
autocheckout_page_meta_data.h 55 // The proceed element of the multipage Autofill flow. It can be empty
  /external/chromium_org/media/filters/
ffmpeg_h264_to_annex_b_bitstream_converter.cc 80 // Proceed with the conversion of the actual in-band NAL units, leave room
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 20 # case this is a Keystone-triggered update which must be allowed to proceed.
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_decode_utf8_string.c 72 /* proceed to decode */
  /external/libnl-headers/netlink/
handlers.h 60 /** Proceed with wathever would come next */
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 403 void restartConnection(boolean proceed) {
406 " proceed: " + proceed);
412 mAborted = !proceed;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
ChallengeLayout.java 81 * to proceed with the requested action.
  /frameworks/wilhelm/src/objects/
CAudioPlayer.c 79 // Safe to proceed immediately if a track has not yet been assigned
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.h 72 // the user has decided to proceed with the current request, or go back.
73 virtual void OnBlockingPageComplete(bool proceed);
  /external/chromium/chrome/browser/resources/
ssl_roadblock.html 112 <input type="button" i18n-values="value:proceed" name="proceed" class="proceedbutton" onClick="sendCommand(1);">
  /external/chromium/net/socket/
socks_client_socket_pool_unittest.cc 206 // connect job proceed for potential future use.
239 // connect job proceed for potential future use.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeHttpAuthHandler.java 56 * Proceed with the authorization with the given credentials.
58 public void proceed(String username, String password) { method in class:ChromeHttpAuthHandler
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_password_changed.js 39 $('password-changed-proceed-button').focus();
82 proceedAnywayButton.id = 'password-changed-proceed-button';
  /external/chromium_org/chrome/browser/ui/
unload_controller.h 38 // Called when a BeforeUnload handler is fired for |contents|. |proceed|
45 bool BeforeUnloadFired(content::WebContents* contents, bool proceed);
  /external/chromium_org/net/disk_cache/flash/
segment.h 35 // and one should proceed to calling other functions only if Init() has
36 // succeeded. After a successful initialization, one may proceed to call
  /external/chromium_org/tools/grit/grit/tool/
rc2grd_unittest.py 90 ' IDS_PROGRAMS_SHUTDOWN_TEXT "Google Desktop Search needs to close the following programs:\\n\\n$1\\nThe installation will not proceed if you choose to cancel."\n'
108 The installation will not proceed if you choose to cancel.
  /external/javassist/src/main/javassist/util/proxy/
RuntimeSupport.java 34 Method proceed, Object[] args)
37 return proceed.invoke(self, args);
  /frameworks/base/docs/html/design/patterns/
confirming-acknowledging.jd 10 <p><strong>Confirming</strong> is asking the user to verify that they truly want to proceed with an action they just invoked. In some cases, the confirmation is presented along with a warning or critical information related to the action that they need to consider.</p>
35 <p>Confirmations don't necessarily have to be presented in an alert with two buttons. After initiating Android Beam, the user is prompted to touch the content to be shared (in this example, it's a photo). If they decide not to proceed, they simply move their phone away.</p>
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 23 <string name="backup_confirm_text">A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the backup yourself, do not allow the operation to proceed.</string>
30 <string name="restore_confirm_text">A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!</string>
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupType.java 79 // Otherwise proceed into this screen
180 // Otherwise, proceed with the save/check
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 59 OKED, // Proceed was called.
107 virtual void Proceed() {
110 InterstitialPage::Proceed();
    [all...]
  /external/javassist/tutorial/
tutorial2.html 359 It is typically used with <code>$proceed</code> shown later.
653 m.replace("{ $1 = 0; $_ = $proceed($$); }");
662 <ul><pre>{ $1 = 0; $_ = $proceed($$); }
687 $_ = $proceed($$);
694 <ul><pre>$_ = $proceed();</pre></ul>
698 <ul><pre>$proceed($$);</pre></ul>
766 <tr><td><code>$proceed</code> &nbsp &nbsp</td>
789 <p><code>$proceed</code> is not a <code>String</code> value but special
833 <tr><td><code>$proceed</code> &nbsp &nbsp</td>
851 normally a call to <code>$proceed()</code>
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 222 /* yes; proceed with connection */
231 /* yes; proceed with connection */
244 /* if result ok, proceed with connection */
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.cc 39 PROCEED,
95 g_auto_approve_for_test = auto_approve ? PROCEED : ABORT;
268 if (g_auto_approve_for_test == PROCEED) {
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer2.java 112 // AccelerateInterpolator, which speeds up as the animation proceed. Note that

Completed in 1842 milliseconds

1 2 3 4 56 7 8 91011>>