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

  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 42 STATE_CLOSED = 0, //!< Socket is not open.
xmppengine.h 173 STATE_CLOSED, //!< Session closed, possibly due to error.
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 115 STATE_CLOSED
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
Channel.java 44 public static final int STATE_CLOSED = 4;
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 32 protected static final int STATE_CLOSED = 0;
56 mState = STATE_CLOSED;
112 mState = STATE_CLOSED;
145 && (mState == STATE_CLOSED || mState == STATE_CLOSING)) {
162 mState = STATE_CLOSED;
171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) {
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 74 milliseconds