Searched refs:putBoolean (Results 1 - 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
H A DExtension.java154 dos1.putBoolean(critical);
179 dos.putBoolean(critical);
H A DIssuingDistributionPointExtension.java402 tmp.putBoolean(hasOnlyUserCerts);
409 tmp.putBoolean(hasOnlyCACerts);
423 tmp.putBoolean(isIndirectCRL);
430 tmp.putBoolean(hasOnlyAttributeCerts);
H A DBasicConstraintsExtension.java77 tmp.putBoolean(ca);
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldAbstractPreferencesTest.java130 pref.putBoolean("BoolValue", true);
187 pref.putBoolean("BoolValue", true);
347 pref.putBoolean("BoolValue", true);
353 pref.putBoolean(null, true);
367 pref.putBoolean(new String(sb), true);
376 pref.putBoolean("DoubleValue", true);
386 pref.putBoolean("BoolValue", true);
516 pref.putBoolean("BoolValue", true);
645 pref.putBoolean(keyArray[2], true);
788 pref.putBoolean("BoolValu
[all...]
H A DOldPreferencesTest.java97 p.putBoolean(null, false);
467 pref.putBoolean(null, false);
471 pref.putBoolean(longKey, false);
473 pref.putBoolean(longKey + "a", false);
477 pref.putBoolean("testPutBooleanKey", false);
1062 public void putBoolean(String key, boolean value) { method in class:OldPreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/java/io/
H A DBits.java84 static void putBoolean(byte[] b, int off, boolean val) { method in class:Bits
H A DObjectOutputStream.java1672 Bits.putBoolean(primVals, getFieldOffset(name, Boolean.TYPE), val);
1994 Bits.putBoolean(buf, pos++, v);
2111 Bits.putBoolean(buf, pos++, v[off++]);
H A DObjectStreamClass.java1941 Bits.putBoolean(buf, off, unsafe.getBoolean(obj, key));
1995 unsafe.putBoolean(obj, key, Bits.getBoolean(buf, off));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DAbstractPreferencesTest.java624 pref.putBoolean(null, false);
629 pref.putBoolean(LONG_KEY, false);
631 pref.putBoolean(LONG_KEY + "a", false);
636 pref.putBoolean("testPutBooleanKey", false);
936 pref.putBoolean("key", false);
968 pref.putBoolean("key", false);
1063 p.putBoolean("key", true);
1181 p.putBoolean("key", true);
1287 p.putBoolean("key", true);
1414 pref.putBoolean("ke
[all...]
H A DPreferencesTest.java351 public void putBoolean(String key, boolean value) { method in class:PreferencesTest.MockPreferences
/libcore/ojluni/src/main/java/java/util/prefs/
H A DPreferences.java633 public abstract void putBoolean(String key, boolean value); method in class:Preferences
641 * conjunction with {@link #putBoolean}.
667 * @see #putBoolean(String,boolean)
H A DAbstractPreferences.java454 * Implements the <tt>putBoolean</tt> method as per the specification in
455 * {@link Preferences#putBoolean(String,boolean)}.
469 public void putBoolean(String key, boolean value) { method in class:AbstractPreferences
/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java317 public native void putBoolean(Object obj, long offset, boolean newValue); method in class:Unsafe
/libcore/ojluni/src/main/java/sun/security/util/
H A DDerOutputStream.java139 public void putBoolean(boolean val) throws IOException { method in class:DerOutputStream

Completed in 912 milliseconds