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

  /frameworks/base/libs/surfaceflinger/
Barrier.h 29 inline Barrier() : state(CLOSED) { }
42 state = CLOSED;
46 while (state == CLOSED) {
51 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,
  /dalvik/libcore/x-net/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/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...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 52 // indicates if engine was closed (it means that
115 throw new SSLException("Engine has already been closed.");
159 throw new SSLException("Inbound is closed before close_notify "
425 return new SSLEngineResult(SSLEngineResult.Status.CLOSED,
590 return new SSLEngineResult(SSLEngineResult.Status.CLOSED,
638 SSLEngineResult.Status.CLOSED,
646 return new SSLEngineResult(SSLEngineResult.Status.CLOSED,
765 ? SSLEngineResult.Status.CLOSED
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 645 milliseconds