Searched refs:getBooleanProperty (Results 1 - 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
H A DRecord.java71 Debug.getBooleanProperty("jsse.enableCBCProtection", true);
H A DBaseSSLSocketImpl.java86 Debug.getBooleanProperty(PROP_NAME, false);
H A DDebug.java182 static boolean getBooleanProperty(String propName, boolean defaultValue) { method in class:Debug
H A DRSAClientKeyExchange.java68 Debug.getBooleanProperty(PROP_NAME, false);
H A DSSLSessionImpl.java720 Debug.getBooleanProperty("jsse.SSLEngine.acceptLargeFragments", false);
H A DHandshaker.java168 static final boolean allowUnsafeRenegotiation = Debug.getBooleanProperty(
179 static final boolean allowLegacyHelloMessages = Debug.getBooleanProperty(
H A DCipherSuite.java82 private final static boolean ALLOW_ECC = Debug.getBooleanProperty
H A DClientHandshaker.java93 Debug.getBooleanProperty("jsse.enableSNIExtension", true);
H A DHandshakeMessage.java685 Debug.getBooleanProperty("com.sun.net.ssl.dhKeyExchangeFix", true);
/libcore/ojluni/src/main/java/java/io/
H A DFileSystem.java238 private static boolean getBooleanProperty(String prop, boolean defaultVal) { method in class:FileSystem
249 useCanonCaches = getBooleanProperty("sun.io.useCanonCaches",
251 useCanonPrefixCache = getBooleanProperty("sun.io.useCanonPrefixCache",
/libcore/ojluni/src/main/java/java/util/logging/
H A DFileHandler.java197 append = manager.getBooleanProperty(cname + ".append", false);
H A DLogger.java321 getBooleanProperty("sun.util.logging.disableCallerCheck");
325 getBooleanProperty("jdk.logging.allowStackWalkSearch");
326 private static boolean getBooleanProperty(final String key) { method in class:Logger.LoggerHelper
H A DLogManager.java668 boolean useParent = manager.getBooleanProperty(name + ".useParentHandlers", true);
1260 boolean getBooleanProperty(String name, boolean defaultValue) { method in class:LogManager

Completed in 597 milliseconds