Home
last modified time | relevance | path

Searched refs:property (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DBuildTest.java102 private String[] getStringList(String property) throws IOException { in getStringList() argument
103 String value = getProperty(property); in getStringList()
114 static String getProperty(String property) in getProperty() argument
116 Process process = new ProcessBuilder("getprop", property).start(); in getProperty()
134 private void assertProperty(String message, String property, String expected) in assertProperty() argument
136 Process process = new ProcessBuilder("getprop", property).start(); in assertProperty()
158 private void assertNoPropertySet(String message, String property) throws IOException { in assertNoPropertySet() argument
166 line.startsWith("[" + property + "]")); in assertNoPropertySet()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java58 public static int getPropertyInt(String property) { in getPropertyInt() argument
62 Process process = new ProcessBuilder("getprop", property).start(); in getPropertyInt()
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java103 String property = "y"; in testOfFloat() local
106 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloat()
132 String property = "y"; in testOfFloatBase() local
135 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloatBase()
138 objAnimator.setPropertyName(property); in testOfFloatBase()
146 String property = "scrollY"; in testOfInt() local
148 final ObjectAnimator intAnimator = ObjectAnimator.ofInt(object, property, 200, 0); in testOfInt()
170 String property = "backgroundColor"; in testOfObject() local
176 final ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, property, in testOfObject()
231 String property = "backgroundColor"; in testOfArgb() local
[all …]
DPropertyValuesHolderTest.java247 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); in testOfFloat_Property() local
248 property.setObject(mObject); in testOfFloat_Property()
249 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(property, values); in testOfFloat_Property()
282 String property = "backgroundColor"; in testOfInt_Property() local
287 ViewColorProperty colorProperty=new ViewColorProperty(Integer.class,property); in testOfInt_Property()
527 FloatProperty property = new FloatProperty("distance") { in testOfObject_Converter() local
538 PropertyValuesHolder.ofObject(property, converter, path); in testOfObject_Converter()
685 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class,"y"); in testSetProperty() local
686 property.setObject(mObject); in testSetProperty()
688 pVHolder.setProperty(property); in testSetProperty()
DValueAnimatorTest.java466 String property = "y"; in testEnd() local
469 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd()
508 String property = "y"; in testGetAnimatedValue_PropertyName() local
514 property); in testGetAnimatedValue_PropertyName()
688 String property = "y"; in getAnimator() local
691 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getAnimator()
700 long sleepTime, String property) throws InterruptedException { in getValue() argument
710 value = ((Float)animator.getAnimatedValue(property)).floatValue(); in getValue()
DAnimatorTest.java134 String property = "y"; in testEnd() local
137 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd()
DAnimatorSetTest.java606 String property = "y"; in getYAnimator() local
609 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getYAnimator()
/cts/tests/tests/selinux/selinuxTargetSdk2/src/android/selinuxtargetsdk2/cts/
DSELinuxTargetSdk2Test.java44 private static String getProperty(String property) in getProperty() argument
46 Process process = new ProcessBuilder("getprop", property).start(); in getProperty()
/cts/tools/testng/
Dgen-test-list-xml.py58 children = property(_get_children, _set_children, doc="Get/set list of children BaseNode")
72 name = property(_get_name, _set_name, doc="Get/set the name property of the current XML node")
77 type_name = property(_get_type_name, doc="Get the name of the current XML node")
85 …properties = property(_get_properties, _set_properties, doc="Get/set additional XML properties suc…
/cts/tests/tests/transition/src/android/transition/cts/
DCaptureValuesTest.java97 for (String property : properties) { in verifyCapturedValues()
98 assertTrue(className + " should have written to property " + property, in verifyCapturedValues()
99 values.values.keySet().contains(property)); in verifyCapturedValues()
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license16 Third party copyrights are property of their respective owners.
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java421 private static String getProperty(String property) in getProperty() argument
423 Process process = new ProcessBuilder("getprop", property).start(); in getProperty()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex110880 private static final java.lang.String property