Searched defs:close (Results 251 - 275 of 577) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h262 void (*close) (struct ANTLR3_STRING_FACTORY_struct * factory); member in struct:ANTLR3_STRING_FACTORY_struct
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DConsoleHandlerTest.java147 * Test close() when having sufficient privilege, and a record has been
159 h.close();
163 h.close();
167 * Test close() when having sufficient privilege, and an output stream that
181 h.close();
185 * Test close() when having sufficient privilege, and no record has been
196 h.close();
368 h.close();
401 // assertEquals("close", DelegationParameterStack.getInstance()
468 * @see java.io.OutputStream#close()
470 public void close() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream
[all...]
H A DHandlerTest.java114 h.close();
336 public void close() { method in class:HandlerTest.MockHandler
H A DLogRecordTest.java371 public void close() { method in class:LogRecordTest.MockHandler
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketImplTest.java102 server.close();
106 socket.close();
115 server.close();
121 socket.close();
166 server.close();
170 socket.close();
179 server.close();
185 socket.close();
233 server.close();
237 socket.close();
664 public void close() throws IOException { method in class:SSLSocketImplTest.Server
[all...]
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_act.c223 /* close servers */
409 tBTA_AG_CLOSE close; local
443 close.hdr.handle = bta_ag_scb_to_idx(p_scb);
444 close.hdr.app_id = p_scb->app_id;
445 bdcpy(close.bd_addr, p_scb->peer_addr);
449 /* call close call-out */
450 bta_ag_co_data_close(close.hdr.handle);
452 /* call close cback */
453 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG *) &close);
488 /* else close por
[all...]
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c289 ** the channel and sends it a close event. The reason
300 tMCA_CLOSE close; local
302 close.param = MCA_ACP;
303 close.reason = reason;
304 close.lcid = p_tbl->lcid;
315 close.param = MCA_INT;
319 /* if control channel, notify ccb that channel close */
323 mca_ccb_event(p_ccb, MCA_CCB_LL_CLOSE_EVT, (tMCA_CCB_EVT *)&close);
325 /* notify dcb that channel close */
332 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Decho_client.py195 def close(self): member in class:_TLSSocket
798 'Drained data following close frame: %r', drained_data)
889 self._socket.close()
900 print 'Recv close'
905 print 'Send close'
930 '%s will force close the connection from server.' %
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
H A DSQLiteCursor.java96 public void close() { method in class:SQLiteCursor
97 super.close();
131 close();
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Denroller.js522 Enroller.prototype.close = function() {
524 this.appIdChecker_.close();
527 this.handler_.close();
540 this.close();
556 this.close();
H A Dmultiplesigner.js86 MultipleGnubbySigner.prototype.close = function() {
88 this.gnubbies_[k].signer.close();
H A Dsinglesigner.js124 SingleGnubbySigner.prototype.close = function() {
209 // Open completed after close, perhaps? Ignore.
400 // close it.
401 this.close();
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DSocketTunnelClient.java129 close();
133 public void close() { method in class:SocketTunnelClient
240 mSocket.close();
242 Log.d(TAG, "Failed to close socket: " + e);
256 socket.close();
274 socket.close();
/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.cc88 void WebIDBDatabaseImpl::close() { function in class:content::WebIDBDatabaseImpl
/external/chromium_org/content/child/
H A Dwebsocket_bridge.cc275 void WebSocketBridge::close(unsigned short code, function in class:content::WebSocketBridge
/external/chromium_org/content/renderer/media/
H A Dwebcontentdecryptionmodulesession_impl.cc135 void WebContentDecryptionModuleSessionImpl::close( function in class:content::WebContentDecryptionModuleSessionImpl
162 close(result);
192 client_->close();
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc144 virtual void close() { function in class:content::__anon7833::PepperWidget
/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
H A DShell.java110 public void close() { method in class:Shell
/external/chromium_org/extensions/renderer/resources/
H A Dweb_view_events.js34 'close': {
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DInterfacesTest.java46 * @see org.chromium.mojo.bindings.Interface#close()
49 public void close() { method in class:InterfacesTest.MockNamedObjectImpl
117 * @see org.chromium.mojo.bindings.Interface#close()
120 public void close() { method in class:InterfacesTest.MockFactoryImpl
127 pipe.close();
173 * @see org.chromium.mojo.bindings.Interface#close()
176 public void close() { method in class:InterfacesTest.MockFactoryClientImpl
210 // error to close the handle of a proxy without closing the proxy first.
213 c.close();
322 proxy.close();
[all...]
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DInvalidHandle.java32 * @see Handle#close()
35 public void close() { method in class:InvalidHandle
/external/chromium_org/mojo/public/js/bindings/
H A Dcore.js117 * @param {MojoHandle} Handle to close.
120 function close(handle) { [native code] } function
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_packet_maker.cc114 QuicConnectionCloseFrame close; local
115 close.error_code = QUIC_CRYPTO_VERSION_NOT_SUPPORTED;
116 close.error_details = "Time to panic!";
117 return scoped_ptr<QuicEncryptedPacket>(MakePacket(header, QuicFrame(&close)));
/external/chromium_org/net/socket/
H A Dtransport_client_socket_unittest.cc68 // delete the connected_sock_, which will close it.
87 void set_close_server_socket_on_next_send(bool close) { argument
88 close_server_socket_on_next_send_ = close;
246 // This time close the server socket immediately after the server response.
290 // then close the server socket, and note the close.
323 // then close the server socket, and note the close.
/external/chromium_org/sync/tools/testserver/
H A Dxmppserver.py423 def close(self): member in class:XmppConnection
426 asynchat.async_chat.close(self)
450 self.close()
535 def close(self): member in class:XmppServer
536 # A copy is necessary since calling close on each connection
539 connection.close()
540 asyncore.dispatcher.close(self)
578 # We check authentication only when establishing new connections. We close
584 connection.close()

Completed in 476 milliseconds

<<11121314151617181920>>