Searched defs:putBoolean (Results 1 - 15 of 15) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DAbstractHasher.java22 * An abstract hasher, implementing {@link #putBoolean(boolean)}, {@link #putDouble(double)},
29 @Override public final Hasher putBoolean(boolean b) { method in class:AbstractHasher
H A DSink.java86 Sink putBoolean(boolean b); method in interface:Sink
H A DHasher.java48 @Override Hasher putBoolean(boolean b); method in interface:Hasher
H A DMessageDigestHashFunction.java131 @Override public Hasher putBoolean(boolean b) { method in class:MessageDigestHashFunction.MessageDigestHasher
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java178 public SharedPreferences.Editor putBoolean(String key, boolean value) { method in class:InMemorySharedPreferences.InMemoryEditor
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java131 public Editor putBoolean(String key, boolean value) { method in class:TestSharedPreferences.TestSharedPreferencesEditor
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java385 public void putBoolean(String key, boolean value) { method in class:PreferencesTest.MockPreferences
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAppSettings.java214 putBoolean(key.substring(0, key.length() - 6), bVal);
344 public void putBoolean(String key, boolean value) { method in class:AppSettings
371 putBoolean("UseInput", use);
380 putBoolean("DisableJoysticks", !use);
526 putBoolean("Fullscreen", value);
536 putBoolean("VSync", value);
548 putBoolean("Stereo3D", value);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBundle.java128 public void putBoolean(String key, boolean value) { method in class:ShadowBundle
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 465 milliseconds