/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | lab_info_test.py | 40 product = self.GetRandomString() 44 "product": product, 72 self.assertEqual(devices[0].product, product) 75 devices[0].product = "error" 84 self.assertEqual(devices[0].product, "error") 90 product = self.GetRandomString() 94 "product": product, 117 device = self.GenerateDeviceModel(product="error", 129 self.assertEqual(devices[0].product, "error")
|
D | host_info_test.py | 43 product = self.GetRandomString() 61 self.assertEqual(devices[0].product, "error") 65 "product": product, 77 self.assertEqual(devices[0].product, product) 89 self.assertEqual(devices[0].product, product)
|
D | host_info.py | 42 model.DeviceModel.product == _NULL_DEVICE_PRODUCT_TYPE 53 device.product = _NULL_DEVICE_PRODUCT_TYPE 93 if not device.product or request_device.product != "error": 94 device.product = request_device.product
|
D | lab_info.py | 80 if config_device.product == "null": 83 if config_device.serial and config_device.product: 106 device.product = config_device.product
|
D | endpoint_base_test.py | 190 device = self.GenerateDeviceModel(product="product")
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | DeviceInfoEntity.java | 76 private String product; field in DeviceInfoEntity 102 String product, in DeviceInfoEntity() argument 109 this.product = product; in DeviceInfoEntity() 130 String product, in DeviceInfoEntity() argument 137 this.product = product; in DeviceInfoEntity() 214 deviceEntity.setProperty(PRODUCT, this.product.toLowerCase()); in toEntity() 241 String product = (String) e.getProperty(PRODUCT); in fromEntity() local 251 parentKey, branch, product, buildFlavor, buildId, abiBitness, abiName); in fromEntity() 274 String product = device.getProductVariant().toStringUtf8(); in fromDeviceInfoMessage() local 279 parent, branch, product, buildFlavor, buildId, abiBitness, abiName); in fromDeviceInfoMessage() [all …]
|
/test/vti/test_serving/gae/webapp/src/scheduler/ |
D | schedule_worker_test.py | 82 product = "product" 90 hostname=lab.hostname, product=product) 118 product = "product" 127 hostname=lab.hostname, product=product) 207 hostname=lab.hostname, product=product1) 211 hostname=lab.hostname, product=product2) 384 product=device_product, 390 product=device_product, 396 product=device_product, hostname=lab.hostname) 444 product=correct_product, hostname=host_a) [all …]
|
D | job_heartbeat_test.py | 61 hostname=lab.hostname, product="product{}".format(i))
|
D | schedule_worker.py | 483 if x.product.lower() == target_product_type.lower() and
|
/test/vti/test_serving/proto/ |
D | TestLabConfigMessage.proto | 53 // device product type (e.g., taimen or walleye). 54 optional bytes product = 11; field
|
/test/vts/utils/python/build/api/ |
D | artifact_fetcher.py | 218 product, argument 233 resource_id = ("%s-coverage-%s.zip" % (product, build_id))
|
/test/vts/drivers/hal/common/driver_base/ |
D | DriverBase.cpp | 134 char product[128]; in FunctionCallBegin() local 158 strcpy(product, dent->d_name); in FunctionCallBegin() 169 product_path, product); in FunctionCallBegin()
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | device.ts | 18 product: string = void 0; property in Device
|
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/ |
D | home_bot_config.py | 114 def product(self): member in Device 208 dimensions[u'product'] = _DEVICE.product,
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/ |
D | home_bot_config.py | 114 def product(self): member in Device 208 dimensions[u'product'] = _DEVICE.product,
|
/test/vts/proto/ |
D | VtsFuzzTaskMessage.proto | 56 // target product (e.g., VTS) 62 // target product (e.g., aosp_arm64)
|
D | VtsReportMessage.proto | 65 // product type (e.g., bullhead). 68 // product type variant (e.g., still bullhead or another name).
|
/test/vti/test_serving/gae/webapp/src/proto/ |
D | model.py | 188 product = messages.StringField(2, repeated=False) variable in LabDeviceInfoMessage 225 product = ndb.StringProperty() variable in DeviceModel 236 product = messages.StringField(2) variable in DeviceInfoMessage
|
/test/mlts/benchmark/crashtest/ |
D | README.txt | 24 …adb install -r out/target/product/flame/testcases/NeuralNetworksApiStressTest/arm64/NeuralNetworks…
|
/test/vts/utils/python/coverage/ |
D | sancov_utils.py | 287 product = dut.adb.shell('getprop ro.build.product').strip() 319 search_root = os.path.join('out', 'target', 'product', product,
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 119 String product = "product"; in createProfilingRun() local 125 new DeviceInfoEntity(testRunKey, branch, product, flavor, id, bitness, abiName); in createProfilingRun()
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | TestDataForDevServlet.java | 179 private String product; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun.DeviceInfo 479 deviceInfo.product, in doPost()
|
/test/vti/test_serving/gae/webapp/src/testing/ |
D | unittest_base.py | 177 device_product = device_model.product
|
/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,
|