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

<<11121314151617181920>>

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall_stress.c 56 CLIENT *client = NULL; local
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
tirpc_interlevel_clnt_call_mt.c 53 CLIENT *client = NULL; local
62 //First, test initialization : create client using intermediate level API
74 client = clnt_tp_create_timed(hostname, progNum,
77 if (client == NULL) {
84 rslt = clnt_call(client, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
  /external/nos/test/system-test-harness/src/
keymaster-import-key-tests.cc 8 #include "Keymaster.client.h"
34 static unique_ptr<nos::NuggetClientInterface> client; member in class:__anon30761::ImportKeyTest
82 unique_ptr<nos::NuggetClientInterface> ImportKeyTest::client; member in class:__anon30761::ImportKeyTest
89 client = nugget_tools::MakeNuggetClient();
90 client->Open();
91 EXPECT_TRUE(client->IsOpen()) << "Unable to connect";
93 service.reset(new Keymaster(*client));
96 keymaster_tools::SetRootOfTrust(client.get());
100 client->Close();
101 client = unique_ptr<nos::NuggetClientInterface>()
    [all...]
util.h 133 unique_ptr<nos::NuggetClientInterface> client; member in class:test_harness::TestHarness
  /external/nos/test/system-test-harness/tools/
nugget_tools.cc 51 std::unique_ptr<nos::NuggetClientInterface> client = local
53 client->Open();
54 if (!client->IsOpen()) {
55 client = std::unique_ptr<nos::NuggetClientInterface>(
58 return client;
65 bool CyclesSinceBoot(nos::NuggetClientInterface *client, uint32_t *cycles) {
68 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_CYCLES_SINCE_BOOT,
98 bool RebootNugget(nos::NuggetClientInterface *client) {
105 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS,
117 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, ignored
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 17 package net.oauth.client;
  /external/okhttp/android/main/java/com/squareup/okhttp/internalandroidapi/
HttpURLConnectionFactory.java 124 OkHttpClient client = okUrlFactory.client(); local
126 client.setConnectionPool(connectionPool);
129 client.setDns(dns);
132 client.setSocketFactory(socketFactoryOrNull);
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttp.java 33 private OkHttpClient client; field in class:OkHttp
37 client = new OkHttpClient();
38 client.setProtocols(benchmark.protocols);
48 client.setSslSocketFactory(socketFactory);
49 client.setHostnameVerifier(hostnameVerifier);
67 HttpURLConnection urlConnection = new OkUrlFactory(client).open(url.url());
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
InterceptorTest.java 50 private OkHttpClient client = new OkHttpClient(); field in class:InterceptorTest
68 client.interceptors().add(new Interceptor() {
74 Response response = client.newCall(request).execute();
92 client.networkInterceptors().add(interceptor);
99 client.newCall(request).execute();
117 client.networkInterceptors().add(interceptor);
124 client.newCall(request).execute();
145 client.networkInterceptors().add(interceptor);
152 client.newCall(request).execute();
163 client.networkInterceptors().add(new Interceptor()
    [all...]
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
ParseResponseWithGson.java 26 private final OkHttpClient client = new OkHttpClient(); field in class:ParseResponseWithGson
33 Response response = client.newCall(request).execute();
RewriteResponseCacheControl.java 37 private final OkHttpClient client; field in class:RewriteResponseCacheControl
43 client = new OkHttpClient();
44 client.setCache(cache);
59 client.networkInterceptors().add(REWRITE_CACHE_CONTROL_INTERCEPTOR);
62 client.networkInterceptors().clear();
65 Response response = client.newCall(request).execute();
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.h 21 #include "tensorflow/compiler/xla/client/local_client.h"
49 XlaCompilationCache(xla::LocalClient* client, DeviceType device_type);
72 xla::LocalClient* client() const { return client_; } function in class:tensorflow::XlaCompilationCache
  /external/tensorflow/tensorflow/compiler/xla/tools/
dumped_computation_to_operation_list.cc 22 #include "tensorflow/compiler/xla/client/client.h"
23 #include "tensorflow/compiler/xla/client/client_library.h"
24 #include "tensorflow/compiler/xla/client/computation.h"
25 #include "tensorflow/compiler/xla/client/local_client.h"
65 LocalClient* client = ClientLibrary::LocalClientOrDie(); local
67 ClientLibrary::GetXlaService(client->platform());
72 auto computation_status = client->LoadSnapshot(session_module);
81 client->GetComputationShape(computation).ConsumeValueOrDie();
  /external/wayland/src/
wayland-server.h 59 struct wl_client *client; member in struct:wl_resource
70 wl_client_add_resource(struct wl_client *client,
74 wl_client_add_object(struct wl_client *client,
80 wl_client_new_object(struct wl_client *client,
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
AutoFocusCallback.java 17 package com.google.zxing.client.android.camera;
PreviewCallback.java 17 package com.google.zxing.client.android.camera;
  /frameworks/av/media/libaaudio/src/binding/
IAAudioService.cpp 36 * This is used by the AAudio Client to talk to the AAudio Service.
48 void registerClient(const sp<IAAudioClient>& client) override
52 data.writeStrongBinder(IInterface::asBinder(client));
65 ALOGE("BpAAudioService::client openStream transact failed %d", err);
72 ALOGE("BpAAudioService::client transact(OPEN_STREAM) readInt %d", err);
75 ALOGE("BpAAudioService::client OPEN_STREAM passed stream %d", stream);
80 ALOGE("BpAAudioService::client openStream readFromParcel failed %d", err);
94 ALOGE("BpAAudioService::client closeStream transact failed %d", err);
111 ALOGE("BpAAudioService::client transact(GET_STREAM_DESCRIPTION) returns %d", err);
118 ALOGE("BpAAudioService::client transact(GET_STREAM_DESCRIPTION) readInt %d", err)
253 sp<IAAudioClient> client = interface_cast<IAAudioClient>( local
    [all...]
  /frameworks/av/services/audiopolicy/tests/
audiopolicymanager_tests.cpp 28 AudioPolicyTestClient client; local
29 AudioPolicyTestManager manager(&client);
31 // Since the default client fails to open anything,
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h 38 sp<IResourceManagerClient> client; member in struct:android::ResourceInfo
65 const sp<IResourceManagerClient> client,
84 // Returns false if any client belongs to a process with higher priority than the
89 // Gets the client who owns specified resource type from lowest possible priority process.
91 // priority. The client will remain unchanged if returns false.
93 sp<IResourceManagerClient> *client);
99 // Gets the client who owns biggest piece of specified resource type from pid.
100 // Returns false if failed. The client will remain unchanged if failed.
101 bool getBiggestClient_l(int pid, MediaResource::Type type, sp<IResourceManagerClient> *client);
105 // A helper function basically calls getLowestPriorityBiggestClient_l and add the result client
    [all...]
  /frameworks/av/soundtrigger/
ISoundTriggerHwService.cpp 81 const sp<ISoundTriggerClient>& client,
87 data.writeStrongBinder(IInterface::asBinder(client));
156 sp<ISoundTriggerClient> client = local
159 status_t status = attach(handle, client, module);
  /frameworks/base/libs/hwui/tests/microbench/
DisplayListCanvasBench.cpp 124 NullClient client; local
125 CanvasState state(client);
139 NullClient client; local
140 CanvasState state(client);
151 NullClient client; local
152 CanvasState state(client);
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
PendingUi.java 39 public final IAutoFillManagerClient client; field in class:PendingUi
47 @NonNull IAutoFillManagerClient client) {
51 this.client = client;
  /frameworks/base/services/core/java/com/android/server/am/
AppBindRecord.java 25 * An association between a service and one of its client applications.
30 final ProcessRecord client; // Who has started/bound the service. field in class:AppBindRecord
33 // All ConnectionRecord for this client.
37 pw.println(prefix + "client=" + client);
56 client = _client;
62 + " " + service.shortName + ":" + client.processName + "}";
68 proto.write(AppBindRecordProto.CLIENT_PROC_NAME, client.processName);
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteLayoutLogAdapter.java 17 package com.android.layoutlib.bridge.remote.client.adapters;
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/androidx/media/test/client/
TestHelperTest.java 17 package androidx.media.test.client;

Completed in 933 milliseconds

<<11121314151617181920>>