| /external/apache-commons-io/src/main/java/org/apache/commons/io/file/ |
| D | Counters.java | 142 public Long getLong() { in getLong() method in Counters.BigIntegerCounter 212 Long getLong(); in getLong() method 264 public Long getLong() { in getLong() method in Counters.LongCounter 326 public Long getLong() { in getLong() method in Counters.NoopCounter
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ExperimentalTestDataProvider.java | 63 public long getLong() { in getLong() method in ExperimentalTestDataProvider 172 public long getLong() { in getLong() method in ExperimentalTestDataProvider.Varint64Provider
|
| /external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ExperimentalTestDataProvider.java | 63 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/ |
| D | LongArrayWrapper.java | 35 public long getLong(int index){ in getLong() method in LongArrayWrapper
|
| /external/dagger2/javatests/dagger/functional/factory/ |
| D | FactoryRequiredModulesTest.java | 36 long getLong(); in getLong() method
|
| D | FactoryMixedParametersTest.java | 43 long getLong(); in getLong() method
|
| /external/icu/icu4c/source/i18n/unicode/ |
| D | fmtable.h | 315 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/icu/libicu/cts_headers/unicode/ |
| D | fmtable.h | 315 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/cronet/third_party/icu/source/i18n/unicode/ |
| D | fmtable.h | 315 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowSettings.java | 87 protected static long getLong(ContentResolver cr, String name, long def) { in getLong() method in ShadowSettings.ShadowSystem 92 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong() method in ShadowSettings.ShadowSystem 310 protected static long getLong(ContentResolver cr, String name, long def) { in getLong() method in ShadowSettings.ShadowSecure 315 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong() method in ShadowSettings.ShadowSecure 400 protected static long getLong(ContentResolver cr, String name, long def) { in getLong() method in ShadowSettings.ShadowGlobal 405 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong() method in ShadowSettings.ShadowGlobal
|
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | ByteArray.kt | 32 internal expect inline fun ByteArray.getLong(index: Int): Long in getString() method 69 public inline fun getLong(ary: ByteArray, index: Int): Long { in getString() method
|
| D | Buffers.kt | 89 public fun getLong(index: Int): Long in findFirst() method 348 override fun getLong(index: Int): Long = buffer.getLong(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
|
| /external/dagger2/javatests/dagger/functional/kotlin/ |
| D | TestComponentWithCompanionModule.kt | 29 fun getLong(): Long in getDataA() method
|
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | ByteArray.kt | 28 public actual inline fun ByteArray.getLong(index: Int): Long = getLongAt(index) method
|
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | ByteArray.kt | 28 public actual inline fun ByteArray.getLong(index: Int): Long = ByteArrayOps.getLong(this, index) method
|
| /external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | ByteArray.kt | 29 public actual inline fun ByteArray.getLong(index: Int): Long = ByteArrayOps.getLong(this, index) method
|
| /external/flatbuffers/java/com/google/flatbuffers/ |
| D | ReadBuf.java | 41 long getLong(int index); in getLong() method
|
| /external/protobuf/java/core/src/stubs/sun/misc/ |
| D | Unsafe.java | 50 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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | Units.java | 81 public static String getLong(String shortId) { in getLong() method in Units
|
| /external/testng/src/main/java/org/testng/internal/annotations/ |
| D | Converter.java | 42 public static long getLong(String tagValue, long def) { in getLong() method in Converter
|
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | UnsafeUtil.java | 135 static long getLong(Object target, long offset) { in getLong() method in UnsafeUtil 191 static long getLong(long[] target, long index) { in getLong() method in UnsafeUtil 269 static long getLong(long address) { in getLong() method in UnsafeUtil 540 public final long getLong(Object target, long offset) { in getLong() method in UnsafeUtil.MemoryAccessor 601 public abstract long getLong(long address); in getLong() method in UnsafeUtil.MemoryAccessor 730 public long getLong(long address) { in getLong() method in UnsafeUtil.JvmMemoryAccessor 847 public long getLong(long address) { in getLong() method in UnsafeUtil.Android64MemoryAccessor 972 public long getLong(long address) { in getLong() method in UnsafeUtil.Android32MemoryAccessor
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | UnsafeUtil.java | 135 static long getLong(Object target, long offset) { in getLong() method in UnsafeUtil 191 static long getLong(long[] target, long index) { in getLong() method in UnsafeUtil 269 static long getLong(long address) { in getLong() method in UnsafeUtil 540 public final long getLong(Object target, long offset) { in getLong() method in UnsafeUtil.MemoryAccessor 601 public abstract long getLong(long address); in getLong() method in UnsafeUtil.MemoryAccessor 730 public long getLong(long address) { in getLong() method in UnsafeUtil.JvmMemoryAccessor 847 public long getLong(long address) { in getLong() method in UnsafeUtil.Android64MemoryAccessor 972 public long getLong(long address) { in getLong() method in UnsafeUtil.Android32MemoryAccessor
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowBundleTest.java | 41 public void getLong() { in getLong() method in ShadowBundleTest
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowBundleTest.java | 41 public void getLong() { in getLong() method in ShadowBundleTest
|
| /external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/testing/ |
| D | TestingDeviceConfig.java | 85 public long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong() method in TestingDeviceConfig
|