Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 26) sorted by relevance

12

/test/vti/test_serving/gae/webapp/src/endpoint/
Dlab_info_test.py40 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")
Dhost_info_test.py43 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)
Dhost_info.py42 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
Dlab_info.py80 if config_device.product == "null":
83 if config_device.serial and config_device.product:
106 device.product = config_device.product
Dendpoint_base_test.py190 device = self.GenerateDeviceModel(product="product")
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java76 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/
Dschedule_worker_test.py82 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 …]
Djob_heartbeat_test.py61 hostname=lab.hostname, product="product{}".format(i))
Dschedule_worker.py483 if x.product.lower() == target_product_type.lower() and
/test/vti/test_serving/proto/
DTestLabConfigMessage.proto53 // device product type (e.g., taimen or walleye).
54 optional bytes product = 11; field
/test/vts/utils/python/build/api/
Dartifact_fetcher.py218 product, argument
233 resource_id = ("%s-coverage-%s.zip" % (product, build_id))
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp134 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/
Ddevice.ts18 product: string = void 0; property in Device
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
Dhome_bot_config.py114 def product(self): member in Device
208 dimensions[u'product'] = _DEVICE.product,
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
Dhome_bot_config.py114 def product(self): member in Device
208 dimensions[u'product'] = _DEVICE.product,
/test/vts/proto/
DVtsFuzzTaskMessage.proto56 // target product (e.g., VTS)
62 // target product (e.g., aosp_arm64)
DVtsReportMessage.proto65 // product type (e.g., bullhead).
68 // product type variant (e.g., still bullhead or another name).
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py188 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/
DREADME.txt24 …adb install -r out/target/product/flame/testcases/NeuralNetworksApiStressTest/arm64/NeuralNetworks…
/test/vts/utils/python/coverage/
Dsancov_utils.py287 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/
DVtsProfilingStatsJobServletTest.java119 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/
DTestDataForDevServlet.java179 private String product; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun.DeviceInfo
479 deviceInfo.product, in doPost()
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py177 device_product = device_model.product
/test/vts/hals/light/bullhead/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/test/mlts/benchmark/
DLICENSE139 names, trademarks, service marks, or product names of the Licensor,

12