Home
last modified time | relevance | path

Searched defs:getBoolean (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/
DNetProperties.java140 static public Boolean getBoolean(String key) { in getBoolean() method in NetProperties
/libcore/ojluni/src/main/java/java/lang/
DBoolean.java248 public static boolean getBoolean(String name) { in getBoolean() method in Boolean
/libcore/ojluni/src/main/java/java/io/
DBits.java39 static boolean getBoolean(byte[] b, int off) { in getBoolean() method in Bits
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java342 public native boolean getBoolean(Object object) in getBoolean() method in Field
DArray.java218 …public static boolean getBoolean(Object array, int index) throws IllegalArgumentException, ArrayIn… in getBoolean() method in Array
/libcore/ojluni/src/main/java/java/util/prefs/
DPreferences.java669 public abstract boolean getBoolean(String key, boolean def); in getBoolean() method in Preferences
DAbstractPreferences.java496 public boolean getBoolean(String key, boolean def) { in getBoolean() method in AbstractPreferences
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java286 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in PreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/sun/security/util/
DDerValue.java439 public boolean getBoolean() throws IOException { in getBoolean() method in DerValue
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java190 boolean getBoolean(int parameterIndex) throws SQLException; in getBoolean() method
1371 boolean getBoolean(String parameterName) throws SQLException; in getBoolean() method
DResultSet.java260 boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() method
546 boolean getBoolean(String columnLabel) throws SQLException; in getBoolean() method
/libcore/json/src/main/java/org/json/
DJSONArray.java326 public boolean getBoolean(int index) throws JSONException { in getBoolean() method in JSONArray
DJSONObject.java409 public boolean getBoolean(String name) throws JSONException { in getBoolean() method in JSONObject
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java998 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in OldPreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java293 public native boolean getBoolean(Object obj, long offset); in getBoolean() method in Unsafe