HomeSort by relevance Sort by last modified time
    Searched defs:client (Results 51 - 75 of 1756) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/client/methods/
AbortableHttpRequest.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/AbortableHttpRequest.java $
32 package org.apache.http.client.methods;
36 import org.apache.http.client.HttpClient;
HttpUriRequest.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpUriRequest.java $
32 package org.apache.http.client.methods;
  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/AuthPolicy.java $
32 package org.apache.http.client.params;
  /external/apache-http/src/org/apache/http/impl/client/
TunnelRefusedException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/TunnelRefusedException.java $
32 package org.apache.http.impl.client;
  /external/autotest/client/tests/netpipe/
netpipe.py 2 from autotest_lib.client.bin import test, utils
3 from autotest_lib.client.common_lib import error
39 # Any arguments used must be the same on both the client and the server
50 client_tag = client_ip + '#netpipe-client'
57 # Both the client and server should be closed so just to make
60 elif role == 'client':
65 self.client(server_ip, args)
77 def client(self, server_ip, args): member in class:netpipe
101 if self.role == 'client':
  /external/autotest/frontend/client/src/autotest/afe/
ControlTypeSelectDisplay.java 5 import com.google.gwt.user.client.ui.Composite;
6 import com.google.gwt.user.client.ui.HorizontalPanel;
7 import com.google.gwt.user.client.ui.Panel;
12 private RadioButtonImpl client = new RadioButtonImpl(RADIO_GROUP); field in class:ControlTypeSelectDisplay
17 panel.add(client);
19 client.setValue(true); // client is default
24 return client;
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
ServerSocketBenchmark.java 49 private ClientEndpoint client; field in class:ServerSocketBenchmark
87 // Always use the same client for consistency across the benchmarks.
88 client = config.clientFactory().newClient(
90 client.start();
96 client.sendMessage(message);
97 client.flush();
106 int numBytes = client.readMessage(buffer);
125 client.stop();
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
OpenSSLServerSocketImplTest.java 87 private TestClient client; field in class:OpenSSLServerSocketImplTest
96 // Create and start the client.
101 client = new TestClient(socket);
102 client.start();
110 client.stop();
118 client.sendMessage(request);
119 client.flush();
120 int numBytes = client.readMessage(responseBuffer);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create/
tirpc_clnt_tp_create.c 55 CLIENT *client = NULL; local
67 client = clnt_tp_create(argc[1], progNum,
71 printf("client : %p\n", client);
75 test_status = ((CLIENT *) client != NULL) ? 0 : 1;
81 //clnt_destroy(client);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/
tirpc_clnt_tp_create_timed.c 54 CLIENT *client = NULL; local
71 client = clnt_tp_create_timed(argc[1], progNum,
75 printf("client : %p\n", client);
79 test_status = ((CLIENT *) client != NULL) ? 0 : 1;
85 //clnt_destroy(client);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_array.c 104 struct nouveau_client *client = context_client(ctx); local
121 nouveau_bo_map(a->bo, NOUVEAU_BO_RD, client);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
EprtCommandHandler.java 27 * <li>Parse the client network address (InetAddress) and port number from the (single)
29 * The client network address can be in IPv4 format (e.g., "132.235.1.2") or
42 HostAndPort client = PortParser.parseExtendedAddressHostAndPort(parameter); local
43 LOG.debug("host=" + client.host + " port=" + client.port);
44 session.setClientDataHost(client.host);
45 session.setClientDataPort(client.port);
PortCommandHandler.java 27 * <li>Parse the client data host (InetAddress) submitted from parameters 1-4
39 HostAndPort client = PortParser.parseHostAndPort(command.getParameters()); local
40 LOG.debug("host=" + client.host + " port=" + client.port);
41 session.setClientDataHost(client.host);
42 session.setClientDataPort(client.port);
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
EchoWebSocketsTest.java 39 import org.eclipse.jetty.websocket.client.ClientUpgradeRequest;
40 import org.eclipse.jetty.websocket.client.WebSocketClient;
67 WebSocketClient client = new WebSocketClient(); local
74 client.start();
77 client.connect(socket, echoUri, request);
84 client.stop();
  /external/nos/host/android/hals/authsecret/test/
test.cpp 71 MockNuggetClient client; local
72 AuthSecret hal{client};
74 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_CHANGE_UPDATE_PASSWORD,
77 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_ENABLE_UPDATE, _, _))
79 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _))
88 MockNuggetClient client; local
89 AuthSecret hal{client};
91 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_CHANGE_UPDATE_PASSWORD,
94 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_ENABLE_UPDATE, _, _))
96 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)
105 MockNuggetClient client; local
133 MockNuggetClient client; local
150 MockNuggetClient client; local
166 MockNuggetClient client; local
181 MockNuggetClient client; local
    [all...]
  /external/nos/host/generic/libnos/generator/test/
