Home
last modified time | relevance | path

Searched defs:longValue (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/anno/com/android/adservices/service/measurement/
DAutoOneOf_FilterValue.java17 static FilterValue longValue(long longValue) { in longValue() argument
28 public long longValue() { in longValue() method in AutoOneOf_FilterValue.Parent_
69 private final long longValue; field in AutoOneOf_FilterValue.Impl_longValue
70 Impl_longValue(long longValue) { in Impl_longValue()
74 public long longValue() { in longValue() method in AutoOneOf_FilterValue.Impl_longValue
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/anno/com/android/adservices/service/measurement/
DAutoOneOf_FilterValue.java17 static FilterValue longValue(long longValue) { in longValue() method in AutoOneOf_FilterValue
28 public long longValue() { in longValue() method in AutoOneOf_FilterValue.Parent_
69 private final long longValue; field in AutoOneOf_FilterValue.Impl_longValue
70 Impl_longValue(long longValue) { in Impl_longValue()
74 public long longValue() { in longValue() method in AutoOneOf_FilterValue.Impl_longValue
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h43 longValue = 4, enumerator
55 static const inline Tag longValue = Tag::longValue; variable
156 int64_t longValue __attribute__((aligned (8))); member
204 int64_t longValue = 0L; variable
261 int64_t longValue = 0L; variable
491 longValue = 0, enumerator
494 static const inline Tag longValue = Tag::longValue; variable
577 int64_t longValue __attribute__((aligned (8))) = int64_t(0L); member
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h43 longValue = 4, enumerator
55 static const inline Tag longValue = Tag::longValue; variable
156 int64_t longValue __attribute__((aligned (8))); member
204 int64_t longValue = 0L; variable
261 int64_t longValue = 0L; variable
491 longValue = 0, enumerator
494 static const inline Tag longValue = Tag::longValue; variable
577 int64_t longValue __attribute__((aligned (8))) = int64_t(0L); member
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h55 longValue = 4, enumerator
68 static const inline Tag longValue = Tag::longValue; variable
167 int64_t longValue __attribute__((aligned (8))); member
234 int64_t longValue __attribute__((aligned (8))) = 0L; variable
321 int64_t longValue __attribute__((aligned (8))) = 0L; variable
577 longValue = 0, enumerator
581 static const inline Tag longValue = Tag::longValue; variable
662 int64_t longValue __attribute__((aligned (8))) = int64_t(0L); member
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h55 longValue = 4, enumerator
68 static const inline Tag longValue = Tag::longValue; variable
167 int64_t longValue __attribute__((aligned (8))); member
234 int64_t longValue __attribute__((aligned (8))) = 0L; variable
321 int64_t longValue __attribute__((aligned (8))) = 0L; variable
577 longValue = 0, enumerator
581 static const inline Tag longValue = Tag::longValue; variable
662 int64_t longValue __attribute__((aligned (8))) = int64_t(0L); member
/aosp_15_r20/art/test/2235-JdkUnsafeTest/src/
H A DMain.java158 long longValue = 1234567887654321L; in testGetAndPutAndCAS() local
164 check(unsafe.getLong(t, longOffset), longValue, "Unsafe.getLong(Object, long)"); in testGetAndPutAndCAS() local
258 long longValue = 1234567887654321L; in testCompareAndSet() local
424 long longValue = 1234567887654321L; in testGetAndPutVolatile() local
433 longValue, in testGetAndPutVolatile() local
488 long longValue = 1234567887654321L; in testGetAcquireAndPutRelease() local
497 longValue, in testGetAcquireAndPutRelease() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java57 public long longValue = 0L; field in FixedSize.FixedParcelable
170 public long longValue = 0L; field in FixedSize.ExplicitPaddingParcelable
290 public final static int longValue = 4; // long longValue; field in FixedSize.FixedUnion
381 public static FixedUnion longValue(long _value) { in longValue() method in FixedSize.FixedUnion
614 public static final byte longValue = 4; field
835 public final static int longValue = 0; // long longValue; field in FixedSize.FixedUnionLongPadding
861 public static FixedUnionLongPadding longValue(long _value) { in longValue() method in FixedSize.FixedUnionLongPadding
934 public static final byte longValue = 0; field
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java57 public long longValue = 0L; field in FixedSize.FixedParcelable
170 public long longValue = 0L; field in FixedSize.ExplicitPaddingParcelable
290 public final static int longValue = 4; // long longValue; field in FixedSize.FixedUnion
381 public static FixedUnion longValue(long _value) { in longValue() method in FixedSize.FixedUnion
614 public static final byte longValue = 4; field
835 public final static int longValue = 0; // long longValue; field in FixedSize.FixedUnionLongPadding
861 public static FixedUnionLongPadding longValue(long _value) { in longValue() method in FixedSize.FixedUnionLongPadding
934 public static final byte longValue = 0; field
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/common/
H A DTestTypes.java106 public long longValue; field in TestTypes.BagOfPrimitives
115 public BagOfPrimitives(long longValue, int intValue, boolean booleanValue, String stringValue) { in BagOfPrimitives()
179 private final Long longValue; field in TestTypes.BagOfPrimitiveWrappers
183 public BagOfPrimitiveWrappers(Long longValue, Integer intValue, Boolean booleanValue) { in BagOfPrimitiveWrappers()
276 private final long[] longValue; field in TestTypes.ClassWithTransientFields
/aosp_15_r20/art/test/004-UnsafeTest/src/
H A DMain.java123 long longValue = 1234567887654321L; in testGetAndPutAndCAS() local
129 check(unsafe.getLong(t, longOffset), longValue, "Unsafe.getLong(Object, long)"); in testGetAndPutAndCAS() local
238 long longValue = 1234567887654321L; in testGetAndPutVolatile() local
247 longValue, in testGetAndPutVolatile() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DFilterValue.java39 public abstract long longValue(); in longValue() method in FilterValue
47 public static FilterValue ofLong(long longValue) { in ofLong()
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/trace/
DAutoValue_AttributeValue_AttributeValueLong.java8 private final Long longValue; field in AutoValue_AttributeValue_AttributeValueLong
11 Long longValue) { in AutoValue_AttributeValue_AttributeValueLong()
/aosp_15_r20/packages/modules/Connectivity/networksecurity/tests/unit/src/com/android/server/net/ct/
DDataStoreTest.java58 long longValue = 9000; in testDataStore_propertySet() local
75 long longValue = 9000; in testDataStore_propertyStore() local
/aosp_15_r20/external/gson/metrics/src/main/java/com/google/gson/metrics/
H A DBagOfPrimitives.java25 public long longValue; field in BagOfPrimitives
34 public BagOfPrimitives(long longValue, int intValue, boolean booleanValue, String stringValue) { in BagOfPrimitives()
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DIntegralValueTests.java213 long longValue = bd.longValue(); in integralValuesTest() local
227 private static int reportError(BigDecimal bd, Number expected, long longValue, boolean isInt) { in reportError()
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DFloatValueImpl.java95 public long longValue() { in longValue() method in FloatValueImpl
141 long longValue = (long)value; in checkedLongValue() local
H A DDoubleValueImpl.java95 public long longValue() { in longValue() method in DoubleValueImpl
140 long longValue = (long)value; in checkedLongValue() local
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp469 jlong longValue = (longValues ? longValues[0] : 0); in getObjectPropertyValue() local
536 static bool readLongValue(int type, MtpDataPacket& packet, jlong& longValue) { in readLongValue()
602 jlong longValue = 0; in setObjectPropertyValue() local
640 jlong longValue = longValues[0]; in getDevicePropertyValue() local
698 jlong longValue = 0; in setDevicePropertyValue() local
/aosp_15_r20/out/soong/.intermediates/frameworks/hardware/interfaces/stats/aidl/android.frameworks.stats-V1-cpp-source/gen/include/android/frameworks/stats/
DVendorAtomValue.h35 longValue = 1, enumerator
41 static const inline Tag longValue = Tag::longValue; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
167 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
228 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
167 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
228 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
H A DSdkNumber.java173 public static SdkNumber fromLong(long longValue) { in fromLong()
246 public long longValue() { in longValue() method in SdkNumber
/aosp_15_r20/out/soong/.intermediates/frameworks/hardware/interfaces/stats/aidl/android.frameworks.stats-V2-ndk-source/gen/include/aidl/android/frameworks/stats/
DVendorAtomValue.h44 longValue = 1, enumerator
58 static const inline Tag longValue = Tag::longValue; variable
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/writer/
H A DDexDataWriterTest.java279 … private void testWriteEncodedLongHelper(long longValue, int... encodedValue) throws IOException { in testWriteEncodedLongHelper()
391 …private void testWriteRightZeroExtendedLongHelper(long longValue, int... encodedValue) throws IOEx… in testWriteRightZeroExtendedLongHelper()

12345678910>>...47