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

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTypedArray.java18 public boolean getBoolean(int index, boolean defValue) { method in class:ShadowTypedArray
H A DShadowBundle.java133 public boolean getBoolean(String key) { method in class:ShadowBundle
134 return getBoolean(key, false);
138 public boolean getBoolean(String key, boolean defaultValue) { method in class:ShadowBundle
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java91 public boolean getBoolean(String key, boolean defValue) { method in class:InMemorySharedPreferences
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorState.cpp67 bool InspectorState::getBoolean(const String& propertyName) function in class:WebCore::InspectorState
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DJSONValues.cpp273 bool JSONObjectBase::getBoolean(const String& name, bool* output) const function in class:WebCore::JSONObjectBase
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java64 public boolean getBoolean(String key, boolean defValue) { method in class:TestSharedPreferences
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java320 public boolean getBoolean(String key, boolean deflt) { method in class:PreferencesTest.MockPreferences
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAppSettings.java267 put(key, prefs.getBoolean(key, (Boolean) defaultValue));
311 public boolean getBoolean(String key) { method in class:AppSettings
596 return getBoolean("UseInput");
676 return getBoolean("VSync");
684 return getBoolean("Fullscreen");
692 return !getBoolean("DisableJoysticks");
708 return getBoolean("Stereo3D");
/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c52 static u8 getBoolean(const char *z){ function
222 if( getBoolean(zRight) ){
436 b = getBoolean(zRight);
1036 if( getBoolean(zRight) ){
1050 sqlite3RegisterLikeFunctions(db, getBoolean(zRight));
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java46 assertEquals(value, simple.getBoolean(i));
246 public boolean getBoolean(int pos); method in interface:ArrayAccessReplaceTest.SimpleInterface
297 public boolean getBoolean(int pos) { method in class:ArrayAccessReplaceTest.Simple
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java171 public boolean getBoolean() { return true; } method in class:ProxyBuilderTest.AllReturnTypes
186 assertEquals(false, proxy.getBoolean());
208 public boolean getBoolean(boolean input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
231 assertEquals(false, proxy.getBoolean(false));
232 assertEquals(true, proxy.getBoolean(true));
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java331 public boolean getBoolean(int columnIndex) throws SQLException { method in class:Impl_RowSet
335 public boolean getBoolean(String columnName) throws SQLException { method in class:Impl_RowSet
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/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.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.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 ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c87795 static u8 getBoolean(const char *z){ function
[all...]

Completed in 4058 milliseconds

12