/test/vts/testcases/template/hal_hidl_host_test/ |
D | hal_hidl_host_test.py | 126 service, name = instance.split("/") 127 if service == hal_service: 145 for service in registered_services: 147 self.shell, service, self.abi_bitness, 151 "skip all tests." % service) 154 service_instances[service] = service_names 157 "skip all tests." % service)
|
/test/vts/testcases/template/hal_hidl_replay_test/ |
D | hal_hidl_replay_test.py | 210 service = line[len('hal_service: '):] 211 registered_services.append(service) 213 for service in registered_services: 215 self.shell, service, self.abi_bitness, 219 "skip all tests." % service) 222 service_instances[service] = service_names 223 self._test_hal_services.add(service) 226 "skip all tests." % service)
|
/test/vts-testcase/nbu/src/ |
D | ble_test.py | 126 for service in result['ScanRecord']['Services']: 127 if service[UUID] == TEST_BLE_SERVICE_UUID and service['Data'] == DATA: 159 for service in result['ScanRecord']['Services']: 160 if service[UUID] == TEST_BLE_SERVICE_UUID and service['Data'] == DATA: 163 if (service[UUID] == TEST_SCAN_RESPONSE_UUID and 164 service['Data'] == SCAN_RESPONSE_DATA): 332 for service in discover_services_results[0].data['Services']: 333 if service['UUID'] == TEST_BLE_SERVICE_UUID: 337 for characteristic in service['Characteristics']
|
D | README.md | 47 * Enable location service.
|
/test/vts/testcases/template/hal_hidl_gtest/ |
D | hal_hidl_gtest.py | 149 service = line[len("hal_service: "):] 150 registered_services.append(service) 164 for service in registered_services: 166 self.shell, service, self.abi_bitness, 170 "skip all tests." % service) 173 self.skipAllTests("No service name found for: %s, skip all tests." % service) 178 service_instances[service] = service_names
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTestCoordinator.java | 92 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() argument 93 Log.d(TAG, String.format("Service '%s' connected with binder %s", name, service)); in onServiceConnected() 95 mService = service; in onServiceConnected() 96 mMessenger = new Messenger(service); in onServiceConnected() 99 service.linkToDeath(this::onServiceCrashed, 0); in onServiceConnected()
|
/test/vts/proto/ |
D | AndroidSystemControlMessage.proto | 33 // To check whether fuzzer's binder service is available. 35 // To start a fuzzer binary service and select a HAL module. 98 // the binder service name 133 // Specify if a HAL service is test HAL. 137 // the name of a HW Binder service to use (only needed for HIDL HAL).
|
D | VtsDriverControlMessage.proto | 103 // the name of a HW Binder service to use (only needed for HIDL HAL).
|
/test/vts/utils/python/build/api/ |
D | artifact_fetcher.py | 81 self.service = build( 141 api = self.service.buildartifact().get_media( 258 builds = self.service.build().list(
|
/test/mts/tools/mts-tradefed/etc/ |
D | mts-tradefed | 89 …E_ACCOUNT=${ANDROID_BUILD_TOP}/vendor/xts/tools/gts-google-service-account/gts-google-service-acco…
|
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/ |
D | schemas.cfg | 31 # luci-config service schemas 53 # chrome-infra-auth service schemas. 71 # LUCI LogDog service schemas.
|
/test/vti/test_serving/configs/infra/test/vtslab-config-test/ |
D | schemas.cfg | 31 # luci-config service schemas 53 # chrome-infra-auth service schemas. 71 # LUCI LogDog service schemas.
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestEnvBase.cpp | 131 for (const string& service : registeredHalServices_) { in listRegisteredServices() local 132 cout << "hal_service: " << service << endl; in listRegisteredServices()
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsSpreadSheetSyncServlet.java | 132 Sheets service = in doGet() local 144 service.spreadsheets() in doGet()
|
/test/vti/test_serving/gae/script/ |
D | deploy-endpoint.sh | 34 gcloud endpoints configs list --service=$SERVICE.appspot.com
|
D | deploy-webapp.sh | 65 ENDPOINTS=$(gcloud endpoints configs list --service=$SERVICE.appspot.com)
|
/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 191 const sp<IBase> &service) { in GetInterfaceChain() argument 193 service->interfaceChain([&iface_chain](const hidl_vec<hidl_string> &chain) { in GetInterfaceChain()
|
D | VtsTrebleVintfTestBase.h | 58 static vector<string> GetInterfaceChain(const sp<IBase> &service);
|
D | SingleManifestTest.cpp | 364 auto service = in TEST_P() local 369 ASSERT_NE(service, nullptr); in TEST_P() 371 Partition partition = GetPartition(service); in TEST_P()
|
/test/vti/dashboard/ |
D | .gitignore | 36 service-account.json
|
D | README.md | 202 The following steps list how to create a monitoring service for the VTS Dashboard.
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/ |
D | AppRemoteFileResolverTest.java | 261 String service = IRemoteFileResolver.class.getName(); in classLoaderWithProviders() local 265 JarEntry jarEntry = new JarEntry("META-INF/services/" + service); in classLoaderWithProviders()
|
/test/vts/hals/light/bullhead/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/test/mlts/benchmark/ |
D | LICENSE | 139 names, trademarks, service marks, or product names of the Licensor,
|
/test/mlts/models/ |
D | LICENSE | 139 names, trademarks, service marks, or product names of the Licensor,
|