HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 126 - 150 of 542) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 21 import com.android.ddmlib.Client;
324 Client client = device.getClient(appName); local
325 if (client != null) {
326 client.kill();
334 Client client;
336 client = device.getClient(appName);
337 } while (client == null);
361 Client client
    [all...]
  /test/vts/utils/app_engine/
bigtable_client.py 24 """Defines the big table client that connects to the big table.
28 _client: An instance of Client which is project specific.
39 self._client = bigtable.Client(project=project_id, admin=True)
45 # Start client to enable receiving requests
49 """Starts client to prepare it to make requests."""
51 # Start the client
59 """Stop client to close all the open gRPC clients."""
61 # stop client
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
client.py 1 """RPC Client module."""
14 class Client:
16 """RPC Client class. No need to derive a class -- it's fully generic."""
132 class SecureClient(Client, Security):
150 """Helper class for Client -- each instance serves as a method of the client."""
152 def __init__(self, client, name):
153 self._client = client
  /external/python/cpython2/Demo/pdist/
client.py 1 """RPC Client module."""
14 class Client:
16 """RPC Client class. No need to derive a class -- it's fully generic."""
132 class SecureClient(Client, Security):
150 """Helper class for Client -- each instance serves as a method of the client."""
152 def __init__(self, client, name):
153 self._client = client
  /external/python/cpython2/Lib/multiprocessing/
