Home
last modified time | relevance | path

Searched refs:client (Results 1 – 25 of 27) sorted by relevance

12

/test/vts-testcase/nbu/src/
Dble_test.py191 def Connect(client, server): argument
220 client.client_callback = client.android.bleConnectGatt(
221 client.connect_to_address)
223 start_client_results = client.client_callback.getAll(
229 client.log.info('BLE client connected')
232 def CancelOpen(client, server): argument
263 client.client_callback = client.android.bleConnectGatt(
264 client.connect_to_address)
266 start_client_results = client.client_callback.getAll(
269 client.android.bleDisconnect()
[all …]
/test/vts/utils/python/mirror/
Dmirror_tracker.py118 client=None): argument
151 if client is None:
152 client = vts_tcp_client.VtsTcpClient()
153 client.Connect(
185 mirror = resource_mirror.ResourceFmqMirror(data_type, sync, client)
197 def InitHidlMemory(self, mem_size=0, client=None, mem_name=None): argument
220 if client is None:
221 client = vts_tcp_client.VtsTcpClient()
222 client.Connect(
227 mirror = resource_mirror.ResourceHidlMemoryMirror(client)
[all …]
Dresource_mirror.py43 def __init__(self, data_type, sync, client, queue_id=-1): argument
54 super(ResourceFmqMirror, self).__init__(client)
397 def __init__(self, client, mem_id=-1): argument
398 super(ResourceHidlMemoryMirror, self).__init__(client)
657 def __init__(self, client, handle_id=-1): argument
658 super(ResourceHidlHandleMirror, self).__init__(client)
Dmirror_object.py74 def __init__(self, client, caller_uid=None): argument
75 self._client = client
Dshell_mirror.py37 def __init__(self, client, adb): argument
38 super(ShellMirror, self).__init__(client)
Dhal_mirror.py53 client, argument
58 super(HalMirror, self).__init__(client, hal_driver_id, if_spec_message,
Dnative_entity_mirror.py70 client, argument
74 super(NativeEntityMirror, self).__init__(client, caller_uid)
/test/vts/utils/python/gcs/
Dgcs_api_utils.py114 client = storage.Client(credentials=self._credentials)
115 bucket = client.get_bucket(self._bucket_name)
164 client = storage.Client(credentials=self._credentials)
165 bucket = client.get_bucket(self._bucket_name)
183 client = storage.Client(credentials=self._credentials)
184 bucket = client.get_bucket(self._bucket_name)
258 client = storage.Client(credentials=self._credentials)
259 bucket = client.get_bucket(self._bucket_name)
307 client = storage.Client(credentials=self._credentials)
308 bucket = client.get_bucket(self._bucket_name)
[all …]
/test/vts/utils/python/controllers/
Dandroid.py66 self.client = None # prevent close errors on connect failure
87 self.client = self.conn.makefile(mode="brw")
107 self.client.write(json.dumps({'cmd': command,
109 self.client.flush()
110 return self.client.readline()
118 self.client.write(request.encode("utf8") + b'\n')
119 self.client.flush()
120 response = self.client.readline()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSpreadSheetSyncServlet.java21 import com.google.api.client.auth.oauth2.Credential;
22 import com.google.api.client.extensions.appengine.datastore.AppEngineDataStoreFactory;
23 import com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp;
24 import com.google.api.client.extensions.jetty.auth.oauth2.LocalServerReceiver;
25 import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow;
26 import com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets;
27 import com.google.api.client.googleapis.javanet.GoogleNetHttpTransport;
28 import com.google.api.client.http.javanet.NetHttpTransport;
29 import com.google.api.client.json.JsonFactory;
30 import com.google.api.client.json.jackson2.JacksonFactory;
/test/vti/dashboard/
Dbuild.gradle78 …compile group: 'com.google.http-client', name: 'google-http-client', version: "${googleHttpClientV…
79 …compile group: 'com.google.http-client', name: 'google-http-client-protobuf', version: "${googleHt…
84 …compile(group: 'com.google.api-client', name: 'google-api-client', version: "${googleHttpClientVer…
87 …compile group: 'com.google.oauth-client', name: 'google-oauth-client-jetty', version: "${googleHtt…
/test/mlts/benchmark/tools/
Drequirements.txt3 anaconda-client==1.7.2
75 jupyter-client==5.2.4
129 prometheus-client==0.6.0
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestSuiteResultRestServlet.java22 import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
23 import com.google.api.client.http.javanet.NetHttpTransport;
24 import com.google.api.client.json.jackson.JacksonFactory;
DBigtableLegacyJsonServlet.java22 import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
23 import com.google.api.client.http.javanet.NetHttpTransport;
24 import com.google.api.client.json.jackson.JacksonFactory;
DDatastoreRestServlet.java37 import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
38 import com.google.api.client.http.javanet.NetHttpTransport;
39 import com.google.api.client.json.jackson.JacksonFactory;
/test/mlts/benchmark/
DREADME.txt56 * client-early-termination-stress: to test the resilience of device drivers to failing clients.
62 on a single model in multiple processes and threads with different probabilities in client process
66 on a single model in multiple processes and threads with different probabilities in client process
Dbuild_and_run_benchmark.sh86 client-early-termination-stress)
/test/vts/proto/
DVtsProfilingMessage.proto29 // Entry event on the client side of a binderized HAL.
31 // Exit event on the client side of a binderized HAL.
/test/vti/test_serving/gae/
Drequirements.txt1 google-api-python-client
/test/vti/test_serving/gae/frontend/src/
Dkarma.conf.js15 client: { property
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage.jsp75 // Load the API client and auth2 library
76 gapi.load('client:auth2', initClient);
80 gapi.client.init({
/test/vts/utils/python/build/api/
Dartifact_fetcher.py27 from oauth2client import client as oauth2_client
/test/vti/dashboard/src/test/java/com/android/vts/api/
DVtsSpreadSheetSyncServletTest.java22 import com.google.api.client.extensions.appengine.datastore.AppEngineDataStoreFactory;
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestSuiteResultEntity.java37 import org.apache.http.client.utils.URIUtils;
38 import org.apache.http.client.utils.URLEncodedUtils;
/test/vti/dashboard/src/main/java/com/android/vts/config/
DObjectifyListener.java42 import com.google.api.client.extensions.appengine.datastore.AppEngineDataStoreFactory;

12