HomeSort by relevance Sort by last modified time
    Searched full:propertyname (Results 1 - 25 of 1260) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/main/java/org/testng/internal/
Constants.java 48 private static TestNGProperty getProperty(String propertyName) {
49 TestNGProperty result = m_propertiesByName.get(propertyName);
50 assert null != result : "Unknown property : " + propertyName;
55 public static String getPropertyValue(Properties p, String propertyName) {
56 TestNGProperty r= getProperty(propertyName);
57 assert null != r : "Unknown property : " + propertyName;
64 public static boolean getBooleanPropertyValue(Properties properties, String propertyName) {
65 TestNGProperty p = getProperty(propertyName);
66 String r = properties.getProperty(propertyName, p.getDefault());
72 public static int getIntegerPropertyValue(Properties properties, String propertyName) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1.xml 8 android:propertyName="x"/>
12 android:propertyName="y"
17 android:propertyName="scaleX"/>
21 android:propertyName="scaleY"/>
26 android:propertyName="alpha"/>
animator1-expected-completion60.txt 1 Code completion in animator1.xml for android:propertyName="scal^eX"/>:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Properties.java 12 public static boolean isOverrideSet(final String propertyName)
21 String value = System.getProperty(propertyName);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 20 String propertyName = variableMatcher.group(2);
23 propertyValue = properties.getProperty(propertyName);
26 propertyValue = System.getProperty(propertyName);
44 String propertyName = (String) propertyNames.nextElement();
45 String propertyValue = properties.getProperty(propertyName);
47 properties.setProperty(propertyName, expandedPropertyValue);
  /frameworks/base/packages/SystemUI/res/anim/
lockscreen_fingerprint_fp_to_error_state_group_2_animation.xml 8 android:propertyName="scaleX"
15 android:propertyName="scaleX"
25 android:propertyName="scaleY"
32 android:propertyName="scaleY"
42 android:propertyName="rotation"
49 android:propertyName="rotation"
lockscreen_fingerprint_fp_to_error_state_ridge_1_path_0_animation.xml 6 android:propertyName="trimPathEnd"
15 android:propertyName="trimPathStart"
22 android:propertyName="trimPathStart"
lockscreen_fingerprint_fp_to_error_state_ridge_2_path_0_animation.xml 8 android:propertyName="trimPathEnd"
15 android:propertyName="trimPathEnd"
23 android:propertyName="trimPathStart"
lockscreen_fingerprint_fp_to_error_state_ridge_5_path_0_animation.xml 6 android:propertyName="trimPathEnd"
15 android:propertyName="trimPathStart"
22 android:propertyName="trimPathStart"
lockscreen_fingerprint_fp_to_error_state_ridge_6_path_0_animation.xml 6 android:propertyName="trimPathEnd"
15 android:propertyName="trimPathStart"
22 android:propertyName="trimPathStart"
lockscreen_fingerprint_error_state_to_fp_ridge_1_path_animation.xml 8 android:propertyName="trimPathEnd"
15 android:propertyName="trimPathEnd"
lockscreen_fingerprint_error_state_to_fp_ridge_2_path_animation.xml 8 android:propertyName="trimPathStart"
15 android:propertyName="trimPathStart"
  /packages/apps/DeskClock/res/animator-v22/
ic_clock_hour_hand_animation.xml 24 android:propertyName="translateX"
31 android:propertyName="translateX"
38 android:propertyName="translateX"
45 android:propertyName="translateX"
52 android:propertyName="translateX"
59 android:propertyName="translateX"
66 android:propertyName="translateX"
73 android:propertyName="translateX"
80 android:propertyName="translateX"
87 android:propertyName="translateX
    [all...]
ic_alarm_animation_button.xml 23 android:propertyName="rotation"
29 android:propertyName="rotation"
35 android:propertyName="rotation"
41 android:propertyName="rotation"
47 android:propertyName="rotation"
53 android:propertyName="rotation"
59 android:propertyName="rotation"
65 android:propertyName="rotation"
71 android:propertyName="rotation"
ic_clock_minute_hand_animation.xml 24 android:propertyName="translateX"
31 android:propertyName="translateX"
38 android:propertyName="translateX"
45 android:propertyName="translateX"
52 android:propertyName="translateX"
59 android:propertyName="translateX"
66 android:propertyName="translateX"
73 android:propertyName="translateX"
80 android:propertyName="translateX"
90 android:propertyName="translateY
    [all...]
  /build/blueprint/proptools/
proptools.go 26 propertyName := string(unicode.ToLower(r))
28 propertyName += fieldName[size:]
30 return propertyName
33 func FieldNameForProperty(propertyName string) string {
34 r, size := utf8.DecodeRuneInString(propertyName)
36 if len(propertyName) > size {
37 fieldName += propertyName[size:]
  /development/samples/devbytes/animation/PropertyAnimations/res/animator/
combo.xml 5 android:propertyName="alpha"
11 android:propertyName="translationX"
18 android:propertyName="rotation"
25 android:propertyName="scaleX"
31 android:propertyName="scaleY"
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodePropertySymbolTable.java 39 // public boolean applyPropertyAlias0(String propertyName,
41 // if (!propertyName.contains("*")) {
42 // return applyPropertyAlias(propertyName, propertyValue, result);
44 // String[] propertyNames = propertyName.split("[*]");
52 public boolean applyPropertyAlias(String propertyName,
56 int posNotEqual = propertyName.indexOf('\u2260');
57 int posColon = propertyName.indexOf(':');
59 if (posNotEqual < 0) posNotEqual = propertyName.length();
60 if (posColon < 0) posColon = propertyName.length();
62 propertyValue = propertyValue.length() == 0 ? propertyName.substring(opPos+1)
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodePropertySymbolTable.java 38 // public boolean applyPropertyAlias0(String propertyName,
40 // if (!propertyName.contains("*")) {
41 // return applyPropertyAlias(propertyName, propertyValue, result);
43 // String[] propertyNames = propertyName.split("[*]");
51 public boolean applyPropertyAlias(String propertyName,
55 int posNotEqual = propertyName.indexOf('\u2260');
56 int posColon = propertyName.indexOf(':');
58 if (posNotEqual < 0) posNotEqual = propertyName.length();
59 if (posColon < 0) posColon = propertyName.length();
61 propertyValue = propertyValue.length() == 0 ? propertyName.substring(opPos+1)
    [all...]
  /frameworks/base/core/res/res/anim/
btn_radio_to_on_mtrl_ring_outer_path_animation.xml 8 android:propertyName="strokeWidth"
15 android:propertyName="strokeWidth"
22 android:propertyName="strokeWidth"
button_state_list_anim_material.xml 19 <objectAnimator android:propertyName="translationZ"
23 <objectAnimator android:propertyName="elevation"
32 <objectAnimator android:propertyName="translationZ"
37 <objectAnimator android:propertyName="elevation"
45 <objectAnimator android:propertyName="translationZ"
49 <objectAnimator android:propertyName="elevation"
seekbar_thumb_pressed_to_unpressed_thumb_animation.xml 6 android:propertyName="scaleX"
13 android:propertyName="scaleY"
seekbar_thumb_unpressed_to_pressed_thumb_0_animation.xml 6 android:propertyName="scaleX"
13 android:propertyName="scaleY"
  /cts/tests/tests/view/res/anim/
test_state_list_animator.xml 19 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="10" android:valueType="floatType"/>
20 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="20" android:valueType="floatType"/>
21 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="20" android:valueType="floatType"/>
26 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
27 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
28 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
  /frameworks/base/core/tests/coretests/res/anim/
test_state_anim.xml 19 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="10" android:valueType="floatType"/>
20 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="20" android:valueType="floatType"/>
21 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="20" android:valueType="floatType"/>
26 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
27 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
28 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="0" android:valueType="floatType"/>

Completed in 1411 milliseconds

1 2 3 4 5 6 7 8 91011>>