/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppengineimpl.cc | 98 if (state_ != STATE_CLOSED) { in ConnectionClosed() 172 if (state_ == STATE_CLOSED) in AddStanzaHandler() 220 if (state_ == STATE_CLOSED) in SendStanza() 237 if (state_ == STATE_CLOSED || login_task_) in SendRaw() 254 if (state_ != STATE_CLOSED) { in Disconnect() 258 state_ = STATE_CLOSED; in Disconnect() 372 if (state_ != STATE_CLOSED) { in SignalStreamError() 379 if (state_ != STATE_CLOSED) { in SignalError() 382 state_ = STATE_CLOSED; in SignalError() 414 engine->state_ == STATE_CLOSED); in ~EnterExit()
|
D | xmppsocket.cc | 35 state_ = buzz::AsyncSocket::STATE_CLOSED; in XmppSocket() 208 state_ = buzz::AsyncSocket::STATE_CLOSED; in Close() 214 state_ = buzz::AsyncSocket::STATE_CLOSED; in Close()
|
D | xmppclient.cc | 290 (!d_->engine_ || d_->engine_->GetState() == XmppEngine::STATE_CLOSED)) in ProcessResponse() 379 if (state == XmppEngine::STATE_CLOSED) { in OnStateChange() 419 SignalStateChange(XmppEngine::STATE_CLOSED); in EnsureClosed()
|
D | xmppengineimpl_iq.cc | 41 if (state_ == STATE_CLOSED) in SendIq() 188 if (state_ == STATE_CLOSED) in SendStanzaError()
|
D | asyncsocket.h | 27 STATE_CLOSED = 0, //!< Socket is not open. enumerator
|
D | xmpppump.cc | 37 OnStateChange(buzz::XmppEngine::STATE_CLOSED); in DoDisconnect()
|
D | util_unittest.cc | 44 case XmppEngine::STATE_CLOSED: in OnStateChange()
|
D | xmppengine.h | 164 STATE_CLOSED, //!< Session closed, possibly due to error. enumerator
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 106 private static final int STATE_CLOSED = 5; field in OpenSSLSocketImpl 344 if (state == STATE_CLOSED) { in startHandshake() 367 if (state == STATE_CLOSED) { in startHandshake() 388 } else if (state == STATE_CLOSED) { in startHandshake() 408 releaseResources = (state == STATE_CLOSED); in startHandshake() 434 state = STATE_CLOSED; in startHandshake() 519 } else if (state == STATE_CLOSED) { in onSSLStateChange() 613 if (state == STATE_CLOSED) { in getInputStream() 637 if (state == STATE_CLOSED) { in getOutputStream() 670 state != STATE_CLOSED) { in waitForHandshake() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DoorAnimationComponent.java | 32 protected static final int STATE_CLOSED = 0; field in DoorAnimationComponent 56 mState = STATE_CLOSED; in reset() 112 mState = STATE_CLOSED; in close() 145 && (mState == STATE_CLOSED || mState == STATE_CLOSING)) { in update() 162 mState = STATE_CLOSED; in update() 171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) { in update()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | Http1xStream.java | 68 private static final int STATE_CLOSED = 6; field in Http1xStream 157 return state == STATE_CLOSED; in isClosed() 360 state = STATE_CLOSED; in endOfInput() 367 if (state == STATE_CLOSED) return; in unexpectedEndOfInput() 369 state = STATE_CLOSED; in unexpectedEndOfInput()
|
/external/webrtc/webrtc/base/ |
D | asynctcpsocket.cc | 96 return STATE_CLOSED; in GetState() 107 return STATE_CLOSED; in GetState()
|
D | asyncpacketsocket.h | 70 STATE_CLOSED, enumerator
|
/external/webrtc/webrtc/p2p/base/ |
D | tcpport.cc | 177 socket_->GetState() == rtc::AsyncPacketSocket::STATE_CLOSED) in PrepareAddress()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.h | 145 STATE_CLOSED, // Close() was called. enumerator
|
D | webrtcsession.cc | 406 GET_STRING_OF_STATE(STATE_CLOSED) in GetStateString() 749 SetState(STATE_CLOSED); in Close()
|
D | peerconnection.cc | 1208 case WebRtcSession::STATE_CLOSED: in OnSessionStateChange()
|
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/ |
D | autobanh.jar | META-INF/MANIFEST.MF
de/tavendo/autobahn/ByteBufferInputStream.class
ByteBufferInputStream.java
... |
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |