Searched refs:shutdown (Results 26 - 50 of 403) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmedia_widget.js30 self.shutdown();
41 cvox.ChromeVoxHTMLMediaWidget.prototype.shutdown = function() {
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnection.java87 /** True if this connection was shutdown. */
88 private volatile boolean shutdown; field in class:DefaultClientConnection
118 // Check for shutdown after assigning socket, so that
119 if (this.shutdown) {
122 throw new IOException("Connection already shutdown");
151 public void shutdown() throws IOException { method in class:DefaultClientConnection
153 shutdown = true;
155 super.shutdown();
160 } // shutdown
H A DAbstractPooledConnAdapter.java51 * pool entry. {@link #shutdown shutdown} and {@link #close close}
168 public void shutdown() throws IOException { method in class:AbstractPooledConnAdapter
174 conn.shutdown();
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DThreadSafeClientConnManager.java110 shutdown();
239 // because of a shutdown trigger.
241 hca.shutdown();
260 public void shutdown() { method in class:ThreadSafeClientConnManager
261 connectionPool.shutdown();
H A DRefQueueWorker.java68 * This attribute is also used as a shutdown indicator.
95 * after {@link #shutdown shutdown()}. Only one thread can
124 public void shutdown() { method in class:RefQueueWorker
127 this.workerThread = null; // indicate shutdown
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamerThread.h23 static void shutdown();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserThread.cpp62 void HTMLParserThread::shutdown() function in class:blink::HTMLParserThread
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResourceStyleImage.cpp57 void RenderImageResourceStyleImage::shutdown() function in class:blink::RenderImageResourceStyleImage
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionCoordinator.h54 void shutdown();
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DOriginAccessEntryTest.cpp80 blink::Platform::shutdown();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.cpp61 gPartition.shutdown();
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dfd.c140 if (bio->shutdown) {
198 b->shutdown = (int)num;
213 ret = b->shutdown;
216 b->shutdown = (int)num;
H A Dbio_mem.c104 /* |shutdown| is used to store the close flag: whether the BIO has ownership
106 bio->shutdown = 1;
121 if (!bio->shutdown || !bio->init || bio->ptr == NULL) {
261 bio->shutdown = (int)num;
271 ret = (long)bio->shutdown;
274 bio->shutdown = (int)num;
H A Dfile.c170 if (!bio->shutdown) {
235 b->shutdown = (int)num & BIO_CLOSE;
241 b->shutdown = (int)num & BIO_CLOSE;
278 ret = (long)b->shutdown;
281 b->shutdown = (int)num;
/external/mtpd/
H A Dmtpd.h90 /* Handle the shutdown event. */
91 void (*shutdown)(); member in struct:protocol
/external/openssl/crypto/bio/
H A Dbss_fd.c132 if (a->shutdown)
195 b->shutdown=(int)num;
209 ret=b->shutdown;
212 b->shutdown=(int)num;
H A Dbss_sock.c123 if (a->shutdown)
178 b->shutdown=(int)num;
192 ret=b->shutdown;
195 b->shutdown=(int)num;
H A Dbss_mem.c121 bi->shutdown=1;
131 if (a->shutdown)
238 b->shutdown=(int)num;
249 ret=(long)b->shutdown;
252 b->shutdown=(int)num;
H A Dbss_acpt.c140 bi->shutdown=1;
175 shutdown(c->accept_sock,2);
189 if (a->shutdown)
392 b->shutdown=(int)num;
421 ret=b->shutdown;
424 b->shutdown=(int)num;
/external/chromium_org/sandbox/linux/services/
H A Dinit_process_reaper.cc55 close_ret = shutdown(sync_fds[1], SHUT_RD);
88 close_ret = shutdown(sync_fds[0], SHUT_WR);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DInactivityTimer.java82 void shutdown() { method in class:InactivityTimer
84 inactivityTimer.shutdown();
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dheader_bar.css75 #login-header-bar #shutdown-button,
85 html[dir=rtl] #login-header-bar #shutdown-button,
92 #login-header-bar #shutdown-button {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_network.c60 shutdown(s, SHUT_RDWR);
63 shutdown(s, SD_BOTH);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingExecutorService.java90 public void shutdown() { method in class:ForwardingExecutorService
91 delegate().shutdown();
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_network.c60 shutdown(s, SHUT_RDWR);
63 shutdown(s, SD_BOTH);

Completed in 3778 milliseconds

1234567891011>>