Searched defs:close (Results 1 - 25 of 577) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h311 /** Function to close the vector factory
313 void (*close) (struct ANTLR3_VECTOR_FACTORY_struct * factory); member in struct:ANTLR3_VECTOR_FACTORY_struct
H A Dantlr3commontoken.h359 void (*close) (struct ANTLR3_TOKEN_FACTORY_struct * factory); member in struct:ANTLR3_TOKEN_FACTORY_struct
H A Dantlr3commontree.h134 /// vectors and auto free them when we close the factory. It also means
157 void (*close) (struct ANTLR3_ARBORETUM_struct * factory); member in struct:ANTLR3_ARBORETUM_struct
H A Dantlr3input.h134 void (*close) (struct ANTLR3_INPUT_STREAM_struct * input); member in struct:ANTLR3_INPUT_STREAM_struct
H A Dantlr3string.h262 void (*close) (struct ANTLR3_STRING_FACTORY_struct * factory); member in struct:ANTLR3_STRING_FACTORY_struct
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java67 public void close() throws IOException { method in class:GrammarSerializerFoo
68 if ( out!=null ) out.close();
/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/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java103 serverSocket.close();
189 public void close() throws IOException { method in class:SocketTransportWrapper
191 input.close();
194 output.close();
198 transportSocket.close();
201 serverSocket.close();
H A DTransportWrapper.java74 public void close() throws IOException; method in interface:TransportWrapper
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DConsoleHandlerTest.java147 * Test close() when having sufficient privilege, and a record has been
159 h.close();
163 h.close();
167 * Test close() when having sufficient privilege, and an output stream that
181 h.close();
185 * Test close() when having sufficient privilege, and no record has been
196 h.close();
368 h.close();
401 // assertEquals("close", DelegationParameterStack.getInstance()
468 * @see java.io.OutputStream#close()
470 public void close() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream
[all...]
H A DHandlerTest.java114 h.close();
336 public void close() { method in class:HandlerTest.MockHandler
H A DLogManagerTest.java476 stream.close();
528 stream.close();
650 // also close root's handler
950 public void close() { method in class:LogManagerTest.MockHandler
952 // System.out.println(this + ":close:" + number);
982 in.close();
H A DLogRecordTest.java371 public void close() { method in class:LogRecordTest.MockHandler
H A DLoggerTest.java3031 logPropsStream.close();
3068 public void close() { method in class:LoggerTest.MockHandler
3069 // System.out.println("close!");
3087 public void close() { method in class:LoggerTest.MockExceptionalHandler
3088 // System.out.println("close!");
H A DMemoryHandlerTest.java105 handler.close();
106 assertEquals(writer.toString(), "close");
366 public void close() { method in class:MemoryHandlerTest.MockHandler
367 writer.write("close");
H A DStreamHandlerTest.java296 * Test close() when having sufficient privilege, and a record has been
304 h.close();
305 assertEquals("close", CallVerificationStack.getInstance()
312 h.close();
316 * Test close() when having sufficient privilege, and an output stream that
325 h.close();
329 * Test close() when having sufficient privilege, and no record has been
335 h.close();
336 assertEquals("close", CallVerificationStack.getInstance()
347 * Test close() whe
858 public void close() throws IOException { method in class:StreamHandlerTest.MockOutputStream
894 public void close() throws IOException { method in class:StreamHandlerTest.MockExceptionOutputStream
[all...]
H A DXMLFormatterTest.java222 public void close() { method in class:XMLFormatterTest.MockHandler
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java46 public void close() throws SQLException { method in class:TestHelper_Connection1
/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
H A DImpl_RowSet.java267 public void close() throws SQLException { method in class:Impl_RowSet

Completed in 5238 milliseconds

1234567891011>>