Searched defs:objectValue (Results 1 - 14 of 14) sorted by relevance

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java1028 Method objectSwap = instanceSwapMethod(Object.class, "objectValue");
1029 instance.objectValue = "before";
1031 assertEquals("after", instance.objectValue);
1054 public Object objectValue; field in class:DexMakerTest.Instance
1112 Method objectSwap = staticSwapMethod(Object.class, "objectValue");
1113 Static.objectValue = "before";
1115 assertEquals("after", Static.objectValue);
1138 public static Object objectValue; field in class:DexMakerTest.Static
/external/jsoncpp/include/json/
H A Dvalue.h45 objectValue ///< object value (collection of name/value pairs). enumerator in enum:Json::ValueType
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/
H A Djson.h471 objectValue ///< object value (collection of name/value pairs). enumerator in enum:Json::ValueType
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
1079 /// objectValue
[all...]
/external/pdfium/fxjs/
H A Dcfxjse_formcalc_context.cpp5618 auto objectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); local
5619 argOne->GetObjectPropertyByIdx(2, objectValue.get());
5620 if (objectValue->IsNull()) {
/external/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 303 milliseconds