/test/vts/utils/python/hal/ |
D | hal_service_name_utils.py | 118 service = services.pop() 121 if service not in service_instances or not service_instances[service]: 123 for name in service_instances[service]: 125 new_instance_comb = [service + '/' + name] 129 new_instance_comb = [service + '/' + name] 156 for service in services: 157 if service not in service_instances or not service_instances[service]: 158 logging.error("Does not found instance for service: %s", service) 161 instance_names = set(service_instances[service]) 163 instance_names.intersection_update(set(service_instances[service])) [all …]
|
/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/framework/harnesses/host_controller/tfc/ |
D | tfc_client.py | 40 def __init__(self, service): argument 41 self._service = service 172 service = discovery.build( 176 return TfcClient(service)
|
/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/vts/tools/build/tasks/list/ |
D | vts_test_bin_package_list.mk | 17 android.hardware.tests.msgq@1.0-service-benchmark \ 18 android.hardware.tests.msgq@1.0-service-test \
|
/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/mts/tools/mts-tradefed/etc/ |
D | mts-tradefed | 110 …E_ACCOUNT=${ANDROID_BUILD_TOP}/vendor/xts/tools/gts-google-service-account/gts-google-service-acco…
|
/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/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/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/vts/drivers/hal/replayer/ |
D | VtsHidlHalReplayer.cpp | 72 for (const string& service : registeredHalServices) { in ListTestServices() local 73 cout << "hal_service: " << service << endl; in ListTestServices()
|
/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.h | 58 static vector<string> GetInterfaceChain(const sp<IBase> &service);
|
D | VtsTrebleVintfTestBase.cpp | 187 const sp<IBase> &service) { in GetInterfaceChain() argument 189 service->interfaceChain([&iface_chain](const hidl_vec<hidl_string> &chain) { in GetInterfaceChain()
|
D | SingleManifestTest.cpp | 342 auto service = in TEST_P() local 347 ASSERT_NE(service, nullptr); in TEST_P() 349 Partition partition = GetPartition(service); in TEST_P()
|
/test/vti/dashboard/ |
D | .gitignore | 36 service-account.json
|
/test/vts/utils/native/testability_checker/ |
D | VtsTestabilityChecker.cpp | 284 for (const string& service : services) { in CheckTestHalWithHwManager() local 285 if (service.find(fqName) == 0) { in CheckTestHalWithHwManager()
|
/test/vts/harnesses/tradefed/tests/res/testtype/ |
D | vts_multi_device_test_parser_output_timeout.txt | 12 [VTS-Example] 07-01 08:55:02.367 INFO Init the stub service for light
|