Home
last modified time | relevance | path

Searched defs:getLong (Results 1 – 21 of 21) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/res/
DLongArrayWrapper.java35 public long getLong(int index){ in getLong() method in LongArrayWrapper
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSettings.java70 public static long getLong(ContentResolver cr, String name, long def) { in getLong() method in ShadowSettings.SettingsImpl
79 …public static long getLong(ContentResolver cr, String name) throws Settings.SettingNotFoundExcepti… in getLong() method in ShadowSettings.SettingsImpl
DShadowMatrixCursor.java37 public long getLong(int column) { in getLong() method in ShadowMatrixCursor
DShadowSQLiteCursor.java138 public long getLong(int columnIndex) { in getLong() method in ShadowSQLiteCursor
DShadowCursorWrapper.java129 public long getLong(int i) { in getLong() method in ShadowCursorWrapper
DShadowBundle.java69 public long getLong(String key) { in getLong() method in ShadowBundle
74 public long getLong(String key, long defaultValue) { in getLong() method in ShadowBundle
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h317 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function
734 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDigitList.java141 public final long getLong() { in getLong() method in DigitList
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
DSimpleTestCursor.java39 public long getLong(int columnIndex) { in getLong() method in SimpleTestCursor
DTestCursor.java123 public long getLong(int columnIndex) { in getLong() method in TestCursor
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAbstractCursorTest.java259 public long getLong(int columnIndex) { in getLong() method in AbstractCursorTest.TestCursor
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArray.java161 public long getLong(int off) { in getLong() method in ByteArray
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/
DTestSharedPreferences.java54 public long getLong(String key, long defValue) { in getLong() method in TestSharedPreferences
/external/javassist/src/main/javassist/compiler/
DLex.java92 public long getLong() { in getLong() method in Lex
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java261 public long getLong(int pos); in getLong() method
325 public long getLong(int pos) { in getLong() method in ArrayAccessReplaceTest.Simple
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
DProxyBuilderTest.java211 public long getLong() { return 3L; } in getLong() method in ProxyBuilderTest.AllReturnTypes
248 public long getLong(long input) { return input; } in getLong() method in ProxyBuilderTest.PassThroughAllTypes
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp492 int32_t DigitList::getLong() /*const*/ in getLong() function in DigitList
Dfmtable.cpp395 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONArray.java356 public long getLong(int index) throws JSONException { in getLong() method in JSONArray
DJSONObject.java628 public long getLong(String key) throws JSONException { in getLong() method in JSONObject
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java427 public long getLong(int columnIndex) throws SQLException { in getLong() method in Impl_RowSet
431 public long getLong(String columnName) throws SQLException { in getLong() method in Impl_RowSet