HomeSort by relevance Sort by last modified time
    Searched defs:shutdown (Results 176 - 200 of 1207) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-http/src/org/apache/http/impl/
SocketHttpServerConnection.java 182 public void shutdown() throws IOException { method in class:SocketHttpServerConnection
  /external/autotest/client/cros/
network_chroot.py 97 def shutdown(self): member in class:NetworkChroot
  /external/autotest/scheduler/shard/
shard_client.py 386 """Calls tick() until shutdown() is called or lifetime expires.
398 def shutdown(self): member in class:ShardClient
400 logging.info("Shutdown request received.")
425 _heartbeat_client.shutdown()
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
ClientSocketBenchmark.java 106 executor.shutdown();
ServerSocketBenchmark.java 126 executor.shutdown();
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractListenableFutureTest.java 199 exec.shutdown();
243 exec.shutdown();
  /external/guava/guava-testlib/test/com/google/common/util/concurrent/testing/
TestingExecutorsTest.java 59 executor.shutdown();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java 78 * Simple same thread listening executor service that doesn't handle shutdown.
89 public void shutdown() { method in class:AbstractListeningExecutorServiceTest.TestListeningExecutorService
ListenableFutureTaskTest.java 75 exec.shutdown();
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
TcpClientOutputTest.java 73 controller.shutdown();
83 controller.shutdown();
93 controller.shutdown();
119 controller.shutdown();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
LoggerRuntime.java 162 public void shutdown() { method in class:LoggerRuntime
183 // shutdown. As soon as our handler has been removed, all classes
184 // that might get instrumented during shutdown (e.g. loaded by other
185 // shutdown hooks) will fail to initialize. Therefore we add ourself
ModifiedSystemClassRuntime.java 69 public void shutdown() { method in class:ModifiedSystemClassRuntime
  /external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/
BootstrapMethodReferenceTest.java 55 runtime.shutdown();
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_open_tests.c 59 void shutdown(int exit_val, char *err_cause, int line_no);
76 void shutdown(int exit_val, char *err_cause, int line_no) function
89 perror("mq_close() during shutdown");
120 shutdown(4, "Error reading /proc entry", __LINE__ - 1);
130 return shutdown(5, "Failed writing to /proc file",
134 return shutdown(5, "We didn't get what we wrote to /proc back",
141 shutdown(6, "getrlimit()", __LINE__ - 1);
147 shutdown(7, "setrlimit()", __LINE__ - 1);
193 * test_queue - Test opening a queue, shutdown if we fail. This should
203 shutdown(1, "mq_open()", __LINE__)
    [all...]
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
CustomDispatcherTest.java 34 mockWebServer.shutdown();
  /external/mtpd/
mtpd.h 90 /* Handle the shutdown event. */
91 void (*shutdown)(); member in struct:protocol
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 152 shutdown(); method
154 logger.log(Level.WARNING, "MockWebServer shutdown failed", e);
376 executor.shutdown();
401 public synchronized void shutdown() throws IOException {
403 if (serverSocket == null) throw new IllegalStateException("shutdown() before start()");
408 // Await shutdown.
711 replyExecutor.shutdown();
    [all...]
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
CustomDispatcherTest.java 34 mockWebServer.shutdown();
  /external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java 65 executor.shutdown();
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerFuzzerTest.java 141 executor.shutdown();
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp 345 * connected socket, call shutdown() before closing the socket.
376 * connected socket, call shutdown() before closing the socket.
1453 void shutdown(shutdown_type what) function in class:asio::basic_socket
1482 asio::error_code shutdown(shutdown_type what, function in class:asio::basic_socket
    [all...]
stream_socket_service.hpp 264 asio::error_code shutdown(implementation_type& impl, function in class:asio::stream_socket_service
267 return service_impl_.shutdown(impl, what, ec);
  /external/python/cpython3/Lib/concurrent/futures/
process.py 64 # ProcessPoolExecutor's process pool (i.e. shutdown() was not called). However,
66 # - The workers would still be running during interpreter shutdown,
165 shutdown: A multiprocessing.Event that will be set as a signal to the
298 # Clean shutdown of a worker using its PID
321 # - The executor that owns this worker has been shutdown.
324 # Since no new work items can be added, it is safe to shutdown
401 # Shutdown is a two-step process.
443 raise RuntimeError('cannot schedule new futures after shutdown')
487 def shutdown(self, wait=True): member in class:ProcessPoolExecutor
501 shutdown.__doc__ = _base.Executor.shutdown.__doc_
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/util/concurrent/
RoboExecutorServiceTest.java 94 executorService.shutdown();
121 executorService.shutdown();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/util/concurrent/
RoboExecutorService.java 52 public void shutdown() { method in class:RoboExecutorService

Completed in 360 milliseconds

1 2 3 4 5 6 78 91011>>