/test/vti/test_serving/gae/ |
D | labv1openapi.json | 8 "properties": { object 37 "properties": { object 52 "properties": { object 60 "properties": { object 69 "properties": { object 81 "properties": { object 100 "properties": { object 115 "properties": { object 137 "properties": { object 152 "properties": { object [all …]
|
D | jobv1openapi.json | 8 "properties": { object 37 "properties": { object 52 "properties": { object 60 "properties": { object 69 "properties": { object 81 "properties": { object 100 "properties": { object 115 "properties": { object 137 "properties": { object 152 "properties": { object [all …]
|
D | schedulev1openapi.json | 8 "properties": { object 37 "properties": { object 52 "properties": { object 60 "properties": { object 69 "properties": { object 81 "properties": { object 100 "properties": { object 115 "properties": { object 137 "properties": { object 152 "properties": { object [all …]
|
D | hostv1openapi.json | 8 "properties": { object 37 "properties": { object 52 "properties": { object 60 "properties": { object 69 "properties": { object 81 "properties": { object 100 "properties": { object 115 "properties": { object 137 "properties": { object
|
D | index.yaml | 4 properties: 15 properties: 27 properties: 61 properties: 74 properties: 109 properties:
|
D | buildv1openapi.json | 8 "properties": { object 37 "properties": { object 52 "properties": { object 60 "properties": { object 69 "properties": { object 81 "properties": { object
|
/test/vts-testcase/security/system_property/ |
D | VtsTrebleSysPropTest.py | 48 properties. 50 vendor/odm properties. 130 exact_only: whether parsing only properties which require exact 182 ("%s properties (%s) have wrong namespace" % 193 logging.info("Found %d properties from %s", 204 "properties in %s have wrong property types:\n%s" % ( 211 """Ensures vendor properties have proper namespace. 213 Vendor or ODM properties must have their own prefix. 223 """Ensures odm properties have proper namespace. 225 Vendor or ODM properties must have their own prefix. [all …]
|
D | vts_treble_sys_prop_test.py | 107 properties. 109 vendor/odm properties. 187 exact_only: whether parsing only properties which require exact 244 ("%s properties (%s) have wrong namespace" % 255 logging.info("Found %d properties from %s", 266 "properties in %s have wrong property types:\n%s" % ( 273 """Ensures vendor properties have proper namespace. 275 Vendor or ODM properties must have their own prefix. 286 """Ensures odm properties have proper namespace. 288 Vendor or ODM properties must have their own prefix. [all …]
|
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/ |
D | home_bot_config.py | 15 - get_*() to return properties to describe this bot. 73 # global for caching device properties gathered dynamically during runtime 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 119 """Returns all of the last-known device properties as a dict.""" 122 # Keep last-known properties when SSHError is raised 137 # Temporary: fetch device properties from static local file when present. 140 # MTV devices over ssh. The real device properties are fetched over ssh [all …]
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/ |
D | home_bot_config.py | 15 - get_*() to return properties to describe this bot. 73 # global for caching device properties gathered dynamically during runtime 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 119 """Returns all of the last-known device properties as a dict.""" 122 # Keep last-known properties when SSHError is raised 137 # Temporary: fetch device properties from static local file when present. 140 # MTV devices over ssh. The real device properties are fetched over ssh [all …]
|
/test/framework/harnesses/host_controller/tfc/ |
D | device_info.py | 93 def Extend(self, properties): argument 94 """Adds properties to a DeviceInfo object, using AndroidDevice 97 properties: list of strings, list of properties to update 101 for prop in properties:
|
/test/suite_harness/build/ |
D | tradefed_binary.go | 63 // Create a submodule that generates the test-suite-info.properties file 105 properties TradefedBinaryGenProperties member 112 tfg.AddProperties(&tfg.properties) 131 outputFile := android.PathForModuleOut(ctx, "test-suite-info.properties") 139 "name": tfg.properties.Short_name, 140 "fullname": tfg.properties.Full_name, 141 "version": tfg.properties.Version,
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | BaseJobServlet.java | 23 import java.util.Properties; 33 protected static Properties systemConfigProp = new Properties(); 46 Properties.class.cast(cfg.getServletContext().getAttribute("systemConfigProp")); in init()
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | BaseApiServlet.java | 20 import java.util.Properties; 33 protected Properties systemConfigProp = new Properties(); 49 Properties.class.cast(cfg.getServletContext().getAttribute("systemConfigProp")); in init()
|
D | BigtableLegacyJsonServlet.java | 32 import java.util.Properties; 53 protected Properties systemConfigProp = new Properties(); 63 .getResourceAsStream("config.properties"); in init()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestSuiteResultEntity.java | 54 import java.util.Properties; 129 private static Properties bugTrackingSystemProp = new Properties(); 132 private static Properties systemConfigProp = new Properties(); 320 public static void setPropertyValues(Properties newSystemConfigProp) { in setPropertyValues() 325 private static Properties getBugTrackingSystemProp(Properties newSystemConfigProp) { in getBugTrackingSystemProp() 326 Properties newBugTrackingSystemProp = new Properties(); in getBugTrackingSystemProp() 337 + "/config.properties"); in getBugTrackingSystemProp()
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 88 logging.info("all supported properties: %s", self.configList) 208 """Test power on/off and properties associated with it. 210 Gets the list of properties that are affected by the HVAC power state 214 and properties are available. State change from on->off and verifies 215 that properties are no longer available, then state change again from 216 off->on to verify properties are now available again. 281 # Check that properties that require power to be on can be set. 294 # Check that properties that require power to be on can't be set. 306 # Check that properties that require power to be on can be set. 311 """Verifies that a PropertyEvent arrives in a reasonable time on Boolean Properties""" [all …]
|
/test/vti/dashboard/src/test/java/com/android/vts/api/ |
D | VtsSpreadSheetSyncServletTest.java | 42 import java.util.Properties; 79 Properties systemConfigProp = new Properties(); in setUpExtra() 84 .getResourceAsStream("config.properties"); in setUpExtra()
|
/test/vti/dashboard/src/main/webapp/WEB-INF/ |
D | appengine-web.xml | 21 <system-properties> 22 </system-properties>
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | DevicePropertyInfo.java | 26 * Note that properties across sources can differ, e.g. {@code android.os.Build} 27 * properties sometimes deviate from the read-only properties that they're based
|
/test/vti/dashboard/src/main/java/com/android/vts/config/ |
D | ObjectifyListener.java | 59 import java.util.Properties; 118 Properties systemConfigProp = new Properties(); in contextInitialized() 124 .getResourceAsStream("config.properties"); in contextInitialized()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | BaseServlet.java | 33 import java.util.Properties; 142 protected static Properties systemConfigProp = new Properties(); 149 Properties.class.cast(cfg.getServletContext().getAttribute("systemConfigProp")); in init()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BusinessLogicPreparer.java | 263 paramMap.put("properties", property); in buildRequestParams() 279 * otherwise, return the name from test-suite-info.properties. 304 /* Get device properties list, with element format "<property_name>:<property_value>" */ 307 List<String> properties = new ArrayList<>(); in getBusinessLogicProperties() local 310 // add client IDs to the list of properties in getBusinessLogicProperties() 311 properties.add(String.format("%s:%s", id.getKey(), id.getValue())); in getBusinessLogicProperties() 320 properties.add(String.format("%s:%s", name, value)); in getBusinessLogicProperties() 323 CLog.e("Failed to pull business logic properties from dynamic config"); in getBusinessLogicProperties() 325 return properties; in getBusinessLogicProperties()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | EmailHelper.java | 34 import java.util.Properties; 54 public static void setPropertyValues(Properties systemConfigProp) { in setPropertyValues() 138 Properties props = new Properties(); in composeEmail()
|
/test/vts/utils/python/performance/ |
D | benchmark_parser.py | 64 """Returns the "name" properties with function names stripped. 76 """Returns the "real_time" properties.
|