Searched defs:disconnect (Results 1 - 25 of 99) sorted by path

1234

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DHttpsURLConnectionTest.java137 * @see java.net.HttpURLConnection#disconnect()
140 public void disconnect() { method in class:MyHttpsURLConnection
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DHttpsURLConnection_ImplTest.java87 * @see java.net.HttpURLConnection#disconnect()
90 public void disconnect() { method in class:MyHttpsURLConnection
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_av.c1009 ** Function disconnect
1016 static bt_status_t disconnect(bt_bdaddr_t *bd_addr) function
1075 disconnect,
1083 disconnect,
H A Dbtif_hf.c772 ** Function disconnect
774 ** Description disconnect from headset
779 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) function
1454 disconnect,
H A Dbtif_hf_client.c238 ** Function disconnect
240 ** Description disconnect from audio gateway
245 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) function
672 .disconnect = disconnect,
H A Dbtif_hh.c1263 ** Function disconnect
1265 ** Description disconnect from hid device
1270 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) function
1687 disconnect,
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_int.h111 /* scb transport channel disconnect timeout value */
420 tAVDT_CCB_API_DISCONNECT disconnect; member in union:__anon1214
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_socket.cc233 void AndroidUsbSocket::RespondToReaders(bool disconnect) { argument
236 while (!read_requests.empty() && (!read_buffer_.empty() || disconnect)) {
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dexterns.js120 Port.prototype.disconnect = function() {};
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js995 Port.prototype.disconnect = function() {};
/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_browsertest.js23 disconnect: function() {}};
27 disconnect: function() {}};
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dirc.js44 this.disconnect = function(message) {
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DDataPipe.java26 public void disconnect() { method in class:DataPipe
/external/chromium_org/extensions/renderer/resources/
H A Dmessaging.js74 PortImpl.prototype.disconnect = function() {
316 // Go ahead and disconnect immediately if the sender is not expecting
318 port.disconnect();
342 port.disconnect();
365 'disconnect',
/external/chromium_org/extensions/test/data/
H A Dserial_unittest.js72 function disconnect() { function
73 serial.disconnect(connectionId, test.callbackPass(function(success) {
105 disconnect();
117 disconnect();
187 disconnect();
196 disconnect();
216 disconnect();
229 disconnect();
244 disconnect();
259 disconnect();
[all...]
/external/chromium_org/remoting/webapp/browser_test/
H A Dbrowser_test.js174 browserTest.disconnect = function() {
176 remoting.disconnect();
/external/chromium_org/remoting/webapp/
H A Dclient_screen.js65 remoting.disconnect = function() {
74 remoting.clientSession.disconnect(remoting.Error.NONE);
H A Dclient_session.js601 remoting.ClientSession.prototype.disconnect = function(error) {
H A Dhost_session.js114 remoting.HostSession.prototype.disconnect = function() {
115 this.hostFacade_.disconnect();
H A Dit2me_host_facade.js180 remoting.It2MeHostFacade.prototype.disconnect = function() {
182 this.port_.postMessage({type: 'disconnect'});
245 // Response to the "disconnect" request. No action is needed until we
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js118 chrome.runtime.Port.prototype.disconnect = function() {};
/external/chromium_org/remoting/webapp/unittests/
H A Dchrome_mocks.js45 chromeMocks.runtime.Port.prototype.disconnect = function() {};
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js3580 // identify this listener for disconnect.
3643 // remove this connection with `dojo.disconnect`.
3681 // Using return value for disconnect:
3684 // | dojo.disconnect(link);
3726 dojo.disconnect = function(/*Handle*/ handle){
3807 // dojo.disconnect() to disable subsequent automatic publication on
4772 // formerly, the disconnect package contained "l" directly, but if client code
4773 // leaks the disconnect package (by connecting it to a node), referencing "l"
4776 // return disconnect package
6653 d.disconnect(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildFrameDisconnector.cpp19 void ChildFrameDisconnector::disconnect(DisconnectPolicy policy) function in class:blink::ChildFrameDisconnector
H A DMutationObserver.cpp146 void MutationObserver::disconnect() function in class:blink::MutationObserver

Completed in 1219 milliseconds

1234