HomeSort by relevance Sort by last modified time
    Searched defs:close (Results 101 - 125 of 3237) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/cpio/
CpioArchiveOutputStreamTest.java 48 in.close();
51 os.close();
54 in.close();
56 out.close();
67 in.close();
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
BigFilesIT.java 60 tin.close();
63 gzin.close();
66 in.close();
101 tin.close();
104 gzin.close();
107 in.close();
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 38 * A stream wrapper that triggers actions on {@link #close close()} and EOF.
46 * different kinds of event, and does not always close the underlying stream
100 * closed when EOF is detected or {@link #close close} is called.
106 * auto-close behavior without notification
215 public void close() throws IOException { method in class:EofSensorInputStream
216 // tolerate multiple calls to close()
242 boolean scws = true; // should close wrapped stream?
246 wrappedStream.close();
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
TeeOutputStream.java 56 public void close() method in class:TeeOutputStream
59 this.output1.close();
60 this.output2.close();
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/
TeeInputStream.java 62 public void close() method in class:TeeInputStream
65 this.input.close();
66 this.output.close();
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
WorkerEventLog.java 81 @Override public void close() throws IOException { method in class:WorkerEventLog
83 reader.close();
85 writer.close();
  /external/cldr/tools/java/org/unicode/cldr/util/
DualWriter.java 51 public void close() throws IOException { method in class:DualWriter
52 a.close();
53 b.close();
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
ZipMultiReportOutput.java 51 currentEntry.close();
59 public void close() throws IOException { method in class:ZipMultiReportOutput
60 zip.close();
93 public void close() throws IOException { method in class:ZipMultiReportOutput.EntryOutput
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
SavedModelBundle.java 138 public void close() { method in class:SavedModelBundle
139 session.close();
140 graph.close();
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReportLogDeviceInfoStore.java 59 jsonReader.close();
66 formatWriter.close();
75 public void close() throws IOException { method in class:ReportLogDeviceInfoStore
76 // Close JSON Writer.
78 mJsonWriter.close();
79 // Close overall JSON Object.
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReportLogDeviceInfoStore.java 59 jsonReader.close();
66 formatWriter.close();
75 public void close() throws IOException { method in class:ReportLogDeviceInfoStore
76 // Close JSON Writer.
78 mJsonWriter.close();
79 // Close overall JSON Object.
  /dalvik/dx/src/com/android/multidex/
ClassPathElement.java 37 void close() throws IOException; method in interface:ClassPathElement
FolderPathElement.java 43 public void close() { method in class:FolderPathElement
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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()
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
IOExtensions.cs 45 public static void close( this TextReader reader ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
47 reader.Close();
51 public static void close( this TextWriter writer ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
53 writer.Close();
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
IOExtensions.cs 43 public static void close( this TextReader reader ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
45 reader.Close();
49 public static void close( this TextWriter writer ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
51 writer.Close();
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
JarTestCase.java 53 os.close();
68 out.close();
75 out.close();
82 out.close();
84 in.close();
85 is.close();
105 out.close();
109 in.close();
110 is.close();
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/
BZip2TestCase.java 46 cos.close();
47 in.close();
58 is.close();
59 os.close();
73 is.close();
74 os.close();
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/pack200/
Pack200UtilsTest.java 58 out.close();
62 in.close();
81 is.close();
83 os.close();
104 out.close();
108 in.close();
110 is.close();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ServerSocket.java 35 public void close() throws IOException; method in interface:Support_ServerSocket
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterChain.java 39 * close()
66 public void close() throws IOException; method in interface:WriterChain
  /external/autotest/client/common_lib/cros/tendo/
n_faced_peerd_helper.py 82 def close(self): member in class:NFacedPeerdHelper
83 """Close all resources held by the helper."""
85 self._process_watcher.close()
  /external/autotest/client/cros/input_playback/
keyboard.py 47 def close(self): member in class:Keyboard
50 self.keyboard.close()
59 self.close()
  /external/autotest/client/cros/
service_stopper.py 98 def close(self): member in class:ServiceStopper

Completed in 964 milliseconds

1 2 3 45 6 7 8 91011>>