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

  /external/chromium/net/websockets/
websocket_job.h 39 CLOSING = 2,
websocket.h 65 CLOSING = 2,
222 // Task to close the connection after closing handshake has started and
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 64 CLOSING = 2,
144 // send() method after the state changed to CLOSING or CLOSED.
  /external/chromium_org/net/websockets/
websocket_job.h 44 CLOSING = 2,
  /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/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 166 CLOSING // Prevents any more saves
473 Log.i(TAG, "Group not found with URI: " + mGroupUri + " Closing activity now.");
535 mStatus = Status.CLOSING;
573 mStatus = Status.CLOSING;
656 mStatus = Status.CLOSING;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 194 public static final int CLOSING = 3;
    [all...]

Completed in 205 milliseconds