Home
last modified time | relevance | path

Searched defs:defaultVal (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/action/
DGetPropertyAction.java55 private String defaultVal; field in GetPropertyAction
74 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction()
128 String defaultVal) { in privilegedGetProperty()
DGetIntegerAction.java71 private int defaultVal; field in GetIntegerAction
91 public GetIntegerAction(String theProp, int defaultVal) { in GetIntegerAction()
153 int defaultVal) { in privilegedGetProperty()
/libcore/ojluni/annotations/hiddenapi/sun/security/action/
DGetPropertyAction.java37 public GetPropertyAction(java.lang.String theProp, java.lang.String defaultVal) { in GetPropertyAction()
45 private java.lang.String defaultVal; field in GetPropertyAction
DGetIntegerAction.java36 public GetIntegerAction(java.lang.String theProp, int defaultVal) { in GetIntegerAction()
46 private int defaultVal; field in GetIntegerAction
/libcore/ojluni/src/main/java/jdk/internal/util/
DStaticProperty.java81 String defaultVal) { in getProperty()
/libcore/ojluni/src/main/java/sun/net/spi/
DDefaultProxySelector.java131 final String defaultVal; field in DefaultProxySelector.NonProxyInfo
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileSystem.java118 private static boolean getBooleanProperty(java.lang.String prop, boolean defaultVal) { in getBooleanProperty()
/libcore/ojluni/src/main/java/java/io/
DFileSystem.java243 private static boolean getBooleanProperty(String prop, boolean defaultVal) { in getBooleanProperty()
/libcore/ojluni/src/main/java/java/util/
DTreeMap.java2484 void readTreeSet(int size, java.io.ObjectInputStream s, V defaultVal) in readTreeSet()
2490 void addAllForTreeSet(SortedSet<? extends K> set, V defaultVal) { in addAllForTreeSet()
2492 buildFromSorted(set.size(), set.iterator(), null, defaultVal); in addAllForTreeSet() local
2530 V defaultVal) in buildFromSorted()
2556 V defaultVal) in buildFromSorted()