/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBatteryManagerTest.java | 48 assertThat(batteryManager.getIntProperty(TEST_ID)).isEqualTo(Integer.MIN_VALUE); in testGetIntProperty() 51 assertThat(batteryManager.getIntProperty(TEST_ID)).isEqualTo(5); in testGetIntProperty() 54 assertThat(batteryManager.getIntProperty(TEST_ID)).isEqualTo(0); in testGetIntProperty() 57 assertThat(batteryManager.getIntProperty(TEST_ID)).isEqualTo(Integer.MAX_VALUE); in testGetIntProperty()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 242 protected static int getIntProperty(String key, int defVal) { in getIntProperty() method in TestFmwk 243 return getParams().getIntProperty(key, defVal); in getIntProperty() 246 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() method in TestFmwk 247 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty() 386 inclusion = getIntProperty(EXHAUSTIVENESS, DEFAULT_EXHAUSTIVENESS, MAX_EXHAUSTIVENESS); in parseProperties() 388 loggingLevel = getIntProperty(LOGGING_LEVEL, DEFAULT_LOGGING_LEVEL, MAX_LOGGING_LEVEL); in parseProperties() 424 public int getIntProperty(String key, int defVal) { in getIntProperty() method in TestFmwk.TestParams 425 return getIntProperty(key, defVal, -1); in getIntProperty() 428 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() method in TestFmwk.TestParams
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | TestFmwk.java | 243 protected static int getIntProperty(String key, int defVal) { in getIntProperty() method in TestFmwk 244 return getParams().getIntProperty(key, defVal); in getIntProperty() 247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() method in TestFmwk 248 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty() 387 inclusion = getIntProperty(EXHAUSTIVENESS, DEFAULT_EXHAUSTIVENESS, MAX_EXHAUSTIVENESS); in parseProperties() 389 loggingLevel = getIntProperty(LOGGING_LEVEL, DEFAULT_LOGGING_LEVEL, MAX_LOGGING_LEVEL); in parseProperties() 425 public int getIntProperty(String key, int defVal) { in getIntProperty() method in TestFmwk.TestParams 426 return getIntProperty(key, defVal, -1); in getIntProperty() 429 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() method in TestFmwk.TestParams
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | OutputProperties.java | 266 public int getIntProperty(QName key) in getIntProperty() method in OutputProperties 268 return getIntProperty(key.toNamespacedString()); in getIntProperty() 282 public int getIntProperty(String key) in getIntProperty() method in OutputProperties 284 return OutputPropertyUtils.getIntProperty(key, m_properties); in getIntProperty()
|
/external/proguard/examples/annotations/examples/ |
D | Bean.java | 35 public int getIntProperty() in getIntProperty() method in Bean
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | OutputPropertyUtils.java | 72 public static int getIntProperty(String key, Properties props) in getIntProperty() method in OutputPropertyUtils
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBatteryManager.java | 28 protected int getIntProperty(int id) { in getIntProperty() method in ShadowBatteryManager
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 1021 int loopCount = getIntProperty("loop", isQuick() ? 100 : 5000); in TestMonkey() 1024 int seed = getIntProperty("seed", 1); in TestMonkey()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 1018 int loopCount = getIntProperty("loop", isQuick() ? 100 : 5000); in TestMonkey() 1021 int seed = getIntProperty("seed", 1); in TestMonkey()
|