/libcore/ojluni/src/main/java/sun/net/ |
D | NetProperties.java | 140 static public Boolean getBoolean(String key) { in getBoolean() method in NetProperties
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Boolean.java | 248 public static boolean getBoolean(String name) { in getBoolean() method in Boolean
|
/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() method in Bits
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Field.java | 342 public native boolean getBoolean(Object object) in getBoolean() method in Field
|
D | Array.java | 218 …public static boolean getBoolean(Object array, int index) throws IllegalArgumentException, ArrayIn… in getBoolean() method in Array
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | Preferences.java | 669 public abstract boolean getBoolean(String key, boolean def); in getBoolean() method in Preferences
|
D | AbstractPreferences.java | 496 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/ |
D | PreferencesTest.java | 286 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in PreferencesTest.MockPreferences
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | DerValue.java | 439 public boolean getBoolean() throws IOException { in getBoolean() method in DerValue
|
/libcore/ojluni/src/main/java/java/sql/ |
D | CallableStatement.java | 190 boolean getBoolean(int parameterIndex) throws SQLException; in getBoolean() method 1371 boolean getBoolean(String parameterName) throws SQLException; in getBoolean() method
|
D | ResultSet.java | 260 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/ |
D | JSONArray.java | 326 public boolean getBoolean(int index) throws JSONException { in getBoolean() method in JSONArray
|
D | JSONObject.java | 409 public boolean getBoolean(String name) throws JSONException { in getBoolean() method in JSONObject
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldPreferencesTest.java | 998 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in OldPreferencesTest.MockPreferences
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 293 public native boolean getBoolean(Object obj, long offset); in getBoolean() method in Unsafe
|