Searched defs:getLong (Results 1 - 25 of 67) 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/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLongArrayList.java123 return getLong(index);
127 public long getLong(int index) { method in class:LongArrayList
H A DInternal.java667 long getLong(int index); method in interface:Internal.LongList
/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/flatbuffers/php/
H A DByteBuffer.php424 public function getLong($index) function
/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.java145 public final long getLong() { method in class:DigitList
741 * false, otherwise. This is required so that getLong() works.
/external/icu/icu4c/source/i18n/
H A Daffixpatternparser.h48 const PluralAffix &getLong() const { return fLong; } function in class:CurrencyAffixInfo
H A Dfmtable.cpp396 //Formattable::getLong(UErrorCode* status) const
397 Formattable::getLong(UErrorCode& status) const function in class:Formattable
434 getNumber().getLong(status);
734 fDecimalNum->set(this->getLong());
788 fValue.fInt64 = fDecimalNum->getLong();
872 stream << obj.getLong() << 'L';
961 return obj->getLong(*status);
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h241 * Selector indicating a 32-bit integer value. Use getLong to
319 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } function in class:Formattable
330 * getNumber().getLong(status) is returned. If this object is
337 int32_t getLong(UErrorCode& status) const;
639 * Deprecated variant of getLong(UErrorCode&).
642 * @deprecated ICU 3.0 use getLong(UErrorCode&) instead
644 inline int32_t getLong(UErrorCode* status) const;
736 inline int32_t Formattable::getLong(UErrorCode* status) const { function in class:Formattable
737 return getLong(*status);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDigitList.java143 public final long getLong() { method in class:DigitList
739 * 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.java703 id = cursor.getLong(cursor.getColumnIndex(Contacts.Impl._ID));
794 return (int) getLong(columnIndex);
798 public long getLong(int columnIndex) { method in class:EABContactManager.CursorTranslator
799 return super.getLong(columnIndex);
949 cursor.getLong(DATA_QUERY_DATA_ID),
/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

Completed in 2614 milliseconds

123