Searched refs:close (Results 126 - 150 of 2423) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/
H A Dsyscall-restart1.c43 close(fds[1]);
52 close(fds[0]);
H A Dsyscall-restart2.c43 close(fds[1]);
52 close(fds[0]);
/external/webkit/LayoutTests/http/tests/resources/
H A Dpost-and-verify.cgi21 close(FILE);
/external/webkit/Source/WebCore/history/
H A DBackForwardController.cpp102 void BackForwardController::close() function in class:WebCore::BackForwardController
104 m_client->close();
/external/webkit/Source/WebKit/chromium/scripts/
H A Dgenerate_devtools_html.py76 devtools_html.close()
77 inspector_html.close()
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageNamespaceImpl.cpp86 void WebStorageNamespaceImpl::close() function in class:WebKit::WebStorageNamespaceImpl
88 m_storageNamespace->close();
H A DWebStorageNamespaceImpl.h47 virtual void close();
/external/zlib/src/contrib/iostream2/
H A Dzstream_test.cpp11 out.close();
16 in.close();
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DCheckedOutputStreamTest.java40 outFile.close();
72 outFile.close();
97 outFile.close();
126 outFile.close();
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpConnector.java33 public void close() throws IOException; method in interface:Support_HttpConnector
/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/chromium/webkit/glue/
H A Dwebsocketstreamhandle_impl.h23 virtual void close();
/external/dropbear/
H A Dcli-authpasswd.c76 close(p[0]);
81 close(p[1]);
87 close(p[1]);
99 close(p[0]);
/external/guava/guava-tests/test/com/google/common/io/
H A DAppendableWriterTest.java56 @Override public void close() { method in class:AppendableWriterTest.SpyAppendable
99 writer.close();
109 writer.close();
125 // close()ing already closed writer is allowed
126 writer.close();
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DCompositeResourceLoader.java73 public void close(Reader reader) throws IOException { method in class:CompositeResourceLoader
75 throw new IllegalArgumentException("I can't close a reader I didn't open.");
77 reader.close();
108 * close() is called, we delegate back to original ResourceLoader.
119 public void close() throws IOException { method in class:CompositeResourceLoader.ReaderTracer
120 originalLoader.close(in);
H A DResourceLoader.java43 * The caller of this method is guaranteed to call {@link #close(Reader)} when done with the
55 * The caller of this method is guaranteed to call {@link #close(Reader)} when done with the
68 * @param reader the reader to close
69 * @throws IOException if reader fasils to close
71 void close(Reader reader) throws IOException; method in interface:ResourceLoader
/external/openssh/openbsd-compat/
H A Ddaemon.c76 (void)close (fd);
/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/srec/seti/sltsEngine/include/
H A DCSWIslts.h40 SWIsltsResult close();
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument18.js78 Calls HTMLDocument.close on a document that has not been opened for modification.
93 doc.close();
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLDocument18.js78 Calls HTMLDocument.close on a document that has not been opened for modification.
93 doc.close();
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dwindow-close-crash.js17 otherWindow.close();
31 debug("Main page opening resources/window-close-popup.html");
32 otherWindow = window.open("resources/window-close-popup.html");
/external/webkit/Source/WebKit/chromium/public/
H A DWebStorageNamespace.h75 virtual void close() = 0;
/external/webkit/Tools/Scripts/
H A Dgenerate-qt-inspector-resource53 close(WEBKIT_QRC);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DScannerParseLargeFileBenchmarkTest.java38 scanner.close();
39 reader.close();
54 public void close() throws IOException { method in class:ScannerParseLargeFileBenchmarkTest.MyReader

Completed in 586 milliseconds

1234567891011>>