Searched refs:prop (Results 1 – 12 of 12) sorted by relevance
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 281 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/ |
D | vts_treble_platform_version_test.py | 34 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))
|
D | VtsTreblePlatformVersionTest.py | 34 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/ |
D | device_info.py | 101 for prop in properties: 102 val = getattr(ad, prop, None) 105 setattr(self, prop, val)
|
/test/vti/dashboard/src/main/webapp/js/ |
D | search_header.js | 86 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/ |
D | vts_kernel_checkpoint_test.py | 43 for prop in ["hardware", "hardware.platform"]: 44 out, err, return_code = self.dut.Execute("getprop ro.boot." + prop)
|
D | VtsKernelCheckpointTest.py | 34 for prop in ["hardware", "hardware.platform"]: 35 extension = self.dut.adb.shell("getprop ro.boot." + prop, no_except = True)
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 74 if ! adb shell test -f /data/local.prop; then
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_performance_digest.jsp | 39 if ($('#device-select').prop('selectedIndex') > 1) {
|
D | show_suite_release.jsp | 92 $(location).prop('href', url + "?" + decodeURIComponent($.param(params))); 93 $(this).prop('href', url);
|
D | show_gcs_log.jsp | 47 $(modal).find('#downloadLink').prop('href', url + "&action=download");
|
D | show_graph.jsp | 231 if ($('#device-select').prop('selectedIndex') > 1) {
|