HomeSort by relevance Sort by last modified time
    Searched refs:CLOSING (Results 1 - 17 of 17) 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/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 93 public enum State { CONNECTING, OPEN, CLOSING, CLOSED };
  /packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceStateMachine.java 39 * Closing Opened -> Nothing.
44 * Device moves to Closing.
45 * Closing Closed -> Nothing.
59 CLOSING,
223 mDeviceState = DeviceState.CLOSING;
317 mDeviceState = DeviceState.CLOSING;
342 mLogger.w("There was a problem closing device: " + mDeviceKey, exception);
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 107 if (this.readyState == WebSocket.CLOSED || this.readyState == WebSocket.CLOSING) {
110 this.readyState = WebSocket.CLOSING;
221 WebSocket.CLOSING = 2;
  /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
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 136 CLOSING = 8,
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 398 Log.i(TAG, "No contact found. Closing activity");
399 mStatus = Status.CLOSING;
800 mStatus = Status.CLOSING;
    [all...]
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 706 offeringExpectations.expectStateChange(DataChannel.State.CLOSING);
707 answeringExpectations.expectStateChange(DataChannel.State.CLOSING);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 148 int CLOSING = 3;
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java 61 CLOSING,
135 this.state = State.CLOSING;
182 if (this.state == State.CLOSING) {
258 doClose(CloseCode.InternalServerError, "Handler terminated without closing the connection.", false);
    [all...]
  /external/syslinux/core/lwip/src/core/
tcp_in.c 749 pcb->state = CLOSING;
766 case CLOSING:
769 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: CLOSING %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
    [all...]
  /external/tinyxml2/
tinyxml2.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 509 milliseconds