HomeSort by relevance Sort by last modified time
    Searched refs:client (Results 151 - 175 of 5616) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wayland-protocols/freedesktop.org/tests/
scan.sh 8 $SCANNER client-header $1 /dev/null
  /frameworks/av/media/libstagefright/include/media/stagefright/
StagefrightMediaScanner.h 31 MediaScannerClient &client);
41 MediaScannerClient &client);
  /frameworks/base/core/java/android/os/
ISchedulingPolicyService.aidl 37 * from SP_FOREGROUND into SP_TOP_APP cpuset. A valid 'client' must be
40 * the original cpuset, and 'client' is ignored in this case.
42 int requestCpusetBoost(boolean enable, IBinder client);
  /prebuilts/tools/common/google-api-java-client/1.20.0/
Android.mk 22 google-api-java-client-min-repackaged-1.20.0:google-api-java-client-min-repackaged-1.20.0.jar
  /prebuilts/tools/common/google-api-java-client/1.23.0/
Android.mk 22 google-api-java-client-min-repackaged:google-api-java-client-min-repackaged-1.23.0.jar
  /system/bt/include/hardware/
bt_gatt.h 33 /** GATT Client callbacks */
34 const btgatt_client_callbacks_t* client; member in struct:__anon1911
56 /** Pointer to the GATT client interface methods.*/
57 const btgatt_client_interface_t* client; member in struct:__anon1912
  /system/netd/server/
FwmarkServer.h 38 bool onDataAvailable(SocketClient* client);
41 int processClient(SocketClient* client, int* socketFd);
  /system/tpm/trunks/aidl/android/trunks/
ITrunks.aidl 22 oneway void SendCommand(in byte[] command, in ITrunksClient client);
  /external/autotest/server/site_tests/platform_CorruptRootfs/
