HomeSort by relevance Sort by last modified time
    Searched defs:objectValue (Results 1 - 18 of 18) 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);
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 111 NPObject *objectValue;
139 #define NPVARIANT_TO_OBJECT(_v) ((_v).value.objectValue)
144 (_v).value.objectValue = NULL; \
150 (_v).value.objectValue = NULL; \
188 (_v).value.objectValue = _val; \
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 139 NPObject *objectValue;
167 #define NPVARIANT_TO_OBJECT(_v) ((_v).value.objectValue)
172 (_v).value.objectValue = NULL; \
178 (_v).value.objectValue = NULL; \
216 (_v).value.objectValue = _val; \
  /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/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 39 objectValue ///< object value (collection of name/value pairs).
57 * Value constructor and objectValue member assignement takes advantage of the
106 * values of an #objectValue or #arrayValue can be accessed using operator[]() methods.
115 * It is possible to iterate over the list of a #objectValue values using
205 To create an empty object, pass objectValue.
213 Json::Value obj_value(Json::objectValue); // {}
306 /// \pre type() is arrayValue, objectValue, or nullValue
393 /// \pre type() is objectValue or nullValue
411 /// \pre type() is objectValue or nullValue
955 /// Return the member name of the referenced Value. "" if it is not an objectValue
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 39 objectValue ///< object value (collection of name/value pairs).
57 * Value constructor and objectValue member assignement takes advantage of the
106 * values of an #objectValue or #arrayValue can be accessed using operator[]() methods.
115 * It is possible to iterate over the list of a #objectValue values using
205 To create an empty object, pass objectValue.
213 Json::Value obj_value(Json::objectValue); // {}
306 /// \pre type() is arrayValue, objectValue, or nullValue
393 /// \pre type() is objectValue or nullValue
411 /// \pre type() is objectValue or nullValue
955 /// Return the member name of the referenced Value. "" if it is not an objectValue
    [all...]
  /external/jsoncpp/include/json/
value.h 39 objectValue ///< object value (collection of name/value pairs).
57 * Value constructor and objectValue member assignement takes advantage of the
106 * values of an #objectValue or #arrayValue can be accessed using operator[]() methods.
115 * It is possible to iterate over the list of a #objectValue values using
205 To create an empty object, pass objectValue.
213 Json::Value obj_value(Json::objectValue); // {}
306 /// \pre type() is arrayValue, objectValue, or nullValue
393 /// \pre type() is objectValue or nullValue
411 /// \pre type() is objectValue or nullValue
955 /// Return the member name of the referenced Value. "" if it is not an objectValue
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /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 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1460 milliseconds