Home
last modified time | relevance | path

Searched refs:prop (Results 1 – 12 of 12) sorted by relevance

/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py281 for prop in configString.split(","):
282 configProps.append(int(prop, 16))
283 for prop in configProps:
284 asserts.assertTrue(prop in hvacTypes,
285 "0x%X not an HVAC type" % prop)
293 for prop in configProps:
294 v = self.readVhalProperty(prop, areaId=zone)["value"]
295 self.setVhalProperty(prop, v, areaId=zone)
298 propVals[prop] = v
305 for prop in configProps:
[all …]
/test/vts-testcase/hal/treble/platform_version/
Dvts_treble_platform_version_test.py34 def getProp(self, prop, required=True): argument
37 out, err, return_code = self.dut.Execute("getprop " + prop)
46 logging.info("sysprop %s undefined", prop)
51 logging.info("getprop {}={}".format(prop, result))
DVtsTreblePlatformVersionTest.py34 def getProp(self, prop, required=True): argument
37 results = self.dut.shell.Execute("getprop " + prop)
46 logging.info("sysprop %s undefined", prop)
51 logging.info("getprop {}={}".format(prop, result))
/test/framework/harnesses/host_controller/tfc/
Ddevice_info.py101 for prop in properties:
102 val = getattr(ad, prop, None)
105 setattr(self, prop, val)
/test/vti/dashboard/src/main/webapp/js/
Dsearch_header.js86 presubmit.prop('checked', true);
92 postsubmit.prop('checked', true);
96 checkboxes.presubmit = presubmit.prop('checked');
100 checkboxes.postsubmit = postsubmit.prop('checked');
/test/vts-testcase/kernel/checkpoint/
Dvts_kernel_checkpoint_test.py43 for prop in ["hardware", "hardware.platform"]:
44 out, err, return_code = self.dut.Execute("getprop ro.boot." + prop)
DVtsKernelCheckpointTest.py34 for prop in ["hardware", "hardware.platform"]:
35 extension = self.dut.adb.shell("getprop ro.boot." + prop, no_except = True)
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh74 if ! adb shell test -f /data/local.prop; then
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_performance_digest.jsp39 if ($('#device-select').prop('selectedIndex') > 1) {
Dshow_suite_release.jsp92 $(location).prop('href', url + "?" + decodeURIComponent($.param(params)));
93 $(this).prop('href', url);
Dshow_gcs_log.jsp47 $(modal).find('#downloadLink').prop('href', url + "&action=download");
Dshow_graph.jsp231 if ($('#device-select').prop('selectedIndex') > 1) {