test.cpp 17 #include <Hello.client.h>
18 #include <MockHello.client.h>
55 MockNuggetClient client; local
56 Hello service{client};
58 EXPECT_CALL(client, CallApp(APP_ID_TEST, 2, _, _)).WillOnce(Return(APP_SUCCESS));
59 EXPECT_CALL(client, CallApp(APP_ID_TEST, 0, _, _)).WillOnce(Return(APP_SUCCESS));
60 EXPECT_CALL(client, CallApp(APP_ID_TEST, 1, _, _)).WillOnce(Return(APP_SUCCESS));
72 MockNuggetClient client; local
73 Hello service{client};
85 EXPECT_CALL(client, CallApp(_, _, DecodesToProtoMessage(request), _)
95 MockNuggetClient client; local
111 MockNuggetClient client; local
131 MockNuggetClient client; local
145 MockNuggetClient client; local
    [all...]
  /external/nos/test/system-test-harness/src/
keymaster-provision-tests.cc 8 #include "Keymaster.client.h"
30 static unique_ptr<nos::NuggetClientInterface> client; member in class:__anon30763::KeymasterProvisionTest
41 unique_ptr<nos::NuggetClientInterface> KeymasterProvisionTest::client; member in class:__anon30763::KeymasterProvisionTest
47 client = nugget_tools::MakeNuggetClient();
48 client->Open();
49 EXPECT_TRUE(client->IsOpen()) << "Unable to connect";
53 client->Close();
54 client = unique_ptr<nos::NuggetClientInterface>();
60 avb_tools::ResetProduction(client.get());
83 Keymaster service(*client);
    [all...]
  /external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
AndroidInternal.java 34 OkHttpClient client = okUrlFactory.client(); local
40 client.setCache(okCacheContainer.getCache());
42 client.setInternalCache(responseCache != null ? new CacheAdapter(responseCache) : null);
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
AccessHeaders.java 24 private final OkHttpClient client = new OkHttpClient(); field in class:AccessHeaders
34 Response response = client.newCall(request).execute();
AsynchronousGet.java 26 private final OkHttpClient client = new OkHttpClient(); field in class:AsynchronousGet
33 client.newCall(request).enqueue(new Callback() {
ConfigureTimeouts.java 24 private final OkHttpClient client; field in class:ConfigureTimeouts
27 client = new OkHttpClient();
28 client.setConnectTimeout(10, TimeUnit.SECONDS);
29 client.setWriteTimeout(10, TimeUnit.SECONDS);
30 client.setReadTimeout(30, TimeUnit.SECONDS);
38 Response response = client.newCall(request).execute();
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/
ShadowAndroidHttpClient.java 9 import org.apache.http.client.ClientProtocolException;
10 import org.apache.http.client.HttpClient;
11 import org.apache.http.client.ResponseHandler;
12 import org.apache.http.client.methods.HttpUriRequest;
14 import org.apache.http.impl.client.DefaultHttpClient;
24 @RealObject private AndroidHttpClient client; field in class:ShadowAndroidHttpClient
  /external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
AndroidHttpClientTest.java 11 import org.apache.http.client.methods.HttpGet;
22 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); local
23 assertThat(client).isNotNull();
28 AndroidHttpClient client = AndroidHttpClient.newInstance("foo", RuntimeEnvironment.application); local
29 assertThat(client).isNotNull();
34 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); local
36 HttpResponse resp = client.execute(new HttpGet("/foo"));
  /external/tensorflow/tensorflow/compiler/xla/tools/
show_signature.cc 32 #include "tensorflow/compiler/xla/client/client.h"
33 #include "tensorflow/compiler/xla/client/client_library.h"
34 #include "tensorflow/compiler/xla/client/computation.h"
35 #include "tensorflow/compiler/xla/client/local_client.h"
50 Client* client = ClientLibrary::LocalClientOrDie(); local
55 Computation computation = client->LoadSnapshot(module).ConsumeValueOrDie();
57 client->GetComputationShape(computation).ConsumeValueOrDie();
  /external/wayland/tests/
client-test.c 58 struct wl_client *client; local
65 client = wl_client_create(display, s[0]);
66 assert(client);
70 wl_client_add_destroy_listener(client, &a.listener);
72 assert(wl_client_get_destroy_listener(client, client_destroy_notify) ==
77 wl_client_add_destroy_listener(client, &b.listener);
81 wl_client_destroy(client);

Completed in 588 milliseconds

1 23 4 5 6 7 8 91011>>