/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
D | LongArrayWrapper.java | 35 public long getLong(int index){ in getLong() method in LongArrayWrapper
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowSettings.java | 70 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
|
D | ShadowMatrixCursor.java | 37 public long getLong(int column) { in getLong() method in ShadowMatrixCursor
|
D | ShadowSQLiteCursor.java | 138 public long getLong(int columnIndex) { in getLong() method in ShadowSQLiteCursor
|
D | ShadowCursorWrapper.java | 129 public long getLong(int i) { in getLong() method in ShadowCursorWrapper
|
D | ShadowBundle.java | 69 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/ |
D | fmtable.h | 317 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/ |
D | DigitList.java | 141 public final long getLong() { in getLong() method in DigitList
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/ |
D | SimpleTestCursor.java | 39 public long getLong(int columnIndex) { in getLong() method in SimpleTestCursor
|
D | TestCursor.java | 123 public long getLong(int columnIndex) { in getLong() method in TestCursor
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AbstractCursorTest.java | 259 public long getLong(int columnIndex) { in getLong() method in AbstractCursorTest.TestCursor
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | ByteArray.java | 161 public long getLong(int off) { in getLong() method in ByteArray
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/ |
D | TestSharedPreferences.java | 54 public long getLong(String key, long defValue) { in getLong() method in TestSharedPreferences
|
/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 92 public long getLong() { in getLong() method in Lex
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 261 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/ |
D | ProxyBuilderTest.java | 211 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/ |
D | digitlst.cpp | 492 int32_t DigitList::getLong() /*const*/ in getLong() function in DigitList
|
D | fmtable.cpp | 395 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | JSONArray.java | 356 public long getLong(int index) throws JSONException { in getLong() method in JSONArray
|
D | JSONObject.java | 628 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/ |
D | Impl_RowSet.java | 427 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
|