Searched defs:close (Results 76 - 100 of 577) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/io/
H A DFilteredDataEntryWriter.java111 public void close() throws IOException method in class:FilteredDataEntryWriter
115 acceptedDataEntryWriter.close();
121 rejectedDataEntryWriter.close();
/external/qemu/android/base/files/
H A DScopedFd.h23 // Helper class to hold an integer file descriptor, and have the 'close'
34 // Destructor calls close().
35 ~ScopedFd() { close(); }
51 void close() { function in class:android::base::ScopedFd
54 ::close(fd_);
H A DScopedStdioFile.h22 // the release() method is called. It is also possible to close
23 // the file explicitly with close().
32 // Destructor always calls close().
33 ~ScopedStdioFile() { close(); }
53 // Explicit close of a scoped FILE*.
54 void close() { function in class:android::base::ScopedStdioFile
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteOpenHelper.java24 database.close();
30 public synchronized void close() { method in class:ShadowSQLiteOpenHelper
32 database.close();
/external/skia/src/doc/
H A DSkDocument.cpp18 this->close();
61 bool SkDocument::close() { function in class:SkDocument
/external/smack/src/org/jivesoftware/smackx/bytestreams/
H A DBytestreamSession.java52 * Closing the session will also close the input stream and the output stream associated to this
57 public void close() throws IOException; method in interface:BytestreamSession
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5BytestreamSession.java94 public void close() throws IOException { method in class:Socks5BytestreamSession
95 this.socket.close();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DFileDataStore.java25 @Override public void close() throws IOException { method in class:FileDataStore
26 raf.close();
H A DMemoryDataStore.java102 @Override public void close() throws IOException { method in class:MemoryDataStore
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringReader.java51 public void close() { method in class:Support_StringReader
H A DSupport_URLConnector.java43 public void close() throws IOException { method in class:Support_URLConnector
/external/apache-http/src/org/apache/http/impl/io/
H A DContentLengthInputStream.java41 * Note that this class NEVER closes the underlying stream, even when close
43 * close, which allows for the seamless execution of subsequent HTTP 1.1
118 * <p>Does not close the underlying socket input, but instead leaves it
122 public void close() throws IOException { method in class:ContentLengthInputStream
129 // close after above so that we don't throw an exception trying
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DWriterToASCI.java132 public void close() throws java.io.IOException method in class:WriterToASCI
134 m_os.close();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBEROctetStringGenerator.java88 public void close() method in class:BEROctetStringGenerator.BufferedBEROctetStream
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DInputStreamUtil.java33 public static void close(InputStream stream) { method in class:InputStreamUtil
35 stream.close();
37 Log.e(LOGTAG, logMessage("close"), e);
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.h61 close(in_close) {
66 bool close; // if true, delete the source element after performing the member in struct:base::InjectionArc
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Ddocument_parser.py66 parser.close()
188 def close(self): member in class:_DocumentParser
189 HTMLParser.close(self)
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dextension_options_events.js13 'close': {
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DChunkedWritableByteChannel.java115 public void close() { method in class:ChunkedWritableByteChannel
/external/chromium_org/content/renderer/
H A Dexternal_popup_menu.cc56 void ExternalPopupMenu::close() { function in class:content::ExternalPopupMenu
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DUsbMidiDeviceFactoryAndroid.java159 void close() { method in class:UsbMidiDeviceFactoryAndroid
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGenericEventQueue.cpp113 void GenericEventQueue::close() function in class:blink::GenericEventQueue
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketPerMessageDeflateTest.cpp231 WebSocketFrame::OpCode close = WebSocketFrame::OpCodeClose; local
235 WebSocketFrame f2(close, "close", 5, WebSocketFrame::Final);
248 EXPECT_EQ(std::string("close"), std::string(f2.payload, f2.payloadLength));
344 WebSocketFrame::OpCode close = WebSocketFrame::OpCodeClose; local
347 WebSocketFrame f2(close, "close", 5, WebSocketFrame::Final);
360 EXPECT_EQ(std::string("close"), std::string(f2.payload, f2.payloadLength));
/external/emma/core/java12/com/vladium/util/
H A DByteArrayIStream.java106 public final void close () method in class:ByteArrayIStream
/external/fonttools/Lib/fontTools/ttLib/
H A DmacUtils.py110 def close(self): member in class:SFNTResourceWriter
129 self.file.close()
196 self.close()

Completed in 700 milliseconds

1234567891011>>