Home
last modified time | relevance | path

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

12345678910>>...66

/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
H A 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
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingsXml.java133 long getLong(String attrName); in getLong() method
138 long getLong(String attrName, int defaultValue); in getLong() method
250 public long getLong(String attrName) { in getLong() method in SettingsXml.ReadSectionImpl
255 public long getLong(String attrName, int defaultValue) { in getLong() method in SettingsXml.ReadSectionImpl
/aosp_15_r20/frameworks/base/packages/SystemUI/pods/com/android/systemui/util/settings/
H A DSettingsProxy.kt506 fun getLong(name: String, def: Long): Long { in getLong() method
525 fun getLong(name: String): Long { in getLong() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DUserSettingDeviceConfigMediator.java90 public abstract long getLong(@NonNull String key, long defaultValue); in getLong() method in UserSettingDeviceConfigMediator
136 public long getLong(@NonNull String key, long defaultValue) { in getLong() method in UserSettingDeviceConfigMediator.SettingsOverridesAllMediator
183 public long getLong(@NonNull String key, long defaultValue) { in getLong() method in UserSettingDeviceConfigMediator.SettingsOverridesIndividualMediator
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A 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
388 protected static long getLong(ContentResolver cr, String name, long def) { in getLong() method in ShadowSettings.ShadowGlobal
393 protected static long getLong(ContentResolver cr, String name) throws SettingNotFoundException { in getLong() method in ShadowSettings.ShadowGlobal
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java135 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
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java135 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
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DLong.annotated.java93 @libcore.util.Nullable public static java.lang.Long getLong(@libcore.util.NonNull java.lang.String … in getLong() method in Long
95 @libcore.util.Nullable public static java.lang.Long getLong(@libcore.util.NonNull java.lang.String … in getLong() method in Long
97 @libcore.util.Nullable public static java.lang.Long getLong(@libcore.util.NonNull java.lang.String … in getLong() method in Long
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/lang/
H A DLong.annotated.java58 public static java.lang.Long getLong(java.lang.String nm) { throw new RuntimeException("Stub!"); } in getLong() method in Long
60 public static java.lang.Long getLong(java.lang.String nm, java.lang.Long val) { throw new RuntimeEx… in getLong() method in Long
62 public static java.lang.Long getLong(java.lang.String nm, long val) { throw new RuntimeException("S… in getLong() method in Long
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DLong.java169 public static java.lang.Long getLong(java.lang.String nm) { in getLong() method in Long
173 public static java.lang.Long getLong(java.lang.String nm, long val) { in getLong() method in Long
177 public static java.lang.Long getLong(java.lang.String nm, java.lang.Long val) { in getLong() method in Long
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/network/apn/
DApnRepositoryKt.java53 …private static final long getLong(android.database.Cursor $this$getLong, java.lang.String columnNa… in getLong() method in ApnRepositoryKt
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DExperimentalTestDataProvider.java63 public long getLong() { in getLong() method in ExperimentalTestDataProvider
172 public long getLong() { in getLong() method in ExperimentalTestDataProvider.Varint64Provider
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DExperimentalTestDataProvider.java63 public long getLong() { in getLong() method in ExperimentalTestDataProvider
172 public long getLong() { in getLong() method in ExperimentalTestDataProvider.Varint64Provider
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libcore_private.stubs/android_common/turbine/
Dlibcore_private.stubs.jarsun/misc/Unsafe.class <Unknown> package sun.misc public sun.misc. ...
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libcore_private.stubs/android_common/turbine-combined/
Dlibcore_private.stubs.jarsun/misc/Unsafe.class <Unknown> package sun.misc public sun.misc. ...
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
H A DKeyValueStore.kt71 fun getLong(key: String): Long? = getValue(key, Long::class.javaObjectType) in getValue() method
/aosp_15_r20/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
H A DField.java59 public long getLong(Cursor cursor) { in getLong() method in Field
125 public long getLong(Cursor cursor) { in getLong() method in Field.IntegerField
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h314 int32_t getLong() const { return (int32_t)fValue.fInt64; } in getLong() function
730 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dfmtable.h314 int32_t getLong() const { return (int32_t)fValue.fInt64; } in getLong() function
730 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function
/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSuggestionProviderCursor.java71 public long getLong(int column) { in getLong() method in MockSuggestionProviderCursor
131 public long getLong(int column) { in getLong() method in MockSuggestionProviderCursor.Row
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/
H A 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
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/
H A 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
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt32 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
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
H A DArgs.kt39 fun getLong(): Long { in getLong() method in android.tools.traces.parsers.perfetto.Args
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlin/
H A DCompanionModuleClasses.kt46 fun getLong(): Long in getDataA() method

12345678910>>...66