/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/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/suite_harness/build/ |
D | tradefed_binary.go | 58 // Create a submodule that generates the test-suite-info.properties file 99 properties TradefedBinaryGenProperties member 106 tfg.AddProperties(&tfg.properties) 124 outputFile := android.PathForModuleOut(ctx, "test-suite-info.properties") 131 "name": tfg.properties.Short_name, 132 "fullname": tfg.properties.Full_name, 133 "version": tfg.properties.Version,
|
/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/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/vts-testcase/security/system_property/ |
D | VtsTrebleSysPropTest.py | 46 properties. 99 exact_only: whether parsing only properties which require exact 154 """Ensures vendor properties have proper namespace. 156 Vendor or ODM properties must have their own prefix. 167 """Ensures odm properties have proper namespace. 169 Vendor or ODM properties must have their own prefix. 206 "Found %d exact-matching properties "
|
/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 | 82 logging.info("all supported properties: %s", self.configList) 202 """Test power on/off and properties associated with it. 204 Gets the list of properties that are affected by the HVAC power state 208 and properties are available. State change from on->off and verifies 209 that properties are no longer available, then state change again from 210 off->on to verify properties are now available again. 275 # Check that properties that require power to be on can be set. 288 # Check that properties that require power to be on can't be set. 300 # Check that properties that require power to be on can be set. 305 """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/ |
D | .gitignore | 32 release.properties 34 buildNumber.properties
|
/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/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BusinessLogicPreparer.java | 264 paramMap.put("properties", property); in buildRequestParams() 280 * otherwise, return the name from test-suite-info.properties. 305 /* Get device properties list, with element format "<property_name>:<property_value>" */ 308 List<String> properties = new ArrayList<>(); in getBusinessLogicProperties() local 311 // add client IDs to the list of properties in getBusinessLogicProperties() 312 properties.add(String.format("%s:%s", id.getKey(), id.getValue())); in getBusinessLogicProperties() 321 properties.add(String.format("%s:%s", name, value)); in getBusinessLogicProperties() 324 CLog.e("Failed to pull business logic properties from dynamic config"); in getBusinessLogicProperties() 326 return properties; in getBusinessLogicProperties()
|
/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/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/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.
|