HomeSort by relevance Sort by last modified time
    Searched defs:CLOSING (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/websockets/
websocket_job.h 44 CLOSING = 2,
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 70 CLOSING = 2,
209 // send() method after the state changed to CLOSING or CLOSED.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 91 public enum State { CONNECTING, OPEN, CLOSING, CLOSED };
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 57 CLOSING("closing", StateClass.closing),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
112 case CLOSING:
142 case CLOSING:
143 return CLOSING;
198 * Returns true, if this is a closing state.
200 * @return <code>true</code> if closing state, <code>false</code> otherwise
203 return _state == StateClass.closing;
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 95 /** The signer is closing its gnubby. */
96 CLOSING: 7,
120 this.state_ = SingleGnubbySigner.State.CLOSING;
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocket.java 16 UNCONNECTED, CONNECTING, OPEN, CLOSING, CLOSED
77 doClose(CloseCode.InternalServerError, "Handler terminated without closing the connection.", false);
106 if (state == State.CLOSING) {
112 state = State.CLOSING;
200 state = State.CLOSING;
  /external/ppp/pppd/
fsm.h 82 char *term_reason; /* Reason for closing protocol */
127 #define CLOSING 4 /* Terminating the connection, not open */
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 27 public static final int CLOSING = 2;
80 // opening and closing animations are the same length.
107 final float closeAnimationLength = mSprite.findAnimation(Animation.CLOSING).getLength();
123 mSprite.playAnimation(Animation.CLOSING);
172 mSprite.playAnimation(Animation.CLOSING);
  /external/tinyxml2/
tinyxml2.h     [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 168 CLOSING // Prevents any more saves
475 Log.i(TAG, "Group not found with URI: " + mGroupUri + " Closing activity now.");
537 mStatus = Status.CLOSING;
575 mStatus = Status.CLOSING;
658 mStatus = Status.CLOSING;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 206 public static final int CLOSING = 3;
    [all...]

Completed in 404 milliseconds