Home
last modified time | relevance | path

Searched defs:getInt (Results 26 – 50 of 1850) sorted by relevance

12345678910>>...74

/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/nullables/
H A DJspecifyNullableTest.kt33 fun getInt(): Int in getInt() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/factory/
H A DFactoryImplicitModulesTest.java54 int getInt(); in getInt() method
71 int getInt(); in getInt() method
/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.kt65 fun getInt(key: String): Int? = getValue(key, Int::class.javaObjectType) in getValue() method
/aosp_15_r20/cts/tests/security/src/android/keystore/cts/
H A DCborUtils.java43 public static int getInt(Map map, long index) { in getInt() method in CborUtils
48 public static int getInt(Map map, DataItem index) { in getInt() method in CborUtils
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/flags/
H A DFlagDependenciesTest.kt72 override fun getInt(flag: IntFlag): Int = unsupported method in com.android.systemui.flags.FlagDependenciesTest.TestFeatureFlags
73 override fun getInt(flag: ResourceIntFlag): Int = unsupported method in com.android.systemui.flags.FlagDependenciesTest.TestFeatureFlags
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerIntPair.h58 IntType getInt() const { in getInt() function
152 static intptr_t getInt(intptr_t Value) { in getInt() function
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/util/
DDataStatus.java148 private static int getInt(Cursor cursor, String columnName) { in getInt() method in DataStatus
152 private static int getInt(Cursor cursor, String columnName, int missingValue) { in getInt() method in DataStatus
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DPointerIntPair.h62 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
159 static intptr_t getInt(intptr_t Value) { in getInt() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DPointerIntPair.h58 IntType getInt() const { in getInt() function
152 static intptr_t getInt(intptr_t Value) { in getInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DPointerIntPair.h96 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
195 static intptr_t getInt(intptr_t Value) { in getInt() function
/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSuggestionProviderCursor.java66 public int getInt(int column) { in getInt() method in MockSuggestionProviderCursor
125 public int getInt(int column) { in getInt() method in MockSuggestionProviderCursor.Row
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DPointerIntPair.h96 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
195 static intptr_t getInt(intptr_t Value) { in getInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DPointerIntPair.h96 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
195 static intptr_t getInt(intptr_t Value) { in getInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DPointerIntPair.h96 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
195 static intptr_t getInt(intptr_t Value) { in getInt() function
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt30 internal expect inline fun ByteArray.getInt(index: Int): Int in getString() method
58 public inline fun getInt(ary: ByteArray, index: Int): Int { in getString() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
H A DFeatureFlagsClassicRelease.java189 public int getInt(@NonNull IntFlag flag) { in getInt() method in FeatureFlagsClassicRelease
195 public int getInt(@NonNull ResourceIntFlag flag) { in getInt() method in FeatureFlagsClassicRelease
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
H A DArgs.kt34 fun getInt(): Int { in getInt() method
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
H A DRuntimeSingleton.java462 public static int getInt( String key ) in getInt() method in RuntimeSingleton
475 public static int getInt( String key, int defaultValue ) in getInt() method in RuntimeSingleton
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/flags/
H A DFakeFeatureFlags.kt128 override fun getInt(flag: IntFlag): Int = requireIntValue(flag.name) in <lambda>() method in com.android.systemui.flags.FakeFeatureFlags
130 override fun getInt(flag: ResourceIntFlag): Int = requireIntValue(flag.name) in <lambda>() method in com.android.systemui.flags.FakeFeatureFlags
/aosp_15_r20/frameworks/libs/systemui/toruslib/torus-wallpaper-settings/src/main/java/com/google/android/torus/settings/storage/
DCustomizedSharedPreferences.kt212 fun getInt(key: String, defaultValue: Int): Int { in getInt() method
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DSystemProperties.java180 public static int getInt(@NonNull String key, int def) { in getInt() method in SystemProperties
375 public int getInt(int def) { in getInt() method in SystemProperties.Handle
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/
H A DResultMetadata.java137 int getInt(String key); in getInt() method
149 int getInt(String key, int defaultValue); in getInt() method
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h78 int64_t &getInt() { in getInt() function
98 int64_t getInt() const { in getInt() function

12345678910>>...74