/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | SocketTest.java | 96 Socket client = socket.accept(); in run() local 127 ClientThread client = new ClientThread(); in connectTestImpl() local 260 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort()); in test_close() local 344 Socket client = new Socket(); in test_connectLjava_net_SocketAddress() local 445 Socket client = new Socket(); in test_connectLjava_net_SocketAddressI() local 513 Socket client = new Socket(InetAddress.getLocalHost(), server in test_ConstructorLjava_lang_StringI() local 535 Socket client = new Socket(InetAddress.getLocalHost().getHostName(), in test_ConstructorLjava_lang_StringILjava_net_InetAddressI() local 571 Socket client = new Socket(InetAddress.getLocalHost().getHostAddress(), in test_ConstructorLjava_lang_StringIZ() local 588 Socket client = new Socket(InetAddress.getLocalHost(), server in test_ConstructorLjava_net_InetAddressI() local 605 Socket client = new Socket(InetAddress.getLocalHost(), server in test_ConstructorLjava_net_InetAddressILjava_net_InetAddressI() local [all …]
|
/external/qemu/android/ |
D | console.c | 200 control_client_detach( ControlClient client ) in control_client_detach() 220 control_client_reattach( ControlClient client, int fd ) in control_client_reattach() 229 control_client_destroy( ControlClient client ) in control_client_destroy() 280 static void control_control_write( ControlClient client, const char* buff, int len ) in control_control_write() 299 static int control_vwrite( ControlClient client, const char* format, va_list args ) in control_vwrite() 309 static int control_write( ControlClient client, const char* format, ... ) in control_write() 325 ControlClient client = calloc( sizeof(*client), 1 ); in control_client_create() local 400 dump_help( ControlClient client, in dump_help() 422 control_client_do_command( ControlClient client ) in control_client_do_command() 473 do_help( ControlClient client, char* args ) in do_help() [all …]
|
D | hw-control.c | 45 void* client; member 58 QemudClient* client ) in _hw_control_qemud_client_recv() 70 QemudClient* client; in _hw_control_qemud_connect() local 123 void* client, in hw_control_init()
|
/external/webkit/Source/WebCore/platform/ |
D | AsyncFileStream.h | 57 FileStreamClient* client() const { return m_client; } in client() function 58 void setClient(FileStreamClient* client) { m_client = client; } in setClient() 61 AsyncFileStream(FileStreamClient* client) in AsyncFileStream()
|
D | GeolocationService.cpp | 50 GeolocationService* GeolocationService::create(GeolocationServiceClient* client) in create() 66 GeolocationService::GeolocationService(GeolocationServiceClient* client) in GeolocationService()
|
/external/chromium/chrome/browser/tab_contents/ |
D | web_drag_source_win.cc | 19 static void GetCursorPositions(gfx::NativeWindow wnd, gfx::Point* client, in GetCursorPositions() 60 gfx::Point client; in OnDragSourceCancel() local 83 gfx::Point client; in DelayedOnDragSourceDrop() local 103 gfx::Point client; in OnDragSourceMove() local
|
/external/webkit/Source/WebKit/android/jni/ |
D | JavaSharedClient.cpp | 59 void JavaSharedClient::SetTimerClient(TimerClient* client) in SetTimerClient() 64 void JavaSharedClient::SetCookieClient(CookieClient* client) in SetCookieClient() 69 void JavaSharedClient::SetPluginClient(PluginClient* client) in SetPluginClient() 74 void JavaSharedClient::SetKeyGeneratorClient(KeyGeneratorClient* client) in SetKeyGeneratorClient() 79 void JavaSharedClient::SetFileSystemClient(FileSystemClient* client) in SetFileSystemClient()
|
/external/qemu/telephony/ |
D | simulator.c | 36 Client client = calloc( sizeof(*client), 1 ); in client_alloc() local 43 client_free( Client client ) in client_free() 75 client_handle_line( Client client, const char* cmd ) in client_handle_line() 94 Client client = _client; in client_handler() local 144 client_append( Client client, const char* str, int len ) in client_append() 168 Client client; in accept_func() local
|
D | test2.c | 52 Client client = calloc( sizeof(*client), 1 ); in client_alloc() local 59 client_free( Client client ) in client_free() 70 client_handle_line( Client client, const char* cmd ) in client_handle_line() 106 Client client = _client; in client_handler() local 157 client_append( Client client, const char* str, int len ) in client_append() 181 Client client; in accept_func() local
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
D | test_endtoend.py | 61 def _echo_check_procedure(client): argument 75 def _echo_check_procedure_with_binary(client): argument 89 def _echo_check_procedure_with_goodbye(client): argument 104 def _echo_check_procedure_with_code_and_reason(client, code, reason): argument 113 def _unmasked_frame_check_procedure(client): argument 354 def test_function(client): argument 371 def test_function(client): argument 387 def test_function(client): argument 434 def test_function(client): argument 449 def test_function(client): argument
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FramelessScrollView.h | 54 FramelessScrollViewClient* client() const { return m_client; } in client() function 55 void setClient(FramelessScrollViewClient* client) { m_client = client; } in setClient()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | SFTPv3FileHandle.java | 16 protected final SFTPv3Client client; field in SFTPv3FileHandle 20 protected SFTPv3FileHandle(SFTPv3Client client, byte[] h) in SFTPv3FileHandle()
|
/external/chromium/webkit/glue/ |
D | websocketstreamhandle_impl.cc | 31 WebKit::WebSocketStreamHandleClient* client() const { return client_; } in client() function in webkit_glue::WebSocketStreamHandleImpl::Context 32 void set_client(WebKit::WebSocketStreamHandleClient* client) { in set_client() 132 WebKit::WebSocketStreamHandleClient* client = client_; in DidClose() local 153 const WebKit::WebURL& url, WebKit::WebSocketStreamHandleClient* client) { in connect()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceContainer.cpp | 98 RenderObject* client = *it; in markAllClientsForInvalidation() local 123 void RenderSVGResourceContainer::markClientForInvalidation(RenderObject* client, InvalidationMode m… in markClientForInvalidation() 142 void RenderSVGResourceContainer::addClient(RenderObject* client) in addClient() 148 void RenderSVGResourceContainer::removeClient(RenderObject* client) in removeClient()
|
/external/webkit/Source/WebCore/loader/ |
D | ThreadableLoader.cpp | 43 …r> ThreadableLoader::create(ScriptExecutionContext* context, ThreadableLoaderClient* client, const… in create() 57 …ptExecutionContext* context, const ResourceRequest& request, ThreadableLoaderClient& client, const… in loadResourceSynchronously()
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
D | HttpClient4.java | 88 HttpClient client = clientPool.getHttpClient(new URL(httpRequest.getURI().toString())); in execute() local 107 HttpClient client = new DefaultHttpClient(); in SingleClient() local 117 private final HttpClient client; field in HttpClient4.SingleClient
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | message_broker2.py | 115 def post_message(self, client, topic_name, message_name, *message_args): argument 123 def run_message_loop(self, topic_name, client, delay_secs=None): argument 130 def run_all_pending(self, topic_name, client): argument 134 def _run_loop(self, topic_name, client, block, delay_secs): argument 144 def _dispatch_message(self, message, client): argument 180 def __init__(self, broker, client, run_topic, post_topic): argument
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebSharedWorkerImpl.cpp | 53 WebSharedWorkerImpl::WebSharedWorkerImpl(WebCommonWorkerClient* client) in WebSharedWorkerImpl() 112 WebWorkerClient* WebSharedWorkerImpl::client() in client() function in WebKit::WebSharedWorkerImpl 120 WebSharedWorker* WebSharedWorker::create(WebCommonWorkerClient* client) in create()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLEngineImplTest.java | 74 SSLEngine client = getEngine(); in testSelfInteraction() local 89 SSLEngine client = getEngine(); in testHandshake() local 486 SSLEngine client = getEngine(); in testCloseInbound2() local 579 SSLEngine client = getEngine(); in testErrorProcessing() local 700 private void doHandshake(SSLEngine client, in doHandshake() 719 private void doHandshakeImpl(SSLEngine client, in doHandshakeImpl() 1021 private void doDataExchange(SSLEngine client, in doDataExchange() 1118 private void doClose(SSLEngine client, SSLEngine server) throws Exception { in doClose() 1360 private void initEngines(SSLEngine client, SSLEngine server) { in initEngines()
|
/external/webkit/Source/WebCore/platform/network/ |
D | ResourceHandle.cpp | 42 ResourceHandle::ResourceHandle(const ResourceRequest& request, ResourceHandleClient* client, bool d… in ResourceHandle() 56 …e(NetworkingContext* context, const ResourceRequest& request, ResourceHandleClient* client, bool d… in create() 105 ResourceHandleClient* ResourceHandle::client() const in client() function in WebCore::ResourceHandle 110 void ResourceHandle::setClient(ResourceHandleClient* client) in setClient()
|
D | SocketStreamHandleBase.cpp | 41 SocketStreamHandleBase::SocketStreamHandleBase(const KURL& url, SocketStreamHandleClient* client) in SocketStreamHandleBase() 87 void SocketStreamHandleBase::setClient(SocketStreamHandleClient* client) in setClient()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | GeolocationServiceEfl.cpp | 33 GeolocationService* GeolocationServiceEfl::create(GeolocationServiceClient* client) in create() 38 GeolocationServiceEfl::GeolocationServiceEfl(GeolocationServiceClient* client) in GeolocationServiceEfl()
|
/external/webkit/Source/WebKit/win/ |
D | WebURLAuthenticationChallengeSender.cpp | 41 …cationChallengeSender::WebURLAuthenticationChallengeSender(PassRefPtr<AuthenticationClient> client) in WebURLAuthenticationChallengeSender() 56 …WebURLAuthenticationChallengeSender::createInstance(PassRefPtr<WebCore::AuthenticationClient> clie… in createInstance()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebSearchPopupMenu.cpp | 35 PassRefPtr<WebSearchPopupMenu> WebSearchPopupMenu::create(WebPage* page, PopupMenuClient* client) in create() 40 WebSearchPopupMenu::WebSearchPopupMenu(WebPage* page, PopupMenuClient* client) in WebSearchPopupMenu()
|
/external/openssh/ |
D | gss-serv-krb5.c | 86 ssh_gssapi_krb5_userok(ssh_gssapi_client *client, char *name) in ssh_gssapi_krb5_userok() 116 ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client) in ssh_gssapi_krb5_storecreds()
|