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

  /frameworks/base/services/surfaceflinger/
Barrier.h 29 inline Barrier() : state(CLOSED) { }
38 state = CLOSED;
42 while (state == CLOSED) {
47 enum { OPENED, CLOSED };
  /external/webkit/WebCore/websockets/
WebSocket.cpp 123 m_state = CLOSED;
130 m_state = CLOSED;
136 m_state = CLOSED;
142 m_state = CLOSED;
148 m_state = CLOSED;
165 // No exception is raised if the connection was once established but has subsequently been closed.
166 if (m_state == CLOSED) {
178 if (m_state == CLOSED)
180 m_state = CLOSED;
211 ASSERT(m_state == CLOSED);
    [all...]
WebSocket.idl 44 const unsigned short CLOSED = 2;
WebSocket.h 63 CLOSED = 2
  /external/webkit/WebCore/page/
EventSource.idl 46 const unsigned short CLOSED = 2;
EventSource.cpp 118 if (m_state != CLOSED)
147 if (m_state == CLOSED)
155 m_state = CLOSED;
175 m_state = CLOSED;
200 m_state = CLOSED;
206 m_state = CLOSED;
EventSource.h 69 CLOSED = 2,
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngineResult.java 71 * The operation closed this side of the communication or was already
72 * closed.
74 CLOSED,
  /external/chromium/net/websockets/
websocket.cc 94 ready_state_ = CLOSED;
97 if (ready_state_ != CLOSED) {
232 ready_state_ = CLOSED;
245 ready_state_ = CLOSED;
256 ready_state_ = CLOSED;
269 ready_state_ = CLOSED;
277 ready_state_ = CLOSED;
281 ready_state_ = CLOSED;
284 if (ready_state_ == CLOSED)
381 case CLOSED
    [all...]
websocket.h 46 // Called when |socket| is closed.
60 CLOSED = 2,
193 // Handles closed connection.
  /external/ppp/pppd/
fsm.c 103 f->state = CLOSED;
132 case CLOSED:
181 case CLOSED:
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
247 * the CLOSED state.
261 f->state = CLOSED;
293 f->state = (f->state == CLOSING)? CLOSED: STOPPED;
422 case CLOSED:
423 /* Go away, we're closed */
502 case CLOSED
    [all...]
fsm.h 125 #define CLOSED 2 /* Up, hasn't been opened */
lcp.c 410 f->state = CLOSED;
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 49 // indicates if engine was closed (it means that
102 throw new SSLException("Engine has already been closed.");
146 throw new SSLException("Inbound is closed before close_notify "
412 return new SSLEngineResult(SSLEngineResult.Status.CLOSED,
577 return new SSLEngineResult(SSLEngineResult.Status.CLOSED,
625 SSLEngineResult.Status.CLOSED,
633 return new SSLEngineResult(SSLEngineResult.Status.CLOSED,
752 ? SSLEngineResult.Status.CLOSED
  /external/chromium/net/flip/
flip_session.h 88 CLOSED
145 // the session as permanently closed.
flip_session.cc 557 if (state_ != CLOSED)
617 if (state_ == CLOSED) {
629 // Socket is closed!
664 // closed, just return.
665 if (state_ < CONNECTED || state_ == CLOSED)
772 if (state_ != CLOSED) {
773 state_ = CLOSED;
852 // |len| == 0 implies a closed stream.
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1206 milliseconds