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

123

/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/testng/src/main/java/org/testng/internal/annotations/
H A DConverter.java42 public static long getLong(String tagValue, long def) { method in class:Converter
/external/robolectric/v1/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/v1/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/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbstractCursorTest.java259 public long getLong(int columnIndex) { method in class:AbstractCursorTest.TestCursor
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DBasicComponent.java29 long getLong(); method in interface:BasicComponent
/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/android_icu4j/src/main/java/android/icu/text/
H A DDigitList.java142 public final long getLong() { method in class:DigitList
786 * false, otherwise. This is required so that getLong() works.
/external/icu/icu4c/source/i18n/
H A Daffixpatternparser.h46 const PluralAffix &getLong() const { return fLong; } function in class:CurrencyAffixInfo
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/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
785 * 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/v1/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/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DEABContactManager.java687 id = cursor.getLong(cursor.getColumnIndex(Contacts.Impl._ID));
777 return (int) getLong(columnIndex);
781 public long getLong(int columnIndex) { method in class:EABContactManager.CursorTranslator
782 return super.getLong(columnIndex);
/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

Completed in 616 milliseconds

123