platform_CorruptRootfs.py 9 from autotest_lib.client.common_lib import error
11 from autotest_lib.client.bin import utils
37 result = self.client.run('cat /proc/cmdline')
61 result = self.client.run('rootdev -s')
79 self.client = host
87 self.client.run('dd if=%s of=%s bs=64K' % (kernelA, kernelB))
88 self.client.run('dd if=%s of=%s bs=64K' % (rootfsA, rootfsB))
92 self.client.run('cgpt add -i 2 -T 5 -P 9 -S 1 %s' % dev)
93 self.client.run('cgpt add -i 4 -T 5 -P 9 -S 1 %s' % dev)
97 self.client.run('dd if=/dev/urandom of=%s count=16' % rootfsA
    [all...]
  /external/autotest/site_utils/admin/scripts/
cli2hbs.sh 23 mkdir -p ${TARGET_DIR}/client
24 touch ${TARGET_DIR}/client/__init__.py
25 cp -uv ${AUTOTEST_DIR}/client/setup_modules.py ${TARGET_DIR}/client
26 cp -uv ${AUTOTEST_TOOLS_DIR}/autotest/global_config.ini ${TARGET_DIR}/client
27 cp -fpruv ${AUTOTEST_DIR}/client/common_lib ${TARGET_DIR}/client
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 47 explicit CaptureSequencer(wp<Camera2Client> client);
102 bool mShutterNotified; // Has CaptureSequencer sent shutter to Client
138 typedef CaptureState (CaptureSequencer::*StateManager)(sp<Camera2Client> &client);
154 CaptureState manageIdle(sp<Camera2Client> &client);
155 CaptureState manageStart(sp<Camera2Client> &client);
157 CaptureState manageZslStart(sp<Camera2Client> &client);
158 CaptureState manageZslWaiting(sp<Camera2Client> &client);
159 CaptureState manageZslReprocessing(sp<Camera2Client> &client);
161 CaptureState manageStandardStart(sp<Camera2Client> &client);
162 CaptureState manageStandardPrecaptureWait(sp<Camera2Client> &client);
    [all...]
  /external/autotest/client/cros/cellular/
base_station_8960_test_noautorun.py 8 from autotest_lib.client.cros.cellular import scpi
9 from autotest_lib.client.cros.cellular import cellular_logging
10 from autotest_lib.client.cros.cellular import base_station_8960
11 from autotest_lib.client.cros.cellular import prologix_scpi_driver
12 from autotest_lib.client.cros.cellular import labconfig
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_06.py 13 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_constants
14 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_errors
15 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
17 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
19 from autotest_lib.client.cros.cellular.mbim_compliance.tests import test
  /external/autotest/server/site_tests/kernel_EmptyLines/
kernel_EmptyLines.py 7 from autotest_lib.client.common_lib import error
14 self.client = host
16 # Reboot the client
17 logging.info('kernel_EmptyLines: reboot %s' % self.client.hostname)
18 self.client.reboot()
29 result = self.client.run('dmesg')
  /external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
TestSSLSessions.java 23 * client/server pair of SSLSession as well as an invalid SSLSession.
37 * The client side of a connected session
39 public final SSLSession client; field in class:TestSSLSessions
43 * the client and server SSLSessions.
49 SSLSession client,
53 this.client = client;
67 return new TestSSLSessions(invalid, s.server.getSession(), s.client.getSession(), s);
  /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/python/cpython3/Lib/test/
test_docxmlrpc.py 2 import http.client
15 self.client.request("GET", "/")
16 self.client.getresponse()
77 self.client = http.client.HTTPConnection("localhost:%d" % PORT)
80 self.client.close()
89 self.client.request("GET", "/")
90 response = self.client.getresponse()
99 self.client.request("GET", "/spam")
100 response = self.client.getresponse(
    [all...]
  /hardware/qcom/gps/msm8909w_3100/core/data-items/common/
ClientIndex.h 51 bool isSubscribedClient (CT client);
53 void getSubscribedList (CT client, std :: list <DIT> & out);
55 int remove (CT client);
59 void remove (CT client, const std :: list <DIT> & r, std :: list <DIT> & out);
61 void add (CT client, const std :: list <DIT> & l, std :: list <DIT> & out);
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java 26 * client/server pair of SSLSession as well as an invalid SSLSession.
41 * The client side of a connected session
43 public final SSLSession client; field in class:TestSSLSessions
47 * the client and server SSLSessions.
53 SSLSession client,
57 this.client = client;
71 return new TestSSLSessions(invalid, s.server.getSession(), s.client.getSession(), s);
  /external/adhd/cras/src/tests/
cras_monitor.c 82 const char *node_name_for_node_id(struct cras_client *client,
104 rc = cras_client_get_output_devices(client, devs, nodes,
107 rc = cras_client_get_input_devices(client, devs, nodes,
136 struct cras_client *client = (struct cras_client *)context; local
137 const char *node_name = node_name_for_node_id(client, dir, node_id);
145 struct cras_client *client = (struct cras_client *)context; local
147 node_name_for_node_id(client, CRAS_STREAM_OUTPUT, node_id);
155 struct cras_client *client = (struct cras_client *)context; local
157 node_name_for_node_id(client, CRAS_STREAM_OUTPUT, node_id);
165 struct cras_client *client = (struct cras_client *)context local
211 struct cras_client *client; local
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
network_WiFi_ChaosConnectDisconnect.py 8 from autotest_lib.client.common_lib import error
9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
20 host, assoc_params, client, tries, debug_info=None):
28 @param client: WiFiClient object
37 client.shill.disconnect(assoc_params.ssid)
38 if not client.shill.init_test_network_state():
48 client.shill.connect_wifi(assoc_params))
67 client.collect_debug_info('try_%d' % i)
70 client.shill.disconnect(assoc_params.ssid)
71 client.shill.clean_profiles(
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
network_WiFi_ChaosLongConnect.py 8 from autotest_lib.client.common_lib import error
9 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
21 assoc_params, client, debug_info=None,
30 @param client: WiFiClient object
39 client.shill.disconnect(assoc_params.ssid)
40 if not client.shill.init_test_network_state():
51 client.shill.connect_wifi(assoc_params))
61 conn_worker.run(client)
69 assoc_params, debug_info, client.wifi_mac))
76 client.shill.disconnect(assoc_params.ssid
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
testing.cc 16 #include "tensorflow/compiler/xla/client/lib/testing.h"
18 #include "tensorflow/compiler/xla/client/computation.h"
19 #include "tensorflow/compiler/xla/client/computation_builder.h"
66 Client* client) {
68 client,
75 return client->Execute(computation, /*arguments=*/{}, &execution_options)
82 Client* client) {
90 return MakeFakeDataViaDeviceOrDie(shape, client);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceSession.cpp 44 SurfaceComposerClient* client = new SurfaceComposerClient(); local
45 client->incStrong((void*)nativeCreate);
46 return reinterpret_cast<jlong>(client);
51 SurfaceComposerClient* client = new SurfaceComposerClient(parent->getIGraphicBufferProducer()); local
52 client->incStrong((void*)nativeCreate);
53 return reinterpret_cast<jlong>(client);
57 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); local
58 client->decStrong((void*)nativeCreate);
62 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); local
63 client->dispose()
    [all...]

Completed in 1270 milliseconds

1 2 3 4 5 67 8 91011>>