Searched refs:client (Results 251 - 275 of 864) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc509 scoped_refptr<TestSBClient> client(new TestSBClient);
510 client->CheckDownloadUrl(badbin_urls);
513 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
521 client->CheckDownloadUrl(badbin_urls);
524 EXPECT_EQ(SafeBrowsingService::BINARY_MALWARE_URL, client->GetResult());
536 scoped_refptr<TestSBClient> client(new TestSBClient);
537 client->CheckDownloadUrl(badbin_urls);
540 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
548 client->CheckDownloadUrl(badbin_urls);
551 EXPECT_EQ(SafeBrowsingService::BINARY_MALWARE_URL, client
[all...]
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl20 # records from a remote dynamic dns client.
27 # technically you should be able to use any DynDNS.org client to
29 # 1.3.1. just point the client's host to the IP of this machine,
99 while ( my $client = $sock->accept() ) {
107 while ( <$client> ) {
119 print_http_response($client, undef, "badsys");
123 $cgi{'myip'} = $client->peerhost();
127 print_http_response($client, $cgi{'myip'}, "good");
130 print_http_response($client, undef, "badauth");
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAndroidHttpClient.java10 import org.apache.http.client.ClientProtocolException;
11 import org.apache.http.client.HttpClient;
12 import org.apache.http.client.ResponseHandler;
13 import org.apache.http.client.methods.HttpUriRequest;
15 import org.apache.http.impl.client.DefaultHttpClient;
26 @RealObject private AndroidHttpClient client; field in class:ShadowAndroidHttpClient
/external/valgrind/main/memcheck/tests/
H A Dvarinfo2.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
H A Dvarinfo4.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp421 ResourceHandleClient* client = m_resourceHandle->client(); local
422 if (!client) {
434 client->didFinishLoading(m_resourceHandle, 0);
441 client->didFail(m_resourceHandle, error);
444 client->didFail(m_resourceHandle, error);
458 ResourceHandleClient* client = m_resourceHandle->client();
459 if (!client)
475 client
511 ResourceHandleClient* client = m_resourceHandle->client(); local
558 ResourceHandleClient* client = m_resourceHandle->client(); local
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DAssociatedURLLoader.cpp83 PassOwnPtr<AssociatedURLLoader::ClientAdapter> AssociatedURLLoader::ClientAdapter::create(AssociatedURLLoader* loader, WebURLLoaderClient* client, bool downloadToFile) argument
85 return adoptPtr(new ClientAdapter(loader, client, downloadToFile));
88 AssociatedURLLoader::ClientAdapter::ClientAdapter(AssociatedURLLoader* loader, WebURLLoaderClient* client, bool downloadToFile) argument
90 , m_client(client)
147 // While the client could have cancelled, continue, since the load finished.
200 void AssociatedURLLoader::loadAsynchronously(const WebURLRequest& request, WebURLLoaderClient* client) argument
204 m_client = client;
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultUserTokenHandler.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultUserTokenHandler.java $
31 package org.apache.http.impl.client;
40 import org.apache.http.client.UserTokenHandler;
41 import org.apache.http.client.protocol.ClientContext;
/external/guava/guava-gwt/src/com/google/common/collect/
H A DMultimap_CustomFieldSerializerBase.java19 import com.google.gwt.user.client.rpc.SerializationException;
20 import com.google.gwt.user.client.rpc.SerializationStreamReader;
21 import com.google.gwt.user.client.rpc.SerializationStreamWriter;
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestRemoteCall.java109 Client client = Network.connectToServer("localhost", 5110);
110 client.start();
112 ObjectStore store = new ObjectStore(client);
/external/webkit/Source/WebCore/platform/network/cf/
H A DSocketStreamHandle.h49 static PassRefPtr<SocketStreamHandle> create(const KURL& url, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(url, client)); } argument
69 static void pacExecutionCallback(void* client, CFArrayRef proxyList, CFErrorRef error);
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jar ... http/cookie/ org/apache/http/cookie/params/ org/apache/http/client/ org/apache/http/client/methods/ org/apache/http/client/entity ...
/external/apache-http/src/org/apache/http/client/params/
H A DAllClientPNames.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/AllClientPNames.java $
31 package org.apache.http.client.params;
/external/chromium/chrome/browser/nacl_host/
H A Dnacl_broker_service_win.h27 bool LaunchLoader(NaClProcessHost* client,
/external/chromium/webkit/glue/
H A Dftp_directory_listing_response_delegate.h27 FtpDirectoryListingResponseDelegate(WebKit::WebURLLoaderClient* client,
40 // Pointers to the client and associated loader so we can make callbacks as
H A Dweburlloader_impl.h26 WebKit::WebURLLoaderClient* client);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DGwtPlatform.java20 import com.google.gwt.core.client.GwtScriptOnly;
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnection.java85 final boolean client; field in class:SpdyConnection
110 client = builder.client;
114 nextStreamId = builder.client ? 1 : 2;
115 nextPingId = builder.client ? 1 : 2;
380 public boolean client; field in class:SpdyConnection.Builder
382 public Builder(boolean client, Socket socket) throws IOException { argument
383 this("", client, socket.getInputStream(), socket.getOutputStream());
386 public Builder(boolean client, InputStream in, OutputStream out) { argument
387 this("", client, i
394 Builder(String hostName, boolean client, Socket socket) argument
402 Builder(String hostName, boolean client, InputStream in, OutputStream out) argument
[all...]
/external/quake/quake/src/QW/server/
H A Dsv_ents.c26 The PVS must include a small area around the client to allow head bobbing
27 or other small motion on the client side. Otherwise, a bob might cause an
250 void SV_EmitPacketEntities (client_t *client, packet_entities_t *to, sizebuf_t *msg) argument
260 if (client->delta_sequence != -1)
262 fromframe = &client->frames[client->delta_sequence & UPDATE_MASK];
267 MSG_WriteByte (msg, client->delta_sequence);
279 //Con_Printf ("---%i to %i ----\n", client->delta_sequence & UPDATE_MASK
280 // , client->netchan.outgoing_sequence & UPDATE_MASK);
322 void SV_WritePlayersToClient (client_t *client, edict_ argument
447 SV_WriteEntitiesToClient(client_t *client, sizebuf_t *msg) argument
[all...]
/external/webkit/Source/WebCore/editing/
H A DSpellChecker.h56 TextCheckerClient* client() const;
/external/webkit/Source/WebCore/platform/efl/
H A DPopupMenuEfl.h45 PopupMenuClient* client() const { return m_popupClient; } function in class:WebCore::PopupMenuEfl
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieTask.h49 void addTaskClient(QTMovieTaskClient* client);
/external/webkit/Source/WebCore/platform/haiku/
H A DPopupMenuHaiku.cpp104 // Popuplate the menu from the client
157 PopupMenuHaiku::PopupMenuHaiku(PopupMenuClient* client) argument
158 : m_popupClient(client)
159 , m_menu(new HaikuPopup(client))
161 // We don't need additional references to the client, since we completely
188 client()->setTextFromItem(m_popupClient->selectedIndex());
H A DPopupMenuHaiku.h47 PopupMenuClient* client() const { return m_popupClient; } function in class:WebCore::PopupMenuHaiku
/external/webkit/Source/WebCore/platform/mac/
H A DPopupMenuMac.h54 PopupMenuClient* client() const { return m_popupClient; } function in class:WebCore::PopupMenuMac

Completed in 3785 milliseconds

<<11121314151617181920>>