/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/ |
D | SimpleLogger.java | 176 private static boolean getBooleanProperty(String name, boolean defaultValue) { in getBooleanProperty() method in SimpleLogger 192 SHOW_LOG_NAME = getBooleanProperty(SHOW_LOG_NAME_KEY, SHOW_LOG_NAME); in init() 193 SHOW_SHORT_LOG_NAME = getBooleanProperty(SHOW_SHORT_LOG_NAME_KEY, SHOW_SHORT_LOG_NAME); in init() 194 SHOW_DATE_TIME = getBooleanProperty(SHOW_DATE_TIME_KEY, SHOW_DATE_TIME); in init() 195 SHOW_THREAD_NAME = getBooleanProperty(SHOW_THREAD_NAME_KEY, SHOW_THREAD_NAME); in init() 197 LEVEL_IN_BRACKETS = getBooleanProperty(LEVEL_IN_BRACKETS_KEY, LEVEL_IN_BRACKETS); in init()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 189 if (!getBooleanProperty("logKnownIssue", true)) { in logKnownIssue() 234 protected static boolean getBooleanProperty(String key) { in getBooleanProperty() method in TestFmwk 235 return getParams().getBooleanProperty(key); in getBooleanProperty() 238 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() method in TestFmwk 239 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty() 409 public boolean getBooleanProperty(String key) { in getBooleanProperty() method in TestFmwk.TestParams 410 return getBooleanProperty(key, false); in getBooleanProperty() 413 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() method in TestFmwk.TestParams
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | TestFmwk.java | 190 if (!getBooleanProperty("logKnownIssue", true)) { in logKnownIssue() 235 protected static boolean getBooleanProperty(String key) { in getBooleanProperty() method in TestFmwk 236 return getParams().getBooleanProperty(key); in getBooleanProperty() 239 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() method in TestFmwk 240 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty() 410 public boolean getBooleanProperty(String key) { in getBooleanProperty() method in TestFmwk.TestParams 411 return getBooleanProperty(key, false); in getBooleanProperty() 414 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() method in TestFmwk.TestParams
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | OutputProperties.java | 210 public boolean getBooleanProperty(QName key) in getBooleanProperty() method in OutputProperties 212 return getBooleanProperty(key.toNamespacedString()); in getBooleanProperty() 226 public boolean getBooleanProperty(String key) in getBooleanProperty() method in OutputProperties 228 return OutputPropertyUtils.getBooleanProperty(key, m_properties); in getBooleanProperty()
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | SimpleLog.java | 149 private static boolean getBooleanProperty(String name, boolean dephault) { in getBooleanProperty() method in SimpleLog 169 showLogName = getBooleanProperty( systemPrefix + "showlogname", showLogName); 170 showShortName = getBooleanProperty( systemPrefix + "showShortLogname", showShortName); 171 showDateTime = getBooleanProperty( systemPrefix + "showdatetime", showDateTime);
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
D | SimpleLog.java | 146 private static boolean getBooleanProperty(String name, boolean dephault) { in getBooleanProperty() method in SimpleLog 166 showLogName = getBooleanProperty(systemPrefix + "showlogname", showLogName); 167 showShortName = getBooleanProperty(systemPrefix + "showShortLogname", showShortName); 168 showDateTime = getBooleanProperty(systemPrefix + "showdatetime", showDateTime);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | OutputPropertyUtils.java | 49 public static boolean getBooleanProperty(String key, Properties props) in getBooleanProperty() method in OutputPropertyUtils
|
D | ToHTMLStream.java | 577 OutputPropertyUtils.getBooleanProperty( in setOutputFormat() 590 OutputPropertyUtils.getBooleanProperty( in setOutputFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 1022 boolean dumpExpansions = getBooleanProperty("expansions", false); in TestMonkey() 1023 boolean verbose = getBooleanProperty("verbose", false); in TestMonkey()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 1019 boolean dumpExpansions = getBooleanProperty("expansions", false); in TestMonkey() 1020 boolean verbose = getBooleanProperty("verbose", false); in TestMonkey()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 93 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false); in TestTimeZoneRoundTrip() 311 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false); in TestTimeRoundTrip()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 96 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false); in TestTimeZoneRoundTrip() 314 boolean TEST_ALL = getBooleanProperty("TimeZoneRoundTripAll", false); in TestTimeRoundTrip()
|
/external/cldr/tools/java/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 853 if (!getBooleanProperty("logKnownIssue", true)) { in logKnownIssue() 902 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() method in TestFmwk
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RoundTripTest.java | 178 boolean TEST_ALL = getBooleanProperty("HangulRoundTripAll", false); in TestHangul()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RoundTripTest.java | 175 boolean TEST_ALL = getBooleanProperty("HangulRoundTripAll", false); in TestHangul()
|