HomeSort by relevance Sort by last modified time
    Searched refs:CLOSED (Results 51 - 75 of 255) sorted by null

1 23 4 5 6 7 8 91011

  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java 62 CLOSED
144 if (this.state == State.CLOSED) {
161 this.state = State.CLOSED;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.h 247 // | | CLOSED | OPENED | INITIALIZED | CONFIGURED | STARTED | ERROR | DEINIT |
249 // | CLOSED | \ | open | x | x | x | x | x |
265 CLOSED,
QCamera3HWI.cpp 383 mState(CLOSED),
562 if (mState != CLOSED)
671 if (mState != CLOSED) {
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptEngineSocket.java 144 // We've either started the handshake already or have been closed.
198 // is closed at this point. If that happens, we'll still return the input stream but
209 // is closed at this point. If that happens, we'll still return the input stream but
433 throw new SocketException("Socket is closed");
675 case CLOSED: {
  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 190 #define TF_CLOSED (u8_t)0x10U /* Connection was sucessfully closed. */
191 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */
328 1) Every TCP PCB that is not CLOSED is in one of the lists.
346 LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOSED)); \
  /external/brotli/java/org/brotli/dec/
Decode.java 10 import static org.brotli.dec.RunningState.CLOSED;
599 if (state.runningState == CLOSED) {
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 184 case CLOSED:
206 case CLOSED:
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 180 case CLOSED:
202 case CLOSED:
  /external/syslinux/core/lwip/src/core/
tcp_in.c 183 LWIP_ASSERT("tcp_input: active pcb->state != CLOSED", pcb->state != CLOSED);
332 /* The connection has been closed and we will deallocate the
351 /* received data although already closed -> abort (send RST) to
596 LWIP_ASSERT("tcp_input: pcb->state != CLOSED", pcb->state != CLOSED);
616 /* Update the PCB (in)activity timer unless rx is closed (see tcp_shutdown) */
741 ("TCP connection closed: FIN_WAIT_1 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
758 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: FIN_WAIT_2 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
769 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: CLOSING %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest))
    [all...]
  /external/tinyxml2/
tinyxml2.h     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.h 378 // | | CLOSED | OPENED | INITIALIZED | CONFIGURED | STARTED | ERROR | DEINIT |
380 // | CLOSED | \ | open | x | x | x | x | x |
396 CLOSED,
    [all...]
QCamera3HWI.cpp 518 mState(CLOSED),
779 if (mState != CLOSED)
    [all...]
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 849 TM_STATE(1,GLPS,CLOSED)
  /external/caliper/lib/
gson-2.2.2.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/gradle-plugin/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.6.2/
gson-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.8.0/
gson-2.8.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 

Completed in 1192 milliseconds

1 23 4 5 6 7 8 91011