Home
last modified time | relevance | path

Searched defs:close (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
DGwtWorkarounds.java39 void close() throws IOException; in close() method
60 public void close() { in asCharInput() method
71 void close() throws IOException; in close() method
80 void close() throws IOException; in close() method
89 void close() throws IOException; in close() method
109 public void close() {} in stringBuilderOutput() method
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DResultProcessorCreatorTest.java60 public void close() throws IOException { in close() method in ResultProcessorCreatorTest.NoPublicConstructorResultProcessor
89 public void close() throws IOException { in close() method in ResultProcessorCreatorTest.PublicButNotDefaultDefaultConstructorResultProcessor
107 public void close() throws IOException { in close() method in ResultProcessorCreatorTest.PublicDefaultConstructorResultProcessor
/external/valgrind/coregrind/m_ume/
Dmain.c86 VG_(close)(fd); in VG_() local
105 VG_(close)(fd); in VG_() local
126 VG_(close)(fd); in VG_() local
152 VG_(close)(fd); in VG_() local
/external/guava/guava/src/com/google/common/io/
DGwtWorkarounds.java45 void close() throws IOException; in close() method
61 public void close() throws IOException { in asCharInput() method in GwtWorkarounds
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DInputOutputExceptionTest.java59 public void close() throws IOException { in close() method in InputOutputExceptionTest.BrokenInputStream
66 public void close() throws IOException { in close() method in InputOutputExceptionTest.BrokenWriter
/external/clang/test/FixIt/
Dselector-fixit.m9 - (void)close; method
16 - (void)close { } method
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpConnection.java311 @Override public void close() throws IOException { in close() method in HttpConnection.FixedLengthSink
348 @Override public synchronized void close() throws IOException { in close() method in HttpConnection.ChunkedSink
431 @Override public void close() throws IOException { in close() method in HttpConnection.FixedLengthSource
497 @Override public void close() throws IOException { in close() method in HttpConnection.ChunkedSource
525 @Override public void close() throws IOException { in close() method in HttpConnection.UnknownLengthSource
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/
DPack200StreamsTest.java90 public void close() throws IOException { in close() method in Pack200StreamsTest.NoCloseInputStream
101 public void close() throws IOException { in close() method in Pack200StreamsTest.NoCloseOutputStream
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DWrapperTester.java195 public void close() throws IOException { in close() method in WrapperTester.ClosableByteArrayOutputStream
220 public void close() throws IOException { in close() method in WrapperTester.FailOnFlushOutputStream
238 public void close() throws IOException { in close() method in WrapperTester.FailOnCloseOutputStream
DCharWrapperTester.java198 public void close() throws IOException { in close() method in CharWrapperTester.ClosableStringWriter
227 public void close() throws IOException { in close() method in CharWrapperTester.FailOnFlushWriter
253 public void close() throws IOException { in close() method in CharWrapperTester.FailOnCloseWriter
/external/replicaisland/src/com/replica/replicaisland/
DUtils.java23 public final static boolean close(float a, float b) { in close() method in Utils
27 public final static boolean close(float a, float b, float epsilon) { in close() method in Utils
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
DZipMultiReportOutput.java59 public void close() throws IOException { in close() method in ZipMultiReportOutput
93 public void close() throws IOException { in close() method in ZipMultiReportOutput.EntryOutput
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DIOExtensions.cs45 public static void close( this TextReader reader ) in close() method in Antlr.Runtime.JavaExtensions.IOExtensions
51 public static void close( this TextWriter writer ) in close() method in Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DIOExtensions.cs43 public static void close( this TextReader reader ) in close() method in Antlr.Runtime.JavaExtensions.IOExtensions
49 public static void close( this TextWriter writer ) in close() method in Antlr.Runtime.JavaExtensions.IOExtensions
/external/v8/tools/testrunner/local/
Dperfdata.py60 def close(self): member in PerfDataStore
104 def close(self): member in PerfDataManager
138 def close(self): member in NullPerfDataManager
/external/javasqlite/src/main/java/SQLite/
DBlob.java70 public void close() throws IOException { in close() method in BlobR
190 public void close() throws IOException { in close() method in BlobW
284 public native void close(); in close() method in Blob
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DCompositeResourceLoader.java73 public void close(Reader reader) throws IOException { in close() method in CompositeResourceLoader
119 public void close() throws IOException { in close() method in CompositeResourceLoader.ReaderTracer
/external/zlib/src/contrib/iostream3/
Dzfstream.cc107 gzfilebuf::close() in close() function in gzfilebuf
420 gzifstream::close() in close() function in gzifstream
475 gzofstream::close() in close() function in gzofstream
/external/autotest/client/cros/netprotos/
Dinterface_host.py28 def close(self): member in InterfaceHost
91 def close(self): member in InterfaceDatagramSocket
/external/chromium-trace/catapult/third_party/Paste/paste/
Dsession.py79 def close(): function
176 def close(self): member in SessionFactory
221 def close(self): member in FileSession
Dlint.py211 def close(self): member in InputWrapper
230 def close(self): member in ErrorWrapper
274 def close(self): member in IteratorWrapper
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
DOpenedSocket.java101 @Override public void close() throws IOException { in close() method in OpenedSocket.Reader
123 @Override public void close() throws IOException { in close() method in OpenedSocket.Writer
/external/chromium-trace/catapult/third_party/webtest/webtest/
Dlint.py240 def close(self): member in InputWrapper
264 def close(self): member in ErrorWrapper
305 def close(self): member in IteratorWrapper
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedStream.java218 public void close(ErrorCode rstStatusCode) throws IOException { in close() method in FramedStream
428 @Override public void close() throws IOException { in close() method in FramedStream.FramedDataSource
539 @Override public void close() throws IOException { in close() method in FramedStream.FramedDataSink
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteCloseable.java17 public void close() { in close() method in ShadowSQLiteCloseable

12345678910>>...34