Home
last modified time | relevance | path

Searched defs:objectValue (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/art/test/569-checker-pattern-replacement/src-multidex/
H A DBase.java34 Base(double doubleValue, Object objectValue) { in Base()
39 Base(int intValue, double doubleValue, Object objectValue) { in Base()
45 Base(int intValue, double doubleValue, Object objectValue, String stringValue) { in Base()
57 Base(Object objectValue) { in Base()
H A DDerived.java35 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()
/aosp_15_r20/art/test/2235-JdkUnsafeTest/src/
H A DMain.java166 Object objectValue = new Object(); in testGetAndPutAndCAS() local
172 check(unsafe.getObject(t, objectOffset), objectValue, "Unsafe.getObject(Object, long)"); in testGetAndPutAndCAS() local
263 Object objectValue = new Object(); in testCompareAndSet() local
460 Object objectValue = new Object(); in testGetAndPutVolatile() local
469 objectValue, in testGetAndPutVolatile() local
500 Object objectValue = new Object(); in testGetAcquireAndPutRelease() local
509 objectValue, in testGetAcquireAndPutRelease() local
/aosp_15_r20/art/test/569-checker-pattern-replacement/src/
H A DMain.java495 public static double constructBase(double doubleValue, Object objectValue) { 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()
644 public static double constructBase(Object objectValue) { in constructBase()
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()
/aosp_15_r20/art/test/004-UnsafeTest/src/
H A DMain.java131 Object objectValue = new Object(); in testGetAndPutAndCAS() local
137 check(unsafe.getObject(t, objectOffset), objectValue, "Unsafe.getObject(Object, long)"); in testGetAndPutAndCAS() local
250 Object objectValue = new Object(); in testGetAndPutVolatile() local
259 objectValue, in testGetAndPutVolatile() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/sun/misc/
H A DUnsafeTest.java180 Object objectValue = unsafe.getObject(tf, objectFieldOffset); in test_getObject_Relative() local
249 Object objectValue = new Object(); in test_putObject_Relative() local
/aosp_15_r20/external/armnn/src/armnn/test/
H A DOptionalTest.cpp143 int objectValue = 1; variable
/aosp_15_r20/libcore/support/src/test/java/tests/support/
H A DSupport_GetPutFields.java45 public SimpleClass objectValue = null; field in Support_GetPutFields
H A DSupport_GetPutFieldsDefaulted.java56 public SimpleClass objectValue = null; field in Support_GetPutFieldsDefaulted
H A DSupport_GetPutFieldsDeprecated.java47 public SimpleClass objectValue = null; field in Support_GetPutFieldsDeprecated
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DDeviceBaselineChecker.java98 JSONObject objectValue = jsonObject.getJSONObject(name); in initializeDeviceBaselineSetters() local
/aosp_15_r20/external/dokka/test/
H A Dplayground.kt52 val objectValue: String in <lambda>() constant
/aosp_15_r20/cts/libs/json/src/com/android/json/stream/
H A DJsonReader.java640 private JsonToken objectValue() throws IOException { in objectValue() method in JsonReader
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DJsonReader.java675 private JsonToken objectValue() throws IOException { in objectValue() method in JsonReader
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/external/jcommander/src/main/java/com/beust/jcommander/
H A DParameterDescription.java286 Object objectValue = parameterized.get(object); in handleSubParameters() local
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/external/jsoncpp/include/json/
H A Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/jsoncpp/include/json/
Dvalue.h115 objectValue ///< object value (collection of name/value pairs). enumerator

12345