Searched defs:getLong (Results 1 - 25 of 35) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DLongArrayWrapper.java35 public long getLong(int index){ method in class:LongArrayWrapper
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMatrixCursor.java37 public long getLong(int column) { method in class:ShadowMatrixCursor
H A DShadowSQLiteCursor.java138 public long getLong(int columnIndex) { method in class:ShadowSQLiteCursor
H A DShadowSettings.java70 public static long getLong(ContentResolver cr, String name, long def) { method in class:ShadowSettings.SettingsImpl
79 public static long getLong(ContentResolver cr, String name) throws Settings.SettingNotFoundException { method in class:ShadowSettings.SettingsImpl
H A DShadowCursorWrapper.java129 public long getLong(int i) { method in class:ShadowCursorWrapper
130 return wrappedCursor.getLong(i);
H A DShadowBundle.java69 public long getLong(String key) { method in class:ShadowBundle
70 return getLong(key, 0);
74 public long getLong(String key, long defaultValue) { method in class:ShadowBundle
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DSimpleTestCursor.java39 public long getLong(int columnIndex) { method in class:SimpleTestCursor
H A DTestCursor.java123 public long getLong(int columnIndex) { method in class:TestCursor
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java259 public long getLong(int columnIndex) { method in class:AbstractCursorTest.TestCursor
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArray.java161 public long getLong(int off) { method in class:ByteArray
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONArray.java356 public long getLong(int index) throws JSONException { method in class:JSONArray
569 return getLong(index);
H A DJSONObject.java628 public long getLong(String key) throws JSONException { method in class:JSONObject
953 return getLong(key);
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h239 * Selector indicating a 32-bit integer value. Use getLong to
317 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } function in class:Formattable
328 * getNumber().getLong(status) is returned. If this object is
335 int32_t getLong(UErrorCode& status) const;
637 * Deprecated variant of getLong(UErrorCode&).
640 * @deprecated ICU 3.0 use getLong(UErrorCode&) instead
642 inline int32_t getLong(UErrorCode* status) const;
734 inline int32_t Formattable::getLong(UErrorCode* status) const { function in class:Formattable
735 return getLong(*status);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDigitList.java141 public final long getLong() { method in class:DigitList
764 * false, otherwise. This is required so that getLong() works.
/external/javassist/src/main/javassist/compiler/
H A DLex.java92 public long getLong() { method in class:Lex
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java54 public long getLong(String key, long defValue) { method in class:TestSharedPreferences
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp394 //Formattable::getLong(UErrorCode* status) const
395 Formattable::getLong(UErrorCode& status) const function in class:Formattable
432 getNumber().getLong(status);
729 fDecimalNum->set(this->getLong());
783 fValue.fInt64 = fDecimalNum->getLong();
867 stream << obj.getLong() << 'L';
956 return obj->getLong(*status);
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java96 assertEquals(i, simple.getLong(i));
261 public long getLong(int pos); method in interface:ArrayAccessReplaceTest.SimpleInterface
325 public long getLong(int pos) { method in class:ArrayAccessReplaceTest.Simple
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java211 public long getLong() { return 3L; } method in class:ProxyBuilderTest.AllReturnTypes
229 assertEquals(10, proxy.getLong());
248 public long getLong(long input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
274 assertEquals(4L, proxy.getLong(4L));
275 assertEquals(5L, proxy.getLong(5L));
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java427 public long getLong(int columnIndex) throws SQLException { method in class:Impl_RowSet
431 public long getLong(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 ...
/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 ...

Completed in 329 milliseconds

12