Searched defs:close (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/external/valgrind/tsan/
H A Dcommon_util.h42 #define close fclose macro
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Socket.java33 public void close() throws IOException; method in interface:Support_Socket
H A DSupport_HttpSocket.java48 public void close() throws IOException { method in class:Support_HttpSocket
50 instance.close();
H A DSupport_ServerSocket.java36 public void close() throws IOException; method in interface:Support_ServerSocket
H A DSupport_HttpConnector.java33 public void close() throws IOException; method in interface:Support_HttpConnector
H A DSupport_HttpServerSocket.java73 * @see tests.support.Support_ServerSocket#close()
75 public void close() throws IOException { method in class:Support_HttpServerSocket
77 instance.close();
H A DSupport_StringWriter.java59 public void close() throws IOException { method in class:Support_StringWriter
/external/javassist/src/main/javassist/
H A DClassPath.java66 void close(); method in interface:ClassPath
H A DByteArrayClassPath.java67 public void close() {} method in class:ByteArrayClassPath
H A DClassClassPath.java90 public void close() { method in class:ClassClassPath
H A DLoaderClassPath.java92 public void close() { method in class:LoaderClassPath
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dzipfileset_mock.py44 def close(self): member in class:make_factory.MockZipFileSet
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DWMCloseCallsUIClientClose.cpp36 static void close(WKPageRef, const void*) function in namespace:TestWebKitAPI
49 uiClient.close = close;
/external/guava/guava/src/com/google/common/io/
H A DCloseables.java63 * Closeables.close(stream, threw);
70 * thrown by the {@code close} methods
72 * {@code close} throws an {@code IOException}.
74 public static void close(@Nullable Closeable closeable, method in class:Closeables
80 closeable.close();
92 * Equivalent to calling {@code close(closeable, true)}, but with no
99 close(closeable, true);
/external/jmonkeyengine/engine/src/android/com/jme3/util/
H A DAndroidLogHandler.java16 public void close() { method in class:AndroidLogHandler
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DConnector.java57 public void close(); method in interface:Connector
/external/proguard/src/proguard/
H A DFileWordReader.java80 public void close() throws IOException method in class:FileWordReader
82 super.close();
86 reader.close();
/external/proguard/src/proguard/io/
H A DCascadingDataEntryWriter.java86 public void close() throws IOException method in class:CascadingDataEntryWriter
88 dataEntryWriter1.close();
89 dataEntryWriter2.close();
H A DDataEntryWriter.java44 * Returns an output stream for writing data. The caller must not close
55 * Returns an output stream for writing data. The caller must not close
72 public void close() throws IOException; method in interface:DataEntryWriter
H A DParentDataEntryWriter.java70 public void close() throws IOException method in class:ParentDataEntryWriter
72 dataEntryWriter.close();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs45 public static void close( this TextReader reader ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
51 public static void close( this TextWriter writer ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs43 public static void close( this TextReader reader ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
49 public static void close( this TextWriter writer ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherInputStreamTest.java41 public void close() { method in class:CipherInputStreamTest.TestInputStream
219 * close() method testing. Tests that the method calls the close()
226 cis.close();
227 assertTrue("The close() method should call the close() method "
H A DCipherOutputStreamTest.java40 public void close() { method in class:CipherOutputStreamTest.TestOutputStream
159 * close() method testing. Tests that the method calls the close() method of
167 cos.close();
172 assertTrue("The close() method should call the close() method "
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_PooledConnection.java30 public void close() throws SQLException { method in class:Impl_PooledConnection

Completed in 433 milliseconds

1234567891011>>