Home
last modified time | relevance | path

Searched defs:getBoolean (Results 1 – 24 of 24) 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/annotations/sdk/nullability/java/lang/
DBoolean.annotated.java55 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/
DBoolean.java251 public static boolean getBoolean(String name) { in getBoolean() method in Boolean
/libcore/ojluni/annotations/hiddenapi/java/lang/
DBoolean.java79 public static boolean getBoolean(java.lang.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/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java60 public native boolean getBoolean(@libcore.util.Nullable java.lang.Object obj) throws java.lang.Ille… in getBoolean() method in Field
DArray.annotated.java44 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/
DField.java94 public native boolean getBoolean(java.lang.Object obj) in getBoolean() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DArray.java230 public static boolean getBoolean(Object array, int index) in getBoolean() method in Array
DField.java368 public native boolean getBoolean(Object obj) in getBoolean() method in Field
/libcore/ojluni/src/main/java/java/util/prefs/
DAbstractPreferences.java505 public boolean getBoolean(String key, boolean def) { in getBoolean() method in AbstractPreferences
DPreferences.java759 public abstract boolean getBoolean(String key, boolean def); in getBoolean() method in Preferences
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerValue.java122 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/
DPreferencesTest.java286 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in PreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/sun/security/util/
DDerValue.java443 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
1373 boolean getBoolean(String parameterName) throws SQLException; in getBoolean() method
DResultSet.java260 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/
DJSONArray.java328 public boolean getBoolean(int index) throws JSONException { in getBoolean() method in JSONArray
DJSONObject.java423 public boolean getBoolean(@NonNull String name) throws JSONException { in getBoolean() method in JSONObject
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java999 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in OldPreferencesTest.MockPreferences
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java127 public native boolean getBoolean(java.lang.Object obj, long offset); in getBoolean() method in Unsafe
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java414 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/
DUnsafe.java335 public native boolean getBoolean(Object obj, long offset); in getBoolean() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java128 public native boolean getBoolean(java.lang.Object obj, long offset); in getBoolean() method in Unsafe