Searched defs:close (Results 351 - 375 of 577) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DMediaSource.cpp272 // notify its MediaSource during finalization by calling close().
510 void MediaSource::close() function in class:blink::MediaSource
545 m_asyncEventQueue->close();
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DNewWebSocketChannelImpl.cpp230 void NewWebSocketChannelImpl::close(int code, const String& reason) function in class:blink::NewWebSocketChannelImpl
232 WTF_LOG(Network, "NewWebSocketChannelImpl %p close(%d, %s)", this, code, reason.utf8().data());
252 // hence close reason must be empty.
353 m_handle->close(message->code, message->reason);
H A DWorkerThreadableWebSocketChannel.cpp149 void WorkerThreadableWebSocketChannel::close(int code, const String& reason) function in class:blink::WorkerThreadableWebSocketChannel
152 m_bridge->close(code, reason);
248 void Peer::close(int code, const String& reason) function in class:blink::Peer
254 m_mainWebSocketChannel->close(code, reason);
436 void Bridge::close(int code, const String& reason) function in class:blink::Bridge
439 m_loaderProxy.postTaskToLoader(createCrossThreadTask(&Peer::close, m_peer.get(), code, reason));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py428 self.close()
430 def close(self): member in class:WritableBinaryFileObject
455 self.close()
457 def close(self): member in class:ReadableBinaryFileObject
472 def close(self): member in class:ReadableTextFileObject
473 self.data.close()
474 super(ReadableTextFileObject, self).close()
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidget.h60 virtual void close() { } function in class:blink::WebWidget
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_cnv.h228 * When open() fails, then close() will be called, if present.
237 UConverterClose close; member in struct:UConverterImpl
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java80 /** Triggered when a remote peer close a stream. */
177 public native void close(); method in class:PeerConnection
180 close();
/external/chromium_org/third_party/pexpect/
H A Dpexpect.py271 child.close()
384 close() method. The exit or signal status of the child will be stored
431 # Used by close() to give kernel time to update process status.
466 then this does not close it. """
470 # teardown of the Python VM itself. Thus self.close() may
471 # trigger an exception because os.close may be None.
474 self.close()
584 os.close(i)
628 os.close(parent_fd)
636 os.close(child_f
695 def close(self, force=True): member in class:spawn
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dwin_platform_backend.py80 process_handle.close()
91 self.close()
93 def close(self): member in class:WinPlatformBackend
344 socket.create_connection(('127.0.0.1', self._msr_server_port), 5).close()
359 sock.close()
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py201 def close(self): member in class:OpenFunctionStub.FileStub
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py299 os.close(self.fd)
433 def close(self): member in class:PosixSerial
437 os.close(self.fd)
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddrive_banners.js167 var close = util.createChild(wrapper, 'cr-dialog-close'); variable
168 close.addEventListener('click', this.closeWelcomeBanner_.bind(this));
262 var close = this.document_.createElement('div');
263 close.className = 'cr-dialog-close';
264 box.appendChild(close);
265 close.addEventListener('click', function(total) {
296 // We are not on the drive file system. Do not show (close) the welcome
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py170 def close(self): member in class:TTFont
171 """If we still have a reader object, close it."""
173 self.reader.close()
213 writer.close()
219 tmp.close()
222 file.close()
284 tableWriter.close()
289 writer.close()
968 writer.close()
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py170 def close(self): member in class:TTFont
171 """If we still have a reader object, close it."""
173 self.reader.close()
213 writer.close()
219 tmp.close()
222 file.close()
284 tableWriter.close()
289 writer.close()
968 writer.close()
/external/icu/icu4c/source/common/
H A Ducnv_cnv.h228 * When open() fails, then close() will be called, if present.
237 UConverterClose close; member in struct:UConverterImpl
/external/javassist/src/main/javassist/bytecode/
H A DAnnotationsAttribute.java166 return new AnnotationsAttribute(newCp, getName(), copier.close());
249 writer.close();
480 byte[] close() throws IOException { method in class:AnnotationsAttribute.Copier
481 writer.close();
/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java72 /** Clean up allocated memory if neccesary. close() allows application
75 public void close() { method in class:JniHdf
86 /** Call close() just in case when deallocating Java object.
89 close();
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py258 child.close()
369 close() method. The exit or signal status of the child will be stored
408 self.delayafterclose = 0.1 # Sets delay in close() method to allow kernel time to update process status. Time in seconds.
438 then this does not close it. """
442 # teardown of the Python VM itself. Thus self.close() may
443 # trigger an exception because os.close may be None.
446 self.close()
548 os.close (i)
592 os.close(parent_fd)
600 os.close(child_f
657 def close (self, force=True): # File-like object. member in class:spawn
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java294 public void close() throws IOException { method in class:HttpResponseCache
295 cache.close();
346 @Override public void close() throws IOException {
354 super.close();
476 in.close();
512 writer.close();
592 @Override public void close() throws IOException {
593 snapshot.close();
594 super.close();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpConnection.java50 * <li>Write to and then close that stream.
55 * <li>Read from and close that stream.
107 * Configure this connection to close itself when the HTTP response body is
113 // If we're already idle, close immediately.
116 connection.close();
300 @Override public void close() throws IOException { method in class:HttpConnection.FixedLengthSink
343 @Override public synchronized void close() throws IOException { method in class:HttpConnection.ChunkedSink
394 cacheBody.close();
403 connection.close();
465 @Override public void close() throw method in class:HttpConnection.FixedLengthSource
538 @Override public void close() throws IOException { method in class:HttpConnection.ChunkedSource
576 @Override public void close() throws IOException { method in class:HttpConnection.UnknownLengthSource
[all...]
H A DHttpEngine.java363 Connection connection = close();
416 * the caller's responsibility to close the request body and response body
429 public final Connection close() { method in class:HttpEngine
558 // This is mostly to stay close to the RI; it is unlikely any of the headers above would
617 bufferedRequestBody.close();
619 requestBodyOut.close();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdy3.java136 return false; // This might be a normal socket close.
287 @Override public void close() throws IOException { method in class:Spdy3.Reader
288 headerBlockReader.close();
494 @Override public synchronized void close() throws IOException { method in class:Spdy3.Writer
/external/oprofile/libutil++/
H A Dbfd_support.cpp425 close();
429 void bfd_info::close() function in class:bfd_info
/external/qemu/include/migration/
H A Dqemu-file.h102 QEMUFileCloseFunc *close; member in struct:QEMUFileOps
/external/smack/src/org/jivesoftware/smack/util/
H A DBase64.java502 try{ oos.close(); } catch( Exception e ){}
503 try{ gzos.close(); } catch( Exception e ){}
504 try{ b64os.close(); } catch( Exception e ){}
505 try{ baos.close(); } catch( Exception e ){}
622 gzos.close();
631 try{ gzos.close(); } catch( Exception e ){}
632 try{ b64os.close(); } catch( Exception e ){}
633 try{ baos.close(); } catch( Exception e ){}
930 try{ baos.close(); } catch( Exception e ){}
931 try{ gzis.close(); } catc
1642 public void close() throws java.io.IOException method in class:Base64.OutputStream
[all...]

Completed in 541 milliseconds

<<11121314151617181920>>