HomeSort by relevance Sort by last modified time
    Searched defs:close (Results 276 - 300 of 7761) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Percolator.py 15 def close(self): member in class:Percolator
20 self.redir.close(); self.redir = None
  /prebuilts/go/darwin-x86/src/net/
tcpsock_plan9.go 50 func (ln *TCPListener) close() error { func
51 if err := ln.fd.pfd.Close(); err != nil {
55 ln.fd.ctl.Close()
58 if err := ln.fd.ctl.Close(); err != nil {
  /prebuilts/go/linux-x86/src/net/
tcpsock_plan9.go 50 func (ln *TCPListener) close() error { func
51 if err := ln.fd.pfd.Close(); err != nil {
55 ln.fd.ctl.Close()
58 if err := ln.fd.ctl.Close(); err != nil {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
42 Extra methods are: skip() (called by close, skips to the end of the chunk),
86 def close(self): member in class:Chunk
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 21 self.close = p.close
26 def close(self): member in class:Profile
27 """Close the logfile and terminate the profiler."""
28 self._prof.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 31 def close(self): member in class:FormatParagraph
Percolator.py 15 def close(self): member in class:Percolator
20 self.redir.close(); self.redir = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
argvemulator.py 30 def close(self): member in class:ArgvCollector
45 self.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
42 Extra methods are: skip() (called by close, skips to the end of the chunk),
86 def close(self): member in class:Chunk
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 21 self.close = p.close
26 def close(self): member in class:Profile
27 """Close the logfile and terminate the profiler."""
28 self._prof.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 31 def close(self): member in class:FormatParagraph
Percolator.py 15 def close(self): member in class:Percolator
20 self.redir.close(); self.redir = None
  /system/core/libstats/
statsd_writer.h 38 void (*close)(); /* free up resources */ member in struct:android_log_transport_write
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
ReportLogHostInfoStore.java 60 jsonReader.close();
67 formatWriter.close();
76 public void close() throws IOException { method in class:ReportLogHostInfoStore
77 // Close JSON Writer.
79 mJsonWriter.close();
80 // Close overall JSON Object.
  /test/vts/utils/python/controllers/attenuator_lib/minicircuits/
telnet.py 47 self.close()
86 def close(self): member in class:AttenuatorInstrument
93 self._tnhelper.close()
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
telnet.py 49 self.close()
87 def close(self): member in class:AttenuatorInstrument
94 self._tnhelper.close()
  /tools/tradefederation/core/src/com/android/tradefed/result/
ByteArrayInputStreamSource.java 43 public synchronized void close() { method in class:ByteArrayInputStreamSource
InputStreamSource.java 46 * @deprecated use {@link #close()} instead.
50 close(); method
58 public void close(); method in interface:InputStreamSource
  /art/tools/ahat/src/main/com/android/ahat/
AhatHttpHandler.java 46 doc.close();
54 ps.close();
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileCopyHelper.java 84 source.close();
87 target.close();
  /dalvik/dx/src/com/android/multidex/
ArchivePathElement.java 55 public void close() throws IOException { method in class:ArchivePathElement
56 archive.close();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 126 * Close the stream, flushing it first. Once a stream has been closed,
132 public void close() throws java.io.IOException method in class:WriterToASCI
134 m_os.close();
  /external/brotli/java/org/brotli/wrapper/dec/
BrotliInputStream.java 38 public void close() throws IOException { method in class:BrotliInputStream
39 decoder.close();
50 throw new IOException("read after close");
66 throw new IOException("read after close");
88 throw new IOException("read after close");
  /external/brotli/java/org/brotli/wrapper/enc/
BrotliEncoderChannel.java 52 public void close() throws IOException { method in class:BrotliEncoderChannel
54 super.close();
BrotliOutputStream.java 44 public void close() throws IOException { method in class:BrotliOutputStream
45 encoder.close();
51 throw new IOException("write after close");
59 throw new IOException("write after close");
75 throw new IOException("write after close");

Completed in 283 milliseconds

<<11121314151617181920>>