Home
last modified time | relevance | path

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

12

/external/apache-xml/src/main/java/org/apache/xml/utils/res/
DLongArrayWrapper.java35 public long getLong(int index){ in getLong() method in LongArrayWrapper
/external/libgdx/gdx/src/com/badlogic/gdx/
DPreferences.java55 public long getLong (String key); in getLong() method
65 public long getLong (String key, long defValue); in getLong() method
/external/robolectric/v1/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
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidPreferences.java95 public long getLong (String key) { in getLong() method in AndroidPreferences
120 public long getLong (String key, long defValue) { in getLong() method in AndroidPreferences
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwPreferences.java103 public long getLong (String key) { in getLong() method in JglfwPreferences
123 public long getLong (String key, long defValue) { in getLong() method in JglfwPreferences
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
DHeadlessPreferences.java110 public long getLong (String key) { in getLong() method in HeadlessPreferences
135 public long getLong (String key, long defValue) { in getLong() method in HeadlessPreferences
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglPreferences.java112 public long getLong (String key) { in getLong() method in LwjglPreferences
137 public long getLong (String key, long defValue) { in getLong() method in LwjglPreferences
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
DDirectByteBuffer.java131 public final long getLong () { in getLong() method in DirectByteBuffer
141 public final long getLong (int index) { in getLong() method in DirectByteBuffer
DHeapByteBuffer.java121 public final long getLong () { in getLong() method in HeapByteBuffer
131 public final long getLong (int index) { in getLong() method in HeapByteBuffer
DStringByteBuffer.java100 public final long getLong () { in getLong() method in StringByteBuffer
104 public final long getLong (int index) { in getLong() method in StringByteBuffer
DByteBuffer.java462 public abstract long getLong (); in getLong() method in ByteBuffer
474 public abstract long getLong (int index); in getLong() method in ByteBuffer
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3Preferences.java110 public long getLong (String key) { in getLong() method in Lwjgl3Preferences
135 public long getLong (String key, long defValue) { in getLong() method in Lwjgl3Preferences
/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/android_icu4j/src/main/java/android/icu/text/
DDigitList.java142 public final long getLong() { in getLong() method in DigitList
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDigitList.java141 public final long getLong() { in getLong() method in DigitList
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSPreferences.java107 public long getLong (String key) { in getLong() method in IOSPreferences
140 public long getLong (String key, long defValue) { in getLong() method in IOSPreferences
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSPreferences.java106 public long getLong (String key) { in getLong() method in IOSPreferences
140 public long getLong (String key, long defValue) { in getLong() method in IOSPreferences
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtPreferences.java134 public long getLong (String key) { in getLong() method in GwtPreferences
164 public long getLong (String key, long defValue) { in getLong() method in GwtPreferences
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
DSimpleTestCursor.java39 public long getLong(int columnIndex) { in getLong() method in SimpleTestCursor
/external/testng/src/main/java/org/testng/internal/annotations/
DConverter.java42 public static long getLong(String tagValue, long def) { in getLong() method in Converter
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DAbstractCursorTest.java259 public long getLong(int columnIndex) { in getLong() method in AbstractCursorTest.TestCursor
/external/icu/icu4c/source/i18n/
Daffixpatternparser.h46 const PluralAffix &getLong() const { return fLong; } in getLong() function
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DBasicComponent.java29 long getLong(); in getLong() method

12