HomeSort by relevance Sort by last modified time
    Searched defs:CLOSING (Results 1 - 10 of 10) 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/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 93 public enum State { CONNECTING, OPEN, CLOSING, CLOSED };
  /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);
  /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/syslinux/core/lwip/src/include/lwip/
tcp.h 136 CLOSING = 8,
  /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/tinyxml2/
tinyxml2.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1194 milliseconds