Searched refs:property (Results 1 – 10 of 10) sorted by relevance
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | test_case.py | 53 @property 63 @property 73 @property 83 @property 93 @property 98 @property 106 @property 116 @property 126 @property
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | PropertyUtil.java | 174 public static boolean propertyExists(ITestDevice device, String property) in propertyExists() argument 176 return device.getProperty(property) != null; in propertyExists() 180 public static boolean propertyEquals(ITestDevice device, String property, String value) in propertyEquals() argument 183 return !propertyExists(device, property); // null value implies property does not exist in propertyEquals() 185 return value.equals(device.getProperty(property)); in propertyEquals() 192 public static boolean propertyMatches(ITestDevice device, String property, String regex) in propertyMatches() argument 196 return !propertyExists(device, property); in propertyMatches() 198 String value = device.getProperty(property); in propertyMatches() 205 public static int getPropertyInt(ITestDevice device, String property) in getPropertyInt() argument 207 String value = device.getProperty(property); in getPropertyInt()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BuildFingerPrintPreparer.java | 111 public void setFingerprintProperty(String property) { in setFingerprintProperty() argument 112 mFingerprintProperty = property; in setFingerprintProperty()
|
D | DeviceInfoCollector.java | 146 String property = nullToEmpty(device.getProperty(entry.getValue())); in setUp() local 147 buildInfo.addBuildAttribute(entry.getKey(), property); in setUp() local
|
D | BusinessLogicPreparer.java | 297 for (String property : getBusinessLogicProperties(device, buildInfo)) { in buildRequestParams() 298 paramMap.put("properties", property); in buildRequestParams()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BusinessLogicPreparerTest.java | 348 String property[] = keyVal[1].split("%3A"); in testBuildRequestString() local 349 if(expectProperties.contains(property[0])) { in testBuildRequestString() 350 assertEquals(expectPropertyValues.get(expectProperties.indexOf(property[0])), in testBuildRequestString() 351 property[1]); in testBuildRequestString() local 352 expectProperties.remove(property[0]); in testBuildRequestString() 353 expectPropertyValues.remove(property[1]); in testBuildRequestString()
|
/test/vts-testcase/vndk/ |
D | utils.py | 41 @property 158 @property
|
/test/vts-testcase/kernel/ltp/testcase/tools/common/ |
D | filter_utils.py | 420 @property 450 @property
|
/test/app_compat/csuite/ |
D | pylintrc | 189 property-classes=abc.abstractproperty,cached_property.cached_property,cached_property.threaded_cach…
|
/test/dittosuite/ |
D | Doxyfile | 410 # getter and setter methods for a property. Setting this option to YES will make 411 # doxygen to replace the get and set methods by a property in the documentation.
|