/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/resources/ |
H A D | ResourcesWrapper.kt | 71 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 D | Integer.annotated.java | 90 @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 D | Integer.annotated.java | 58 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 D | InstallInObjectModule.kt | 28 fun getInteger(): Int in getInteger() method
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | Integer.java | 160 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 D | PrefService.java | 67 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 D | CompanionModuleClasses.kt | 48 fun getInteger(): Int in getDataA() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | DerivedTypes.h | 454 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/ |
D | DerivedTypes.h | 454 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/ |
D | DerivedTypes.h | 454 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/ |
D | DerivedTypes.h | 454 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 D | DerivedTypes.h | 440 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/ |
D | BatteryHistEntry.java | 235 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 D | ExtProperties.java | 1679 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 D | es31fShaderBuiltinConstantTests.cpp | 47 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 D | HeaderValue.java | 100 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 D | IntegerFactory.java | 22 public static Integer getInteger (final int value) in getInteger() method in IntegerFactory
|
/aosp_15_r20/packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/ |
D | Flags.java | 46 public int getInteger(String flagName) { in getInteger() method in Flags
|
/aosp_15_r20/external/jspecify/samples/ |
H A D | NotNullMarkedUnboxing.java | 23 Integer getInteger(); in getInteger() method
|
/aosp_15_r20/external/swiftshader/src/System/ |
H A D | Configurator.hpp | 57 int Configurator::getInteger(const std::string §ionName, 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 D | Asn1Object.java | 92 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 D | DeviceTest.java | 48 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 D | OptUtils.java | 26 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 D | NetProperties.java | 111 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 D | OptUtils.java | 25 static Integer getInteger(Map<String, Object> options, String key) { in getInteger() method in OptUtils
|