Searched defs:getBoolean (Results 1 - 25 of 36) 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:blink::InspectorState
/external/chromium_org/third_party/WebKit/Source/platform/
H A DJSONValues.cpp330 bool JSONObjectBase::getBoolean(const String& name, bool* output) const function in class:blink::JSONObjectBase
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONArray.java262 public boolean getBoolean(int index) throws JSONException { method in class:JSONArray
452 return getBoolean(index);
H A DJSONObject.java531 public boolean getBoolean(String key) throws JSONException { method in class:JSONObject
810 return getBoolean(key);
/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/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/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jarMETA-INF/ META-INF/MANIFEST.MF org/json/CDL.class CDL.java package org ...
/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 ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 2121 milliseconds

12