Searched defs:getBoolean (Results 1 - 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/
H A DNetProperties.java140 static public Boolean getBoolean(String key) { method in class:NetProperties
/libcore/ojluni/src/main/java/java/io/
H A DBits.java39 static boolean getBoolean(byte[] b, int off) { method in class:Bits
/libcore/ojluni/src/main/java/java/lang/
H A DBoolean.java251 public static boolean getBoolean(String name) { method in class:Boolean
/libcore/json/src/main/java/org/json/
H A DJSONArray.java326 public boolean getBoolean(int index) throws JSONException { method in class:JSONArray
H A DJSONObject.java412 public boolean getBoolean(String name) throws JSONException { method in class:JSONObject
/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java229 // Android-changed: Non-native implementation of getBoolean(Object, int)
230 public static boolean getBoolean(Object array, int index) method in class:Array
H A DField.java363 public native boolean getBoolean(Object obj) method in class:Field
/libcore/ojluni/src/main/java/java/util/prefs/
H A DPreferences.java621 * {@link #getBoolean}.
630 * @see #getBoolean(String,boolean)
669 public abstract boolean getBoolean(String key, boolean def); method in class:Preferences
H A DAbstractPreferences.java474 * Implements the <tt>getBoolean</tt> method as per the specification in
475 * {@link Preferences#getBoolean(String,boolean)}.
498 public boolean getBoolean(String key, boolean def) { method in class:AbstractPreferences
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DPreferencesTest.java286 public boolean getBoolean(String key, boolean deflt) { method in class:PreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/java/sql/
H A DCallableStatement.java190 boolean getBoolean(int parameterIndex) throws SQLException; method in interface:CallableStatement
808 * @see #getBoolean
1372 boolean getBoolean(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java67 * <i>getter</i> methods (<code>getBoolean</code>, <code>getLong</code>, and so on)
260 boolean getBoolean(int columnIndex) throws SQLException; method in interface:ResultSet
548 boolean getBoolean(String columnLabel) throws SQLException; method in interface:ResultSet
/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java315 public native boolean getBoolean(Object obj, long offset); method in class:Unsafe
/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleAccessorsTest.java414 static void getBoolean(MethodHandle m, ValueHolder v, boolean value, boolean expectFailure) method in class:MethodHandleAccessorsTest
428 static void getBoolean(MethodHandle m, boolean value, boolean expectFailure) method in class:MethodHandleAccessorsTest
430 getBoolean(m, null, value, expectFailure);
450 getBoolean(methodHandle, valueHolder, booleanValue,
452 getBoolean(methodHandle, booleanValue,
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldPreferencesTest.java84 p.getBoolean(null, false);
199 pref.getBoolean(null, false);
206 assertFalse(pref.getBoolean("testGetBooleanKey", true));
207 assertTrue(pref.getBoolean("testGetBooleanKey2", true));
479 assertFalse(pref.getBoolean("testPutBooleanKey", true));
998 public boolean getBoolean(String key, boolean deflt) { method in class:OldPreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/sun/security/util/
H A DDerValue.java443 public boolean getBoolean() throws IOException { method in class:DerValue
445 throw new IOException("DerValue.getBoolean, not a BOOLEAN " + tag);
448 throw new IOException("DerValue.getBoolean, invalid length "

Completed in 5470 milliseconds