HomeSort by relevance Sort by last modified time
    Searched refs:CANCEL (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java 36 import static com.squareup.okhttp.internal.spdy.ErrorCode.CANCEL;
525 peer.sendFrame().rstStream(1, CANCEL);
540 assertEquals("stream was reset: CANCEL", expected.getMessage());
600 assertEquals(CANCEL, rstStream.errorCode);
647 assertEquals(CANCEL, rstStream.errorCode);
    [all...]
  /external/chromium_org/remoting/protocol/
jingle_session.cc 551 case JingleMessage::CANCEL:
647 reason = JingleMessage::CANCEL;
jingle_messages.cc 43 { JingleMessage::CANCEL, "cancel" },
383 type = "cancel";
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_buffer.js 122 CANCEL: 2
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 122 CANCEL: 2
  /external/nist-sip/java/gov/nist/javax/sip/stack/
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...]
SIPClientTransaction.java 234 this.cancel();
    [all...]
  /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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SpdyTransport.java 298 stream.closeLater(ErrorCode.CANCEL);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 492 boolean cancel;
494 cancel = !source.finished && source.closed && (sink.finished || sink.closed);
497 if (cancel) {
502 SpdyStream.this.close(ErrorCode.CANCEL);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementActivity.java 113 case CANCEL:
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
ActionType.java 34 CANCEL(R.string.title_cancel),
AccessibilityActivity.java 156 mActions.add(ActionType.CANCEL.toAction(mResources));
475 case CANCEL:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 129 if (dialog.open() == Window.CANCEL) {
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 63 private static final int CANCEL = 0x44;
716 * 1. Cancel the dialog.
756 d.setCancelMessage(new MockDismissCancelHandler(d, ht.getLooper()).obtainMessage(CANCEL,
839 d.cancel();
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 52 * that create responses and generate cancel requests from incoming orignial requests without the
55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for
56 * cancel. Antonis Kyardis contributed bug fixes. Jeroen van Bemmel noted that method names are
90 // given cancel request
118 putName(Request.CANCEL);
744 * Creates a default SIPResquest message that would cancel this request. Note that tag
748 * @return A CANCEL SIPRequest constructed according to RFC3261 section 9.1
757 // A CANCEL request SHOULD NOT be sent to cancel a request other than
761 throw new SipException("Attempt to create CANCEL for " + this.getMethod())
774 SIPRequest cancel = new SIPRequest(); local
    [all...]
SIPMessage.java 844 if (this.getCSeq().getMethod().equals(Request.CANCEL))
    [all...]
SIPResponse.java 620 * Sets the Via branch for CANCEL or ACK requests
634 } else if (method.equals( Request.CANCEL )) {
635 branch = getTopmostVia().getBranch(); // CANCEL uses same branch
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 697 } else if (sipRequest.getMethod().equals(Request.CANCEL)) {
703 "Got a CANCEL, InviteServerTx = " + st + " cancel Server Tx ID = "
708 // Processing incoming CANCEL.
709 // Check if we can process the CANCEL request.
710 if (sipRequest.getMethod().equals(Request.CANCEL)) {
711 // If the CANCEL comes in too late, there's not
716 // too late to cancel the transaction then
717 // just respond OK to the CANCEL and bail.
719 sipStack.getStackLogger().logDebug("Too late to cancel Transaction")
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
print_dialog_gtk2.cc 467 callback_.Run(PrintingContextLinux::CANCEL);
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 572 synchronized void cancel() { method in class:SipSessionGroup.SipSessionImpl.SessionTimer
825 } else if (isRequestEvent(Request.CANCEL, evt)) {
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java     [all...]
  /external/qemu/android/
hw-events.h 270 KEY_CODE(CANCEL ,223) \
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 96 CANCEL,
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java.orig 768 XMPPError.Type errorType = XMPPError.Type.CANCEL;
    [all...]

Completed in 1044 milliseconds

1 23 4 5