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

  /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/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);
GameObjectFactory.java     [all...]
  /external/ppp/pppd/
fsm.h 82 char *term_reason; /* Reason for closing protocol */
127 #define CLOSING 4 /* Terminating the connection, not open */
fsm.c 142 case CLOSING:
191 case CLOSING:
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
244 * fsm_close - Start closing connection.
264 f->state = CLOSING;
271 terminate_layer(f, CLOSING);
287 case CLOSING:
293 f->state = (f->state == CLOSING)? CLOSED: STOPPED;
426 case CLOSING:
648 case CLOSING
    [all...]
  /external/chromium/net/websockets/
websocket.cc 68 if (ready_state_ == CLOSING || ready_state_ == CLOSED) {
72 // We must not send any data after we start the WebSocket closing handshake.
97 // If the readyState attribute is in the CLOSING or CLOSED state, do nothing
98 if (ready_state_ == CLOSING || ready_state_ == CLOSED)
108 // connection and set the readyState attribute's value to CLOSING.
110 ready_state_ = CLOSING;
116 // If the WebSocket closing handshake has not yet been started, start
117 // the WebSocket closing handshake and set the readyState attribute's value
118 // to CLOSING.
120 ready_state_ = CLOSING;
    [all...]
websocket_job.h 39 CLOSING = 2,
websocket_job.cc 121 case CLOSING:
129 state_ = CLOSING;
194 DCHECK(state_ == OPEN || state_ == CLOSING);
222 DCHECK(state_ == OPEN || state_ == CLOSING);
488 if (state_ == CLOSING)
websocket.h 65 CLOSING = 2,
222 // Task to close the connection after closing handshake has started and
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 284 this.setState(DNSState.CLOSING);
528 * Returns true, if this is a closing state.
530 * @return <code>true</code> if closing state, <code>false</code> otherwise
  /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;
652 mStatus = Status.CLOSING;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 182 public static final int CLOSING = 3;
    [all...]

Completed in 301 milliseconds