HomeSort by relevance Sort by last modified time
    Searched defs:objectValue (Results 1 - 22 of 22) sorted by null

  /libcore/support/src/test/java/tests/support/
Support_GetPutFields.java 45 public SimpleClass objectValue = null;
84 objectValue = new SimpleClass(1965, "Hello Mars");
101 objectValue.equals(other.objectValue) &&
115 objectValue = (Support_GetPutFields.SimpleClass)
116 getField.get("objectValue", (Object) null);
129 putField.put("objectValue", objectValue);
Support_GetPutFieldsDefaulted.java 56 public SimpleClass objectValue = null;
95 objectValue = new SimpleClass(1965, "Hello Jupiter");
112 objectValue.equals(other.objectValue) &&
126 objectValue = (Support_GetPutFieldsDefaulted.SimpleClass)
127 getField.get("objectValue",
Support_GetPutFieldsDeprecated.java 47 public SimpleClass objectValue = null;
86 objectValue = new SimpleClass(2001, "A Space Odyssey");
103 objectValue.equals(other.objectValue) &&
116 objectValue = (Support_GetPutFieldsDeprecated.SimpleClass)
117 getField.get("objectValue", (Object) null);
130 putField.put("objectValue", objectValue);
  /art/test/004-UnsafeTest/src/
Main.java 116 Object objectValue = new Object();
120 unsafe.putObject(t, objectOffset, objectValue);
121 check(t.objectVar, objectValue, "Unsafe.putObject(Object, long, Object)");
122 check(unsafe.getObject(t, objectOffset), objectValue, "Unsafe.getObject(Object, long)");
166 if (!unsafe.compareAndSwapObject(t, objectOffset, objectValue, objectValue2)) {
168 "compareAndSwapObject(t, objectOffset, objectValue, objectValue2)");
227 Object objectValue = new Object();
233 unsafe.putObjectVolatile(tv, volatileObjectOffset, objectValue);
234 check(tv.volatileObjectVar, objectValue, "Unsafe.putObjectVolatile(Object, long, Object)");
236 objectValue,
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 326 return objectValue();
640 private JsonToken objectValue() throws IOException {
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 347 return objectValue();
672 private JsonToken objectValue() throws IOException {
    [all...]
  /external/jsoncpp/include/json/
value.h 45 objectValue ///< object value (collection of name/value pairs).
63 * Value constructor and objectValue member assignement takes advantage of the
102 * values of an #objectValue or #arrayValue can be accessed using operator[]()
113 * It is possible to iterate over the list of a #objectValue values using
201 To create an empty object, pass objectValue.
209 Json::Value obj_value(Json::objectValue); // {}
302 /// \pre type() is arrayValue, objectValue, or nullValue
392 /// \pre type() is objectValue or nullValue
410 /// \pre type() is objectValue or nullValue
941 /// objectValue
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 471 objectValue ///< object value (collection of name/value pairs).
489 * Value constructor and objectValue member assignement takes advantage of the
528 * Values of an #objectValue or #arrayValue can be accessed using operator[]()
538 * It is possible to iterate over the list of a #objectValue values using
641 To create an empty object, pass objectValue.
649 Json::Value obj_value(Json::objectValue); // {}
758 /// \pre type() is arrayValue, objectValue, or nullValue
868 /// \pre type() is objectValue or nullValue
912 /// \pre type() is objectValue or nullValue
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java     [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /prebuilts/r8/
compatdx-master.jar 
compatproguard-master.jar 
d8-master.jar 
r8-master.jar 

Completed in 186 milliseconds