reduction.py 47 from multiprocessing.connection import Client, Listener
155 conn = Client(address, authkey=current_process().authkey)
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
buffer_hub_client.h 6 #include <pdx/client.h>
19 class BufferHubBuffer : public pdx::Client {
70 using Client::event_fd;
97 // A state mask which is unique to a buffer hub client among all its siblings
251 // that buffer is connected to this client instead of creating a new buffer.
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
reduction.py 47 from multiprocessing.connection import Client, Listener
155 conn = Client(address, authkey=current_process().authkey)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
reduction.py 47 from multiprocessing.connection import Client, Listener
155 conn = Client(address, authkey=current_process().authkey)
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
example_test.go 39 client := &http.Client{
43 if _, err = client.Get(u.String()); err != nil {
52 if _, err = client.Get(u.String()); err != nil {
  /prebuilts/go/darwin-x86/src/net/http/
filetransport_test.go 36 c := &Client{Transport: tr}
transport_test.go 7 // More tests are in clientserver_test.go (for things testing both client & server for both
47 // hostPortHandler writes back the client's "host:port".
136 c := &Client{Transport: tr}
172 c := &Client{Transport: tr}
223 c := &Client{Transport: tr}
278 c := &Client{Transport: tr}
295 c := &Client{Transport: tr}
322 // Tests that the HTTP transport re-uses connections when a client
369 t.Errorf("for %s, server saw %d distinct client addresses; want 1", path, len(addrSeen))
389 c := &Client{Transport: tr
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
fd_nacl.go 5 // File descriptor support for Native Client.
7 // Native Client allows, so we maintain our own file descriptor table exposed
65 // Install Native Client stdin, stdout, stderr.
216 // naclFile is the fileImpl implementation for a Native Client file descriptor.
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
example_test.go 39 client := &http.Client{
43 if _, err = client.Get(u.String()); err != nil {
52 if _, err = client.Get(u.String()); err != nil {
  /prebuilts/go/linux-x86/src/net/http/
filetransport_test.go 36 c := &Client{Transport: tr}
transport_test.go 7 // More tests are in clientserver_test.go (for things testing both client & server for both
47 // hostPortHandler writes back the client's "host:port".
136 c := &Client{Transport: tr}
172 c := &Client{Transport: tr}
223 c := &Client{Transport: tr}
278 c := &Client{Transport: tr}
295 c := &Client{Transport: tr}
322 // Tests that the HTTP transport re-uses connections when a client
369 t.Errorf("for %s, server saw %d distinct client addresses; want 1", path, len(addrSeen))
389 c := &Client{Transport: tr
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
fd_nacl.go 5 // File descriptor support for Native Client.
7 // Native Client allows, so we maintain our own file descriptor table exposed
65 // Install Native Client stdin, stdout, stderr.
216 // naclFile is the fileImpl implementation for a Native Client file descriptor.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 47 from multiprocessing.connection import Client, Listener
155 conn = Client(address, authkey=current_process().authkey)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 47 from multiprocessing.connection import Client, Listener
155 conn = Client(address, authkey=current_process().authkey)
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 344 // Remove the client from the list of active clients, if there is one
348 // Disconnect client
350 ALOGI("%s: Client for camera ID %s evicted due to device status change from HAL",
352 // Notify the client of disconnection
356 // Ensure not in binder RPC so client disconnect PID checks work correctly
607 /*out*/sp<BasicClient>* client) {
616 *client = new CameraClient(cameraService, tmp, packageName, cameraIdToInt(cameraId),
632 *client = new Camera2Client(cameraService, tmp, packageName, cameraIdToInt(cameraId),
637 *client = new CameraDeviceClient(cameraService, tmp, packageName, cameraId,
655 *client = new CameraClient(cameraService, tmp, packageName, cameraIdToInt(cameraId)
1206 sp<Client> client = nullptr; local
1234 sp<Client> client = nullptr; local
1261 sp<CameraDeviceClient> client = nullptr; local
1294 sp<CLIENT> client = nullptr; local
2313 sp<BasicClient> client = mClient.promote(); local
2533 auto client = clientDescriptor->getValue(); local
    [all...]
CameraService.h 68 class Client;
167 // Client functionality
220 // Return the package name for this client
223 // Notify client about a fatal error
227 // Get the UID of the application client using this
230 // Get the PID of the application client using this
233 // Check what API level is used for this client. This is used to determine which
276 explicit OpsCallback(wp<BasicClient> client);
293 class Client : public hardware::BnCamera, public BasicClient
300 virtual status_t connect(const sp<hardware::ICameraClient>& client) = 0
    [all...]
  /external/autotest/client/common_lib/feedback/
client.py 7 from autotest_lib.client.common_lib import error
52 # Feedback client definition.
54 class Client(object):
63 """Ensure that the client was initialized and not finalized."""
65 raise error.TestError('Client was not initialized')
67 raise error.TestError('Client was already finalized')
91 raise error.TestError('Client was already initialized')
93 raise error.TestError('Client was already finalized')
100 """Implementation of feedback client initialization.
131 This method should be called once when done using the client
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 382 /// getDiagnosticLevel - Based on the way the client configured the
399 /// \brief Based on the way the client configured the Diagnostic
640 Diag.Client->IncludeInDiagnosticCounts()) {
647 // If the client doesn't care about this message, don't issue it. If this is
663 if (Diag.Client->IncludeInDiagnosticCounts()) {
685 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
686 if (Diag.Client->IncludeInDiagnosticCounts()) {
  /external/pdfium/xfa/fwl/
cfwl_datetimepicker.cpp 108 return FWL_WidgetHit::Client;
112 return FWL_WidgetHit::Client;
392 return FWL_WidgetHit::Client;
395 return FWL_WidgetHit::Client;
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 32 class CameraClient : public CameraService::Client
37 virtual status_t connect(const sp<hardware::ICameraClient>& client);
126 const sp<hardware::ICameraClient>& client,
167 // trying to deliver the callback messages if the client is not
168 // interested in it anymore. For example, if the client is calling
  /frameworks/native/libs/vr/libperformance/
performance_client.cpp 19 *error = Client::error();
118 if (auto client = android::dvr::PerformanceClient::Create(&error))
119 return client->SetCpuPartition(task_id, partition);
127 if (auto client = android::dvr::PerformanceClient::Create(&error))
128 return client->SetSchedulerPolicy(task_id, scheduler_policy);
136 if (auto client = android::dvr::PerformanceClient::Create(&error))
137 return client->SetSchedulerClass(task_id, scheduler_class);
144 if (auto client = android::dvr::PerformanceClient::Create(&error))
145 return client->GetCpuPartition(task_id, partition, size);

Completed in 2490 milliseconds

1 2 3 4 56 7 8 91011>>