HomeSort by relevance Sort by last modified time
    Searched full:close (Results 1276 - 1300 of 5187) sorted by null

<<51525354555657585960>>

  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.h 75 - (void)close;
  /external/webkit/WebKit/mac/WebInspector/
WebInspector.h 41 - (void)close:(id)sender;
  /external/webkit/WebKit/win/
WebInspector.h 50 virtual HRESULT STDMETHODCALLTYPE close();
  /external/webkit/WebKitTools/QtLauncher/
urlloader.cpp 73 inputFile.close();
  /external/webkit/WebKitTools/Scripts/
generate-qt-inspector-resource 53 close(WEBKIT_QRC);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 215 fp.close()
227 f.close()
238 f.close()
252 self._wsout.close()
  /external/webkit/WebKitTools/wx/build/
waf_extensions.py 39 os.close(fd)
  /external/wpa_supplicant/
l2_packet_none.c 106 /* TODO: close connection */
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 86 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
scanresults.cpp 29 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_none.c 106 /* TODO: close connection */
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 87 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
scanresults.cpp 27 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
  /external/zlib/contrib/minizip/
unzip.h 155 Close a ZipFile opened with unzipOpen.
249 from it, and close it (you can close it before reading all the file)
296 Close the file in zip opened with unzOpenCurrentFile
  /frameworks/base/cmds/keystore/
keystore_get.h 69 close(sock);
  /frameworks/base/core/java/android/net/http/
HttpConnection.java 75 mHttpClientConnection.close();
  /frameworks/base/core/java/android/os/
MemoryFile.java 84 * by {@link #close()}.
111 public void close() { method in class:MemoryFile
119 * Unmaps the memory file from the process's memory space, but does not close it.
154 close(); method
  /frameworks/base/core/java/android/view/
OrientationListener.java 34 * (typically when the device is in a close to flat position).
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 211 * Close and clean up zygote sockets. Called on shutdown and on the
217 sServerSocket.close();
655 sServerSocket.close();
771 * closed and errors during close will be ignored. The specified
773 * so the caller may want to close the original descriptors.
784 * Calls close() on a file descriptor
786 * @param fd descriptor to close
793 * Toggles the close-on-exec flag for the specified file descriptor.
796 * @param flag desired close-on-exec flag state
  /frameworks/base/core/tests/coretests/src/android/content/
AssetTest.java 59 is.close();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 58 mDatabase.close();
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
ContentValuesVerifier.java 76 is.close();
ContentValuesVerifierElem.java 72 is.close();
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 69 // close the menu
  /frameworks/base/docs/html/guide/topics/wireless/
bluetooth.jd 512 {@link android.bluetooth.BluetoothServerSocket#close()}.
513 <p>This releases the server socket and all its resources, but does <em>not</em> close the
517 android.bluetooth.BluetoothServerSocket#close()} on the {@link
530 android.bluetooth.BluetoothServerSocket#close()} on the {@link
569 mmServerSocket.close();
578 mmServerSocket.close();
602 <p>You should usually close your {@link android.bluetooth.BluetoothServerSocket}
604 android.bluetooth.BluetoothServerSocket#close()} is called as soon
606 to provide a public method in your thread that can close the private {@link
    [all...]

Completed in 234 milliseconds

<<51525354555657585960>>