Searched refs:shutdown (Results 51 - 75 of 403) sorted by relevance

1234567891011>>

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DClientOnPageFinishedTest.java144 if (webServer != null) webServer.shutdown();
186 if (webServer != null) webServer.shutdown();
228 if (webServer != null) webServer.shutdown();
285 if (webServer != null) webServer.shutdown();
H A DLoadDataWithBaseUrlTest.java107 if (webServer != null) webServer.shutdown();
127 if (webServer != null) webServer.shutdown();
146 if (webServer != null) webServer.shutdown();
167 if (webServer != null) webServer.shutdown();
268 if (webServer != null) webServer.shutdown();
H A DAwContentsClientVisitedHistoryTest.java91 if (webServer != null) webServer.shutdown();
126 if (webServer != null) webServer.shutdown();
H A DAwContentsClientAutoLoginTest.java49 if (webServer != null) webServer.shutdown();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
H A DVideoTestUtil.java53 webServer.getTestWebServer().shutdown();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamerThread.cpp26 void ScriptStreamerThread::shutdown() function in class:blink::ScriptStreamerThread
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResource.cpp53 void RenderImageResource::shutdown() function in class:blink::RenderImageResource
H A DRenderImageResource.h48 virtual void shutdown();
H A DRenderImageResourceStyleImage.h46 virtual void shutdown() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/scheduler/
H A DScheduler.h31 static void shutdown();
/external/chromium_org/third_party/libevent/test/
H A Dtest-eof.c72 shutdown(pair[0], SHUT_WR);
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dxmlrpcserver.py33 self.connection.shutdown()
/external/guava/guava-bootstrap/src/java/util/concurrent/
H A DExecutorService.java17 void shutdown(); method in interface:ExecutorService
/external/libsepol/include/sepol/policydb/
H A Dsidtab.h34 unsigned char shutdown; member in struct:__anon24644
/external/svox/pico/compat/include/
H A DTtsEngine.h107 virtual tts_result shutdown();
/external/svox/pico/compat/jni/
H A Dtts.h150 android_tts_result_t (*shutdown) member in struct:android_tts_engine_funcs_t
/external/openssl/crypto/bio/
H A Dbss_file.c217 if (a->shutdown)
304 b->shutdown=(int)num&BIO_CLOSE;
364 b->shutdown=(int)num&BIO_CLOSE;
417 ret=(long)b->shutdown;
420 b->shutdown=(int)num;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnection.java86 private boolean shutdown; field in class:SpdyConnection
242 if (shutdown) {
243 throw new IOException("shutdown");
360 if (shutdown) {
361 throw new IOException("shutdown");
407 public void shutdown(ErrorCode statusCode) throws IOException { method in class:SpdyConnection
411 if (shutdown) {
414 shutdown = true;
435 shutdown(connectionCode);
594 // If we're shutdown, do
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java282 public void shutdown() { method in class:AbstractConnPool
292 refWorker.shutdown();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtime_widget.js36 self.shutdown();
77 cvox.ChromeVoxHTMLTimeWidget.prototype.shutdown = function() {
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.h167 // Called to stop or shutdown operations on the io_thread. This may be called
169 // shutdown is true, then the operations on the io thread are shutdown
171 void StopOnIOThread(bool shutdown);
179 // preference is disabled. When shutdown is true, operation is permanently
180 // shutdown and cannot be restarted.
181 void Stop(bool shutdown);
/external/chromium_org/v8/tools/testrunner/server/
H A Dpresence_handler.py96 def shutdown(self): member in class:PresenceDaemon
101 SocketServer.UDPServer.shutdown(self)
/external/dhcpcd/
H A Dcontrol.c159 if (shutdown(fd, SHUT_RDWR) == -1)
169 shutdown(l->fd, SHUT_RDWR);
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractListenableFutureTest.java199 exec.shutdown();
243 exec.shutdown();
/external/svox/pico/compat/src/com/android/tts/compat/
H A DCompatTtsService.java45 mNativeSynth.shutdown();
82 mNativeSynth.shutdown();

Completed in 5359 milliseconds

1234567891011>>