/libcore/ojluni/src/main/java/sun/net/ |
D | NetProperties.java | 140 static public Boolean getBoolean(String key) { in getBoolean() method in NetProperties
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Boolean.annotated.java | 55 public static boolean getBoolean(@libcore.util.NonNull java.lang.String name) { throw new RuntimeEx… in getBoolean() method in Boolean
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Boolean.java | 251 public static boolean getBoolean(String name) { in getBoolean() method in Boolean
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Boolean.java | 79 public static boolean getBoolean(java.lang.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/annotations/sdk/nullability/java/lang/reflect/ |
D | Field.annotated.java | 60 public native boolean getBoolean(@libcore.util.Nullable java.lang.Object obj) throws java.lang.Ille… in getBoolean() method in Field
|
D | Array.annotated.java | 44 public static boolean getBoolean(@libcore.util.NonNull java.lang.Object array, int index) throws ja… in getBoolean() method in Array
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Field.java | 94 public native boolean getBoolean(java.lang.Object obj) in getBoolean() method in Field
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Array.java | 230 public static boolean getBoolean(Object array, int index) in getBoolean() method in Array
|
D | Field.java | 368 public native boolean getBoolean(Object obj) in getBoolean() method in Field
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | AbstractPreferences.java | 505 public boolean getBoolean(String key, boolean def) { in getBoolean() method in AbstractPreferences
|
D | Preferences.java | 759 public abstract boolean getBoolean(String key, boolean def); in getBoolean() method in Preferences
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | DerValue.java | 122 public boolean getBoolean() throws java.io.IOException { in getBoolean() method in DerValue
|
/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 | 443 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 1373 boolean getBoolean(String parameterName) throws SQLException; in getBoolean() method
|
D | ResultSet.java | 260 boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() method 551 boolean getBoolean(String columnLabel) throws SQLException; in getBoolean() method
|
/libcore/json/src/main/java/org/json/ |
D | JSONArray.java | 328 public boolean getBoolean(int index) throws JSONException { in getBoolean() method in JSONArray
|
D | JSONObject.java | 423 public boolean getBoolean(@NonNull String name) throws JSONException { in getBoolean() method in JSONObject
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldPreferencesTest.java | 999 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in OldPreferencesTest.MockPreferences
|
/libcore/ojluni/annotations/mmodule/sun/misc/ |
D | Unsafe.annotated.java | 127 public native boolean getBoolean(java.lang.Object obj, long offset); in getBoolean() method in Unsafe
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 414 static void getBoolean(MethodHandle m, ValueHolder v, boolean value, boolean expectFailure) in getBoolean() method in MethodHandleAccessorsTest 428 static void getBoolean(MethodHandle m, boolean value, boolean expectFailure) in getBoolean() method in MethodHandleAccessorsTest
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 335 public native boolean getBoolean(Object obj, long offset); in getBoolean() method in Unsafe
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | Unsafe.java | 128 public native boolean getBoolean(java.lang.Object obj, long offset); in getBoolean() method in Unsafe
|