Home
last modified time | relevance | path

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

1234

/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
DCounters.java142 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/cronet/tot/third_party/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/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/cronet/stable/third_party/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/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt33 internal expect inline fun ByteArray.getLong(index: Int): Long in getString() method
70 public inline fun getLong(ary: ByteArray, index: Int): Long { in getString() method
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h314 int32_t getLong() const { return static_cast<int32_t>(fValue.fInt64); } in getLong() function
730 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
/external/icu/libicu/cts_headers/unicode/
Dfmtable.h314 int32_t getLong() const { return static_cast<int32_t>(fValue.fInt64); } in getLong() function
730 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
/external/dagger2/javatests/dagger/functional/factory/
DFactoryRequiredModulesTest.java36 long getLong(); in getLong() method
DFactoryMixedParametersTest.java43 long getLong(); in getLong() method
/external/cronet/stable/third_party/icu/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/cronet/tot/third_party/icu/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/threetenbp/src/main/java/org/threeten/bp/temporal/
DTemporalAccessor.java179 long getLong(TemporalField field); in getLong() method
/external/threetenbp/src/test/java/org/threeten/bp/temporal/
DMockFieldValue.java67 public long getLong(TemporalField field) { in getLong() method in MockFieldValue
/external/threetenbp/src/main/java/org/threeten/bp/jdk8/
DDefaultInterfaceEra.java77 public long getLong(TemporalField field) { in getLong() method in DefaultInterfaceEra
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt30 public actual inline fun ByteArray.getLong(index: Int): Long = ByteArrayOps.getLong(this, index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt29 public actual inline fun ByteArray.getLong(index: Int): Long = getLongAt(index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt28 public actual inline fun ByteArray.getLong(index: Int): Long = ByteArrayOps.getLong(this, index) method
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/
DReadBuf.java41 long getLong(int index); in getLong() method
/external/dagger2/javatests/dagger/functional/kotlin/
DCompanionModuleClasses.kt46 fun getLong(): Long in getDataA() method
/external/threetenbp/src/main/java/org/threeten/bp/chrono/
DIsoEra.java143 public long getLong(TemporalField field) { in getLong() method in IsoEra
DMinguoEra.java141 public long getLong(TemporalField field) { in getLong() method in MinguoEra
DThaiBuddhistEra.java140 public long getLong(TemporalField field) { in getLong() method in ThaiBuddhistEra
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSettings.java85 protected static long getLong(ContentResolver cr, String name, long def) { in getLong() method in ShadowSettings.ShadowSystem
90 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong() method in ShadowSettings.ShadowSystem
298 protected static long getLong(ContentResolver cr, String name, long def) { in getLong() method in ShadowSettings.ShadowSecure
303 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong() method in ShadowSettings.ShadowSecure
392 protected static long getLong(ContentResolver cr, String name, long def) { in getLong() method in ShadowSettings.ShadowGlobal
397 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong() method in ShadowSettings.ShadowGlobal
/external/cronet/stable/components/prefs/android/java/src/org/chromium/components/prefs/
DPrefService.java99 public long getLong(@NonNull String preference) { in getLong() method in PrefService
163 long getLong(long nativePrefServiceAndroid, String preference); in getLong() method

1234