HomeSort by relevance Sort by last modified time
    Searched refs:CANCEL (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
SoftTextDialogInputListener.java 41 public static int CANCEL = 1;
  /external/chromium/chrome/browser/download/
download_shelf.cc 55 case CANCEL:
76 case CANCEL:
98 case CANCEL:
140 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
160 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
download_shelf.h 57 CANCEL, // Cancel the download.
79 // A model to control the cancel behavior.
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ConfirmationCallback.java 32 public static final int CANCEL = 2;
75 if (defaultOption != YES && defaultOption != NO && defaultOption != CANCEL) {
80 if (defaultOption != OK && defaultOption != CANCEL) {
134 if (defaultOption != YES && defaultOption != NO && defaultOption != CANCEL) {
139 if (defaultOption != OK && defaultOption != CANCEL) {
221 if (selection != YES && selection != NO && selection != CANCEL) {
226 if (selection != OK && selection != CANCEL) {
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 44 CANCEL
62 user_response_ = CANCEL;
133 EXPECT_EQ(CANCEL, user_response());
  /external/nist-sip/java/javax/sip/message/
Request.java 9 String CANCEL = "CANCEL";
  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 35 * <tr><td>404</td><td>item-not-found</td><td>CANCEL</td></tr>
36 * <tr><td>409</td><td>conflict</td><td>CANCEL</td></tr>
37 * <tr><td>501</td><td>feature-not-implemented</td><td>CANCEL</td></tr>
41 * <tr><td>405</td><td>not-allowed</td><td>CANCEL</td></tr>
47 * <tr><td>404</td><td>remote-server-not-found</td><td>CANCEL</td></tr>
49 * <tr><td>502</td><td>remote-server-error</td><td>CANCEL</td></tr>
51 * <tr><td>503</td><td>service-unavailable</td><td>CANCEL</td></tr>
55 * <tr><td>408</td><td>request-timeout</td><td>CANCEL</td></tr>
297 * <li>XMPPError.Type.CANCEL - do not retry (the error is unrecoverable)
305 CANCEL,
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 30 * This class provides several utilities to cancel bitmap decoding.
33 * decoding if another thread wants to cancel it, it calls the function
40 private static enum State {CANCEL, ALLOW}
48 if (mState == State.CANCEL) {
49 s = "Cancel";
105 boolean result = (status.mState != State.CANCEL);
115 status.mState = State.CANCEL;
123 // Since our cancel request can arrive MediaProvider earlier than getThumbnail request,
124 // we use mThumbRequesting flag to make sure our request does cancel the request.
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 236 private static final Object CANCEL = new Object();
250 * of the use of non-V CANCEL sentinels.
307 * @return the other thread's item, or CANCEL if interrupted or timed out
334 if (v != CANCEL)
406 * Tries to cancel a wait for the given node waiting in the given
415 if (!node.compareAndSet(null, CANCEL))
431 * @return on success, the hole; on failure, CANCEL
461 * @return on success, the hole; on failure, CANCEL
488 * @return on success, the hole; on failure, CANCEL
531 * @return another thread's item, or CANCEL
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 75 CANCEL
99 user_response_ = CANCEL;
195 EXPECT_EQ(CANCEL, user_response());
256 EXPECT_EQ(CANCEL, user_response());
327 EXPECT_EQ(CANCEL, user_response());
382 EXPECT_EQ(CANCEL, user_response());
546 EXPECT_EQ(CANCEL, user_response());
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 87 || token.getTokenType() == CANCEL
TokenTypes.java 46 public static final int CANCEL = START + 9;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 264 this.cancel();
276 this.cancel();
370 this.cancel();
592 if (method.equals(Request.CANCEL)) {
593 // Cancel is handled as a special case because it
595 // that it is trying to cancel.
596 transactionMatches = this.getMethod().equals(Request.CANCEL)
619 // a CANCEL request, which is not deemed
633 // Issue #96: special case handling for a CANCEL request -
635 // be CANCEL for it to have a chance at matching
    [all...]
SIPTransaction.java 451 * Return true if the transaction corresponds to a CANCEL message.
453 * @return -- true if the transaciton is a CANCEL transaction.
456 return getMethod().equals(Request.CANCEL);
922 * This is useful for checking if a CANCEL belongs to this transaction.
943 || this.getOriginalRequest().getMethod().equals(Request.CANCEL))
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewTest.java 348 int CANCEL = MotionEvent.ACTION_CANCEL;
367 // motion target cancel event
377 assertEquals(CANCEL, d.mOnTouchAction);
388 assertEquals(CANCEL, d.mOnTouchAction);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h 145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h 145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h 145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
  /frameworks/base/core/java/android/app/
Dialog.java 110 private static final int CANCEL = 0x44;
591 cancel(); method
616 * The default implementation will cancel the dialog when a touch
621 cancel(); method
1102 public void cancel() { method in class:Dialog
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket_pool_unittest.cc 251 scoped_ptr<spdy::SpdyFrame> rst(ConstructSpdyRstStream(1, spdy::CANCEL));
485 scoped_ptr<spdy::SpdyFrame> rst(ConstructSpdyRstStream(1, spdy::CANCEL));
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 45 ConfirmationCallback.CANCEL,
76 fail("Default option type should be either YES, NO, CANCEL or OK");
106 * Expected IAE, if optionType is YES_NO_CANCEL_OPTION and defaultOption is not YES/NO/CANCEL,
121 fail("1. If option type is YES_NO_CANCEL_OPTION then default option should be YES/NO/CANCEL");
127 * Expected IAE, if optionType is OK_CANCEL_OPTION and defaultOption is not CANCEL/OK
133 fail("1. If option type is OK_CANCEL_OPTION then default option should be CANCEL/OK");
137 fail("2. If option type is OK_CANCEL_OPTION then default option should be CANCEL/OK");
258 * if optionType was specified in ctor, then selection represented as YES, NO, OK or CANCEL
  /external/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 123 self.current, wx.OK|wx.CANCEL)
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 53 static enum State {WAIT, DONE, CANCEL}
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommandManager.java 502 // prev or cancel method, then that error is returned to the
506 // If the error type is cancel, then the execution is
509 if (XMPPError.Type.CANCEL.equals(error.getType())) {
606 else if (Action.cancel.equals(action)) {
607 command.cancel();
617 // prev or cancel method, then that error is returned to the
621 // If the error type is cancel, then the execution is
624 if (XMPPError.Type.CANCEL.equals(error.getType())) {
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 296 callback_->Run(PrintingContextCairo::CANCEL);

Completed in 2993 milliseconds

1 2 3 4