Searched refs:close (Results 226 - 250 of 2423) sorted by relevance

1234567891011>>

/external/elfutils/tests/
H A Drdwrmmap.c26 close (fd);
/external/flac/include/FLAC/
H A Dcallback.h151 /** Signature for the close callback.
175 FLAC__IOCallback_Close close; member in struct:__anon6103
/external/guava/guava-tests/test/com/google/common/io/
H A DCloseablesTest.java35 * IOExceptions on Closeable.close() or Flushable.flush() are not
36 * propagated out from the {@link Closeables#close} method if {@code
72 // throw an exception, either on close, on flush, or both.
110 Closeables.close(null, true);
111 Closeables.close(null, false);
129 mockCloseable.close();
153 // be thrown by Closeables.close;
157 Closeables.close(closeable, swallowException);
/external/icu4c/tools/makeconv/
H A Dmakeconv.h44 (*close)(NewConverter *cnvData); member in struct:NewConverter
/external/javassist/src/main/javassist/
H A DByteArrayClassPath.java67 public void close() {} method in class:ByteArrayClassPath
H A DClassClassPath.java90 public void close() { method in class:ClassClassPath
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DClient.java91 public void close(); method in interface:Client
131 * is to close the connection and provide an appropriate DisconnectInfo
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_link.h53 phDal4Nfc_link_close_CB_t close; member in struct:__anon8710
/external/libppp/src/
H A Dprobe.c62 close(s);
/external/libselinux/src/
H A Dcheck_context.c28 close(fd);
H A Ddisable.c31 close(fd);
H A Dgetenforce.c30 close(fd);
H A Dsetenforce.c30 close(fd);
/external/linux-tools-perf/util/
H A Ddebugfs.c197 close(fd);
203 /* close it */
204 close(fd);
237 close(fd);
242 /* close it */
243 close(fd);
/external/qemu/android/utils/
H A Ddebug.c91 close(null_fd);
123 close(null_fd);
137 close(stdio_save_out_fd);
138 close(stdio_save_err_fd);
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument17.js78 Clears the current document using HTMLDocument.open immediately followed by close.
97 doc.close();
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLDocument17.js78 Clears the current document using HTMLDocument.open immediately followed by close.
97 doc.close();
/external/webkit/Source/WebCore/history/
H A DBackForwardList.h56 virtual void close() = 0;
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleBase.h51 void close();
/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamHandlePrivate.h56 void close();
/external/webkit/Source/WebCore/platform/network/qt/
H A DSocketStreamHandlePrivate.h56 void close();
/external/webkit/Source/WebKit/chromium/src/
H A DBackForwardListChromium.h57 virtual void close();
H A DStorageNamespaceProxy.h44 virtual void close();
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginPackage.h75 - (void)close;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleInspector.cpp50 return toImpl(inspectorRef)->close();

Completed in 555 milliseconds

1234567891011>>