Home
last modified time | relevance | path

Searched defs:intValue (Results 1 – 25 of 1580) sorted by relevance

12345678910>>...64

/aosp_15_r20/external/deqp/framework/common/
H A DtcuEither.cpp85 const int intValue = 1503457782; in Either_selfTest() local
115 const int intValue = 1942092699; in Either_selfTest() local
133 const int intValue = 1942092699; in Either_selfTest() local
151 const int intValue = 1942092699; in Either_selfTest() local
170 const int intValue = 1942092699; in Either_selfTest() local
219 const int intValue = 1942092699; in Either_selfTest() local
237 const int intValue = 1942092699; in Either_selfTest() local
255 const int intValue = 1942092699; in Either_selfTest() local
274 const int intValue = 1942092699; in Either_selfTest() local
/aosp_15_r20/art/test/569-checker-pattern-replacement/src/
H A DMain.java404 public static double constructBase(int intValue) { in constructBase()
528 public static double constructBase(int intValue, double doubleValue, Object objectValue) { in constructBase()
580 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase()
671 public static double constructBase(int intValue, long placeholder) { in constructBase()
712 public static double constructDerived(int intValue) { in constructDerived()
817 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived()
841 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived()
903 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived()
945 public static int constructBaseWithFinalField(int intValue) { in constructBaseWithFinalField()
1003 public static double constructDerivedWithFinalField(int intValue) { in constructDerivedWithFinalField()
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DCustomConstructorServices.java13 private final int intValue; field in CustomConstructorServices.CustomConstructorService
15 public CustomConstructorService(int intValue) { in CustomConstructorService()
31 private final int intValue; field in CustomConstructorServices.CustomConstructorIntentService
33 public CustomConstructorIntentService(int intValue) { in CustomConstructorIntentService()
47 private final int intValue; field in CustomConstructorServices.CustomConstructorJobService
49 public CustomConstructorJobService(int intValue) { in CustomConstructorJobService()
H A DCustomConstructorReceiverWrapper.java9 private final int intValue; field in CustomConstructorReceiverWrapper.CustomConstructorReceiver
11 public CustomConstructorReceiver(int intValue) { in CustomConstructorReceiver()
22 public CustomConstructorWithOneActionReceiver(int intValue) { in CustomConstructorWithOneActionReceiver()
28 public CustomConstructorWithEmptyActionReceiver(int intValue) { in CustomConstructorWithEmptyActionReceiver()
H A DCustomConstructorActivity.java6 private final int intValue; field in CustomConstructorActivity
8 public CustomConstructorActivity(int intValue) { in CustomConstructorActivity()
H A DCustomConstructorContentProvider.java9 private final int intValue; field in CustomConstructorContentProvider
11 public CustomConstructorContentProvider(int intValue) { in CustomConstructorContentProvider()
/aosp_15_r20/art/test/569-checker-pattern-replacement/src-multidex/
H A DDerived.java22 public Derived(int intValue) { in Derived()
35 public Derived(int intValue, double doubleValue, Object objectValue) { in Derived()
41 Derived(int intValue, double doubleValue, Object objectValue, String stringValue) { in Derived()
56 public Derived(int intValue, double doubleValue, Object objectValue, float floatValue) { in Derived()
H A DBase.java24 Base(int intValue) { in Base()
39 Base(int intValue, double doubleValue, Object objectValue) { in Base()
45 Base(int intValue, double doubleValue, Object objectValue, String stringValue) { in Base()
62 Base(int intValue, long unused) { in Base()
H A DDerivedWithFinalField.java22 DerivedWithFinalField(int intValue) { in DerivedWithFinalField()
32 DerivedWithFinalField(int intValue, double doubleValue) { in DerivedWithFinalField()
/aosp_15_r20/cts/hostsidetests/backup/RestoreAnyVersion/src/
H A DRestoreAnyVersionTest.java78 int intValue = getAppSharedPreference(); in checkSharedPrefIsEmpty() local
84 int intValue = getAppSharedPreference(); in checkSharedPrefIsNew() local
97 int intValue = getAppSharedPreference(); in checkSharedPrefIsOld() local
112 int intValue = prefs.getInt(INT_PREF, DEFAULT_INT_VALUE); in getAppSharedPreference() local
/aosp_15_r20/art/test/2235-JdkUnsafeTest/src/
H A DMain.java150 int intValue = 12345678; in testGetAndPutAndCAS() local
156 check(unsafe.getInt(t, intOffset), intValue, "Unsafe.getInt(Object, long)"); in testGetAndPutAndCAS() local
253 int intValue = 12345678; in testCompareAndSet() local
364 int intValue = 12345678; in testGetAndPutVolatile() local
373 intValue, in testGetAndPutVolatile() local
476 int intValue = 12345678; in testGetAcquireAndPutRelease() local
485 intValue, in testGetAcquireAndPutRelease() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/binds/
H A DSimpleBindingModule.java134 abstract int primitiveToPrimitive(int intValue); in primitiveToPrimitive()
138 abstract int intValueIntoSet(int intValue); in intValueIntoSet()
143 abstract int intValueIntoMap(int intValue); in intValueIntoMap()
146 static int intValue() { in intValue() method in SimpleBindingModule
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DStackFrameImpl.c82 jint intValue; in writeVariableValue() local
90 jint intValue; in writeVariableValue() local
122 jint intValue; in writeVariableValue() local
130 jint intValue; in writeVariableValue() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/android.os.statsbootstrap_aidl-cpp-source/gen/include/android/os/
DStatsBootstrapAtomValue.h39 intValue = 1, enumerator
48 static const inline Tag intValue = Tag::intValue; variable
153 intValue = 1, enumerator
157 static const inline Tag intValue = Tag::intValue; variable
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
H A DHeaderType.java21 private int intValue; field in HeaderType
25 HeaderType(int intValue, int overhead, boolean isVariableLength) { in HeaderType()
60 public static HeaderType getValueFromInt(int intValue) { in getValueFromInt()
/aosp_15_r20/art/test/004-UnsafeTest/src/
H A DMain.java115 int intValue = 12345678; in testGetAndPutAndCAS() local
121 check(unsafe.getInt(t, intOffset), intValue, "Unsafe.getInt(Object, long)"); in testGetAndPutAndCAS() local
226 int intValue = 12345678; in testGetAndPutVolatile() local
235 intValue, in testGetAndPutVolatile() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h42 intValue = 3, enumerator
54 static const inline Tag intValue = Tag::intValue; variable
155 int32_t intValue __attribute__((aligned (4))); member
203 int32_t intValue = 0; variable
264 int32_t intValue = 0; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h42 intValue = 3, enumerator
54 static const inline Tag intValue = Tag::intValue; variable
155 int32_t intValue __attribute__((aligned (4))); member
203 int32_t intValue = 0; variable
264 int32_t intValue = 0; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h54 intValue = 3, enumerator
67 static const inline Tag intValue = Tag::intValue; variable
166 int32_t intValue __attribute__((aligned (4))); member
233 int32_t intValue __attribute__((aligned (4))) = 0; variable
324 int32_t intValue __attribute__((aligned (4))) = 0; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h54 intValue = 3, enumerator
67 static const inline Tag intValue = Tag::intValue; variable
166 int32_t intValue __attribute__((aligned (4))); member
233 int32_t intValue __attribute__((aligned (4))) = 0; variable
324 int32_t intValue __attribute__((aligned (4))) = 0; variable
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/common/
H A DTestTypes.java107 public int intValue; field in TestTypes.BagOfPrimitives
115 public BagOfPrimitives(long longValue, int intValue, boolean booleanValue, String stringValue) { in BagOfPrimitives()
180 private final Integer intValue; field in TestTypes.BagOfPrimitiveWrappers
183 public BagOfPrimitiveWrappers(Long longValue, Integer intValue, Boolean booleanValue) { in BagOfPrimitiveWrappers()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java56 public int intValue = 0; field in FixedSize.FixedParcelable
174 public int intValue = 0; field in FixedSize.ExplicitPaddingParcelable
289 public final static int intValue = 3; // int intValue; field in FixedSize.FixedUnion
366 public static FixedUnion intValue(int _value) { in intValue() method in FixedSize.FixedUnion
613 public static final byte intValue = 3; field
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java56 public int intValue = 0; field in FixedSize.FixedParcelable
174 public int intValue = 0; field in FixedSize.ExplicitPaddingParcelable
289 public final static int intValue = 3; // int intValue; field in FixedSize.FixedUnion
366 public static FixedUnion intValue(int _value) { in intValue() method in FixedSize.FixedUnion
613 public static final byte intValue = 3; field
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/process_launcher/
H A DChildProcessConnectionTest.java233 final int intValue = 34; in testServiceBundle() local
641 final int intValue = 34; in testFallback() local
711 final int intValue = 34; in testFallbackOnBindServiceFailure() local
/aosp_15_r20/external/gson/metrics/src/main/java/com/google/gson/metrics/
H A DBagOfPrimitives.java26 public int intValue; field in BagOfPrimitives
34 public BagOfPrimitives(long longValue, int intValue, boolean booleanValue, String stringValue) { in BagOfPrimitives()

12345678910>>...64