Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java63 public long getLong() { in getLong() method in ExperimentalTestDataProvider
172 public long getLong() { in getLong() method in ExperimentalTestDataProvider.Varint64Provider
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
DLongArrayWrapper.java35 public long getLong(int index){ in getLong() method in LongArrayWrapper
/external/dagger2/javatests/dagger/functional/factory/
DFactoryRequiredModulesTest.java36 long getLong(); in getLong() method
DFactoryMixedParametersTest.java43 long getLong(); in getLong() method
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function
731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java130 static long getLong(Object target, long offset) { in getLong() method in UnsafeUtil
186 static long getLong(long[] target, long index) { in getLong() method in UnsafeUtil
264 static long getLong(long address) { in getLong() method in UnsafeUtil
512 public final long getLong(Object target, long offset) { in getLong() method in UnsafeUtil.MemoryAccessor
556 public abstract long getLong(long address); in getLong() method in UnsafeUtil.MemoryAccessor
594 public long getLong(long address) { in getLong() method in UnsafeUtil.JvmMemoryAccessor
DLongArrayList.java138 public long getLong(int index) { in getLong() method in LongArrayList
/external/protobuf/java/core/src/stubs/sun/misc/
DUnsafe.java50 public long getLong(Object o, long offset) { /* null implementation */ return 0; } in getLong() method in Unsafe
51 public long getLong(long address) { /* null implementation */ return 0; } in getLong() method in Unsafe
/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-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java41 public void getLong() { in getLong() method in ShadowBundleTest
DShadowAbstractCursorTest.java253 public long getLong(int columnIndex) { in getLong() method in ShadowAbstractCursorTest.TestCursor
/external/dagger2/javatests/dagger/functional/
DBasicComponent.java36 long getLong(); in getLong() method
/external/libtextclassifier/jni/com/google/android/textclassifier/
DNamedVariant.java123 public long getLong() { in getLong() method in NamedVariant
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWrapper.java137 public long getLong(int i) { in getLong() method in ShadowCursorWrapper
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DBaseCursor.java126 public long getLong(int columnIndex) { in getLong() method in BaseCursor
DRoboCursor.java66 public long getLong(int columnIndex) { in getLong() method in RoboCursor
/external/flatbuffers/php/
DByteBuffer.php424 public function getLong($index) function in Google\\FlatBuffers\\ByteBuffer
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DAbstractHttp2Headers.java129 public Long getLong(CharSequence name) { in getLong() method in AbstractHttp2Headers
134 public long getLong(CharSequence name, long defaultValue) { in getLong() method in AbstractHttp2Headers
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java310 public long getLong() { return 3L; } in getLong() method in ProxyBuilderTest.AllReturnTypes
348 public long getLong(long input) { return input; } in getLong() method in ProxyBuilderTest.PassThroughAllTypes
/external/icu/icu4c/source/i18n/
Dfmtable.cpp394 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java797 public long getLong(int columnIndex) { in getLong() method in EABContactManager.CursorTranslator
/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