Searched refs:properties (Results 1 – 8 of 8) sorted by relevance
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/ |
D | home_bot_config.py | 100 return self.properties.get('ro.build.fingerprint', None) 104 return self.properties.get('ro.hardware', None) 115 return self.properties.get('ro.build.product', None) 118 def properties(self): member in Device 165 properties = {} 170 properties[match.group(1)] = match.group(2) 171 return properties 231 state[u'device'] = _DEVICE.properties
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/ |
D | home_bot_config.py | 100 return self.properties.get('ro.build.fingerprint', None) 104 return self.properties.get('ro.hardware', None) 115 return self.properties.get('ro.build.product', None) 118 def properties(self): member in Device 165 properties = {} 170 properties[match.group(1)] = match.group(2) 171 return properties 231 state[u'device'] = _DEVICE.properties
|
/test/suite_harness/build/ |
D | tradefed_binary.go | 105 properties TradefedBinaryGenProperties member 112 tfg.AddProperties(&tfg.properties) 139 "name": tfg.properties.Short_name, 140 "fullname": tfg.properties.Full_name, 141 "version": tfg.properties.Version,
|
/test/framework/harnesses/host_controller/tfc/ |
D | device_info.py | 93 def Extend(self, properties): argument 101 for prop in properties:
|
/test/vti/dashboard/ |
D | settings.gradle | 5 loggingProperty = "WEB-INF/logging.properties"
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BusinessLogicPreparer.java | 307 List<String> properties = new ArrayList<>(); in getBusinessLogicProperties() local 311 properties.add(String.format("%s:%s", id.getKey(), id.getValue())); in getBusinessLogicProperties() 320 properties.add(String.format("%s:%s", name, value)); in getBusinessLogicProperties() 325 return properties; in getBusinessLogicProperties()
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 745 properties = [ 751 return {x: self.isPropSupported(x) for x in properties}
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 169 // used to tell certain properties of the data (e.g., passthrough vs.
|