Home
last modified time | relevance | path

Searched defs:integerValue (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/writer/
H A DDexWriterUleb128Test.java223 private void performTest(int integerValue, byte[] encodedValue) throws IOException { in performTest()
227 …private void performTest(int integerValue, byte[] encodedValue, int encodedLength) throws IOExcept… in performTest()
H A DDexWriterSleb128Test.java226 private void performTest(int integerValue, byte[] encodedValue) throws IOException { in performTest()
230 …private void performTest(int integerValue, byte[] encodedValue, int encodedLength) throws IOExcept… in performTest()
H A DDexDataWriterTest.java207 … private void testWriteEncodedIntHelper(int integerValue, int... encodedValue) throws IOException { in testWriteEncodedIntHelper()
241 …private void testWriteEncodedUintHelper(int integerValue, int... encodedValue) throws IOException { in testWriteEncodedUintHelper()
/aosp_15_r20/art/test/715-clinit-implicit-parameter-annotations/src/
H A DMain.java146 private final int integerValue; in getLocalClassWithEnclosingInstanceCapture() field in Main.LocalClass
148 LocalClass(@AnnotationA int integerValue) { in getLocalClassWithEnclosingInstanceCapture()
/aosp_15_r20/external/aws-sdk-java-v2/services/ecs/src/main/resources/codegen-resources/
H A Dexamples-1.json273 "integerValue": 2048, number
280 "integerValue": 3768, number
287 "integerValue": 0, number
302 "integerValue": 1948, number
309 "integerValue": 3668, number
316 "integerValue": 0, number
/aosp_15_r20/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
H A DMetadataKeyQuery.java46 IntegerQuery<E> integerValue(); in integerValue() method
H A DBundleKeyQuery.java50 IntegerQuery<E> integerValue(); in integerValue() method
H A DMetadataKeyQueryHelper.java95 public IntegerQuery<E> integerValue() { in integerValue() method in MetadataKeyQueryHelper
H A DBundleKeyQueryHelper.java115 public IntegerQuery<E> integerValue() { in integerValue() method in BundleKeyQueryHelper
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A DMutableInteger.java42 public Integer integerValue() { in integerValue() method in MutableInteger
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DACNumber.m139 - (NSInteger)integerValue method
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
H A DSdkNumber.java142 public static SdkNumber fromInteger(int integerValue) { in fromInteger()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
H A DDefaultEbmlReader.java212 long integerValue = readInteger(input, byteLength); in readFloat() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
H A DDefaultEbmlReader.java208 long integerValue = readInteger(input, byteLength); in readFloat() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java77 private String getInsertCommand(String textValue, int integerValue) { in getInsertCommand()
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DPackageManagerQueryPropertyTest.java443 final Integer integerValue = (Integer) propertyValue; in assertProperty() local
H A DPackageManagerGetPropertyTest.java444 final Integer integerValue = (Integer) propertyValue; in assertProperty() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/text/
H A DFixedDecimal.java29 final long integerValue; field in FixedDecimal
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h177 const APSInt &integerValue() const { return IntVal; } in integerValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h219 const APSInt &integerValue() const { return IntVal; } in integerValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h233 const APSInt &integerValue() const { return IntVal; } in integerValue() function
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DXsdcConversion.cpp612 uint32_t integerValue; in convertDevicesToAidl() local
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageParserTest.java566 final Integer integerValue = (Integer) propertyValue; in assertProperty() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java613 final long integerValue; field in PluralRules.FixedDecimal
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DPluralRules.java593 final long integerValue; field in PluralRules.FixedDecimal

123456