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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DOutputPropertyUtils.java51 public static boolean getBooleanProperty(String key, Properties props) method in class:OutputPropertyUtils
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DDebug.java182 static boolean getBooleanProperty(String propName, boolean defaultValue) { method in class:Debug
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DProxy.java288 allowNewInstance = getBooleanProperty("sun.reflect.proxy.allowsNewInstance");
289 allowNullLoader = getBooleanProperty("sun.reflect.proxy.allowsNullLoader");
292 private static boolean getBooleanProperty(final String key) { method in class:Proxy.ProxyAccessHelper
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DChannelImpl.java119 getBooleanProperty("sun.security.smartcardio.t0GetResponse", true);
122 getBooleanProperty("sun.security.smartcardio.t1GetResponse", true);
125 getBooleanProperty("sun.security.smartcardio.t1StripLe", false);
127 private static boolean getBooleanProperty(String name, boolean def) { method in class:ChannelImpl
/openjdk7/jdk/src/share/classes/java/io/
H A DFileSystem.java236 private static boolean getBooleanProperty(String prop, boolean defaultVal) { method in class:FileSystem
247 useCanonCaches = getBooleanProperty("sun.io.useCanonCaches",
249 useCanonPrefixCache = getBooleanProperty("sun.io.useCanonPrefixCache",
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogManager.java679 boolean useParent = manager.getBooleanProperty(name + ".useParentHandlers", true);
1267 boolean getBooleanProperty(String name, boolean defaultValue) { method in class:LogManager
H A DLogger.java320 getBooleanProperty("sun.util.logging.disableCallerCheck");
324 getBooleanProperty("jdk.logging.allowStackWalkSearch");
325 private static boolean getBooleanProperty(final String key) { method in class:Logger.LoggerHelper

Completed in 60 milliseconds