HomeSort by relevance Sort by last modified time
    Searched defs:JSONArray (Results 1 - 25 of 31) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
decoder.py 237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
357 self.parse_array = JSONArray
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
decoder.py 237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
356 self.parse_array = JSONArray
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
decoder.py 237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
356 self.parse_array = JSONArray
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
356 self.parse_array = JSONArray
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
356 self.parse_array = JSONArray
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
decoder.py 238 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
357 self.parse_array = JSONArray
  /device/google/contexthub/util/common/
JSONObject.cpp 66 sp<JSONArray> array = new JSONArray;
453 bool JSONValue::getArray(sp<JSONArray> *value) const {
458 *value = static_cast<JSONArray *>(mValue.mObjectOrArray);
499 void JSONValue::setArray(const sp<JSONArray> &array) {
643 sp<JSONArray> array;
656 val.setArray((JSONArray *)this);
712 JSONArray::JSONArray() {}
714 JSONArray::~JSONArray() {
    [all...]
JSONObject.h 30 struct JSONArray;
59 bool getArray(sp<JSONArray> *value) const;
66 void setArray(const sp<JSONArray> &array);
144 bool getArray(KEY key, sp<JSONArray> *obj) const {
196 void setArray(const char *key, const sp<JSONArray> &obj) {
214 struct JSONArray : public JSONBase<size_t> {
215 JSONArray();
251 void addArray(const sp<JSONArray> &obj) {
258 virtual ~JSONArray();
267 DISALLOW_EVIL_CONSTRUCTORS(JSONArray);
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONArray.java 36 * A JSONArray is an ordered sequence of values. Its external text form is a
41 * <code>Boolean</code>, <code>JSONArray</code>, <code>JSONObject</code>,
83 public class JSONArray {
87 * The arrayList where the JSONArray's properties are kept.
93 * Construct an empty JSONArray.
95 public JSONArray() {
100 * Construct a JSONArray from a JSONTokener.
104 public JSONArray(JSONTokener x) throws JSONException {
113 throw x.syntaxError("A JSONArray text must start with '['");
150 * Construct a JSONArray from a source JSON text
    [all...]
  /libcore/json/src/main/java/org/json/
JSONArray.java 29 * {@link JSONObject JSONObjects}, other {@link JSONArray JSONArrays}, Strings,
34 * <p>{@code JSONArray} has the same type coercion behavior and
49 public class JSONArray {
54 * Creates a {@code JSONArray} with no values.
56 public JSONArray() {
61 * Creates a new {@code JSONArray} by copying all values from the given
69 public JSONArray(Collection copyFrom) {
79 * Creates a new {@code JSONArray} with values from the next array in the
83 * {@code JSONArray}.
85 * {@code JSONArray}
    [all...]
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 31 JSONArray array = new JSONArray();
55 assertNull(array.toJSONObject(new JSONArray()));
59 JSONArray a = new JSONArray();
60 JSONArray b = new JSONArray();
77 JSONArray array = new JSONArray();
103 JSONArray other = new JSONArray()
    [all...]
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /external/robolectric/v1/lib/main/
json-20080701.jar 
  /external/robolectric/v3/runtime/
json-20080701.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20080701/
json-20080701.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20141113/
json-20141113.jar 
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 742 milliseconds

1 2