Searched refs:shutdown (Results 201 - 225 of 403) sorted by relevance

1234567891011>>

/external/deqp/execserver/
H A DxsExecutionServer.cpp195 m_socket->shutdown();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DMoreExecutorsTest.java170 executor.shutdown();
/external/ipsec-tools/
H A Dmain.c187 shutdown(control, SHUT_WR);
/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DMockWebServerTest.java38 server.shutdown();
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDispatcherTest.java160 @Override public void shutdown() { method in class:DispatcherTest.RecordingExecutor
H A DConnectionPoolTest.java113 httpServer.shutdown();
114 spdyServer.shutdown();
/external/openssl/ssl/
H A Ds3_pkt.c966 * - 0 (during a shutdown, no data has to be returned)
1069 if (s->shutdown & SSL_RECEIVED_SHUTDOWN)
1274 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1306 s->shutdown|=SSL_RECEIVED_SHUTDOWN;
1320 if (s->shutdown & SSL_SENT_SHUTDOWN) /* but we have not received a shutdown */
H A Dd1_pkt.c729 * - 0 (during a shutdown, no data has to be returned)
877 if (s->shutdown & SSL_RECEIVED_SHUTDOWN)
931 * is no message to read anymore, finally set shutdown.
936 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1141 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1179 s->shutdown|=SSL_RECEIVED_SHUTDOWN;
1193 if (s->shutdown & SSL_SENT_SHUTDOWN) /* but we have not received a shutdown */
/external/skia/experimental/Networking/
H A DSkSockets.cpp26 shutdown(fSockfd, 2); //stop sending/receiving
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamManager.java93 * create a new InBandBytestreamManager and register its shutdown listener on every established
102 // register shutdown listener
535 // shutdown threads
536 this.initiationListener.shutdown();
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dbaksmali.java166 executor.shutdown();
/external/chromium_org/third_party/libevent/test/
H A Dregress.c150 shutdown(fd, SHUT_WR);
259 shutdown(fd, SHUT_WR);
374 shutdown(pair[0], SHUT_WR);
582 shutdown(pair[0], SHUT_WR);
898 shutdown(pair[0], SHUT_WR);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c198 s->shutdown=0;
1035 if (s->shutdown & SSL_RECEIVED_SHUTDOWN)
1051 if (s->shutdown & SSL_RECEIVED_SHUTDOWN)
1066 if (s->shutdown & SSL_SENT_SHUTDOWN)
2519 if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) &&
2546 /* For the next 2 functions, SSL_clear() sets shutdown and so
2551 s->shutdown=0;
2563 s->shutdown=0;
2771 s->shutdown=mode;
2776 return(s->shutdown);
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_glibc.cc167 OP(shutdown); \
503 int WRAP(shutdown)(int sockfd, int how) {
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js179 this.shutdown = function() {
947 this.rpc.shutdown();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h640 bool shutdown() { return partitionAllocShutdown(&m_partitionRoot); }
650 bool shutdown() { return partitionAllocGenericShutdown(&m_partitionRoot); }
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_lu.c106 if (ctx->method->shutdown != NULL)
107 return ctx->method->shutdown(ctx);
/external/libsepol/tests/policies/test-deps/
H A Dbase-metreq.conf110 shutdown
H A Dbase-notmetreq.conf109 shutdown
H A Dsmall-base.conf110 shutdown
/external/libsepol/tests/policies/test-linker/
H A Dsmall-base.conf110 shutdown
/external/netcat/
H A Dnetcat.c794 shutdown(nfd, SHUT_RD);
809 shutdown(nfd, SHUT_WR);
/external/openssl/crypto/bio/
H A Dbss_bio.c590 /* similar to shutdown(..., SHUT_WR) */
628 ret = bio->shutdown;
632 bio->shutdown = (int) num;
/external/openssl/crypto/x509/
H A Dx509_lu.c106 if (ctx->method->shutdown != NULL)
107 return ctx->method->shutdown(ctx);
/external/qemu/slirp/
H A Dsocket.c715 shutdown(so->s,0);
731 shutdown(so->s,1); /* send FIN to fhost */

Completed in 700 milliseconds

1234567891011>>