Searched defs:getBooleanProperty (Results 1 - 23 of 23) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertyUtils.java49 public static boolean getBooleanProperty(String key, Properties props) method in class:OutputPropertyUtils
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java210 public boolean getBooleanProperty(QName key) method in class:OutputProperties
212 return getBooleanProperty(key.toNamespacedString());
226 public boolean getBooleanProperty(String key) method in class:OutputProperties
228 return OutputPropertyUtils.getBooleanProperty(key, m_properties);
/external/apache-http/src/org/apache/commons/logging/impl/
H A DSimpleLog.java149 private static boolean getBooleanProperty(String name, boolean dephault) { method in class: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/
H A DSimpleLog.java146 private static boolean getBooleanProperty(String name, boolean dephault) { method in class:SimpleLog
166 showLogName = getBooleanProperty(systemPrefix + "showlogname", showLogName);
167 showShortName = getBooleanProperty(systemPrefix + "showShortLogname", showShortName);
168 showDateTime = getBooleanProperty(systemPrefix + "showdatetime", showDateTime);
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
H A DSimpleLogger.java176 private static boolean getBooleanProperty(String name, boolean defaultValue) { method in class:SimpleLogger
192 SHOW_LOG_NAME = getBooleanProperty(SHOW_LOG_NAME_KEY, SHOW_LOG_NAME);
193 SHOW_SHORT_LOG_NAME = getBooleanProperty(SHOW_SHORT_LOG_NAME_KEY, SHOW_SHORT_LOG_NAME);
194 SHOW_DATE_TIME = getBooleanProperty(SHOW_DATE_TIME_KEY, SHOW_DATE_TIME);
195 SHOW_THREAD_NAME = getBooleanProperty(SHOW_THREAD_NAME_KEY, SHOW_THREAD_NAME);
197 LEVEL_IN_BRACKETS = getBooleanProperty(LEVEL_IN_BRACKETS_KEY, LEVEL_IN_BRACKETS);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestFmwk.java137 if (!getBooleanProperty("logKnownIssue", true)) {
179 protected static boolean getBooleanProperty(String key) { method in class:TestFmwk
180 return getParams().getBooleanProperty(key);
183 protected static boolean getBooleanProperty(String key, boolean defVal) { method in class:TestFmwk
184 return getParams().getBooleanProperty(key, defVal);
354 public boolean getBooleanProperty(String key) { method in class:TestFmwk.TestParams
355 return getBooleanProperty(key, false);
358 public boolean getBooleanProperty(String key, boolean defVal) { method in class:TestFmwk.TestParams
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java136 if (!getBooleanProperty("logKnownIssue", true)) {
178 protected static boolean getBooleanProperty(String key) { method in class:TestFmwk
179 return getParams().getBooleanProperty(key);
182 protected static boolean getBooleanProperty(String key, boolean defVal) { method in class:TestFmwk
183 return getParams().getBooleanProperty(key, defVal);
353 public boolean getBooleanProperty(String key) { method in class:TestFmwk.TestParams
354 return getBooleanProperty(key, false);
357 public boolean getBooleanProperty(String key, boolean defVal) { method in class:TestFmwk.TestParams
/external/slf4j/integration/lib/
H A Dslf4j-simple-1.6.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/guice/extensions/struts2/lib/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/guice/lib/build/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/robolectric/v1/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 6742 milliseconds