Searched defs:close (Results 26 - 50 of 577) sorted by relevance

1234567891011>>

/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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DDexDataStore.java11 void close() throws IOException; method in interface:DexDataStore
/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
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpConnector.java32 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.java58 public void close() throws IOException { method in class:Support_StringWriter
/external/apache-http/src/org/apache/http/
H A DHttpConnection.java59 public void close() throws IOException; method in interface:HttpConnection
/external/apache-http/src/org/apache/http/impl/io/
H A DContentLengthOutputStream.java94 * <p>Does not close the underlying socket output.</p>
98 public void close() throws IOException { method in class:ContentLengthOutputStream
H A DIdentityInputStream.java75 public void close() throws IOException { method in class:IdentityInputStream
H A DIdentityOutputStream.java72 * <p>Does not close the underlying socket output.</p>
76 public void close() throws IOException { method in class:IdentityOutputStream
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DWriterChain.java39 * close()
66 public void close() throws IOException; method in interface:WriterChain
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_dact.c119 tMCA_CLOSE close; local
124 close.param = MCA_INT;
125 close.reason = L2CAP_DISC_OK;
126 close.lcid = 0;
127 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DTeeInputStream.java51 public void close() method in class:TeeInputStream
54 this.input.close();
55 this.output.close();
H A DTeeOutputStream.java46 public void close() method in class:TeeOutputStream
49 this.output1.close();
50 this.output2.close();
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dappid.js141 AppIdChecker.prototype.close = function() {
H A Drequesthelper.js59 RequestHandler.prototype.close = function() {};
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DHandle.java18 * close, be cancelled with result |MojoResult.CANCELLED| if they properly overlap (this is
23 public void close(); method in interface:Handle
55 * close it.
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLInputStream.cpp44 void BackgroundHTMLInputStream::close() function in class:blink::BackgroundHTMLInputStream
46 m_current.close();
98 m_current.close();
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DQuotesData.cpp27 PassRefPtr<QuotesData> QuotesData::create(String open, String close) argument
30 data->addPair(std::make_pair(open, close));

Completed in 4321 milliseconds

1234567891011>>