Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/action/
DGetPropertyAction.java52 private String defaultVal; field in GetPropertyAction
71 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction()
DGetIntegerAction.java69 private int defaultVal; field in GetIntegerAction
89 public GetIntegerAction(String theProp, int defaultVal) { in GetIntegerAction()
/libcore/ojluni/src/main/java/sun/net/spi/
DDefaultProxySelector.java106 final String defaultVal; field in DefaultProxySelector.NonProxyInfo
/libcore/ojluni/src/main/java/java/io/
DFileSystem.java232 private static boolean getBooleanProperty(String prop, boolean defaultVal) { in getBooleanProperty()
/libcore/ojluni/src/main/java/java/util/
DTreeMap.java2514 void readTreeSet(int size, java.io.ObjectInputStream s, V defaultVal) in readTreeSet()
2520 void addAllForTreeSet(SortedSet<? extends K> set, V defaultVal) { in addAllForTreeSet()
2522 buildFromSorted(set.size(), set.iterator(), null, defaultVal); in addAllForTreeSet() local
2561 V defaultVal) in buildFromSorted()
2587 V defaultVal) in buildFromSorted()