Home
last modified time | relevance | path

Searched defs:getInteger (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/resources/
H A DResourcesWrapper.kt71 fun getInteger(id: Int) = sResources.getInteger(id) method in com.android.bedstead.nene.resources.ResourcesWrapper
80 fun getInteger(configName: String, defPackage: String? = DEF_PACKAGE) = method
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DInteger.annotated.java90 @libcore.util.Nullable public static java.lang.Integer getInteger(@libcore.util.NonNull java.lang.S… in getInteger() method in Integer
92 @libcore.util.Nullable public static java.lang.Integer getInteger(@libcore.util.NonNull java.lang.S… in getInteger() method in Integer
94 @libcore.util.Nullable public static java.lang.Integer getInteger(@libcore.util.NonNull java.lang.S… in getInteger() method in Integer
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/lang/
H A DInteger.annotated.java58 public static java.lang.Integer getInteger(java.lang.String nm) { throw new RuntimeException("Stub!… in getInteger() method in Integer
60 public static java.lang.Integer getInteger(java.lang.String nm, int val) { throw new RuntimeExcepti… in getInteger() method in Integer
62 public static java.lang.Integer getInteger(java.lang.String nm, java.lang.Integer val) { throw new … in getInteger() method in Integer
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DInstallInObjectModule.kt28 fun getInteger(): Int in getInteger() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DInteger.java160 public static java.lang.Integer getInteger(java.lang.String nm) { in getInteger() method in Integer
164 public static java.lang.Integer getInteger(java.lang.String nm, int val) { in getInteger() method in Integer
168 public static java.lang.Integer getInteger(java.lang.String nm, java.lang.Integer val) { in getInteger() method in Integer
/aosp_15_r20/external/cronet/components/prefs/android/java/src/org/chromium/components/prefs/
H A DPrefService.java67 public int getInteger(@NonNull String preference) { in getInteger() method in PrefService
139 int getInteger(long nativePrefServiceAndroid, String preference); in getInteger() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlin/
H A DCompanionModuleClasses.kt48 fun getInteger(): Int in getDataA() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDerivedTypes.h454 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
551 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function
599 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDerivedTypes.h454 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
551 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function
599 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDerivedTypes.h454 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
551 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function
599 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDerivedTypes.h454 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
551 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function
599 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDerivedTypes.h440 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
537 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function
585 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryHistEntry.java235 private int getInteger(ContentValues values, String key) { in getInteger() method in BatteryHistEntry
243 private int getInteger(Cursor cursor, String key) { in getInteger() method in BatteryHistEntry
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
H A DExtProperties.java1679 public int getInteger(String key) in getInteger() method in ExtProperties
1704 public int getInteger(String key, int defaultValue) in getInteger() method in ExtProperties
1727 public Integer getInteger(String key, Integer defaultValue) in getInteger() method in ExtProperties
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp47 static int getInteger(const glw::Functions &gl, uint32_t pname) in getInteger() function
57 static int getInteger(const glw::Functions &gl) in getInteger() function
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
H A DHeaderValue.java100 public int getInteger() { in getInteger() method in HeaderValue
311 public int getInteger() { in getInteger() method in HeaderValue.IntegerValue
/aosp_15_r20/external/emma/core/java12/com/vladium/util/
H A DIntegerFactory.java22 public static Integer getInteger (final int value) in getInteger() method in IntegerFactory
/aosp_15_r20/packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/
DFlags.java46 public int getInteger(String flagName) { in getInteger() method in Flags
/aosp_15_r20/external/jspecify/samples/
H A DNotNullMarkedUnboxing.java23 Integer getInteger(); in getInteger() method
/aosp_15_r20/external/swiftshader/src/System/
H A DConfigurator.hpp57 int Configurator::getInteger(const std::string &sectionName, const std::string &keyName, T defaultV… in getInteger() function in sw::Configurator
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudfront/src/main/java/software/amazon/awssdk/services/cloudfront/internal/auth/
H A DAsn1Object.java92 public BigInteger getInteger() throws IOException { in getInteger() method in Asn1Object
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0441/src/android/security/cts/CVE_2021_0441/
H A DDeviceTest.java48 int getInteger(@IntegerRes int resId) { in getInteger() method in DeviceTest
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/message2/
H A DOptUtils.java26 static Integer getInteger(Map<String, Object> options, String key) { in getInteger() method in OptUtils
/aosp_15_r20/libcore/ojluni/src/main/java/sun/net/
H A DNetProperties.java111 static public Integer getInteger(String key, int defval) { in getInteger() method in NetProperties
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/message2/
H A DOptUtils.java25 static Integer getInteger(Map<String, Object> options, String key) { in getInteger() method in OptUtils

12345678910>>...30