Home
last modified time | relevance | path

Searched refs:JSONArray (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h30 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 { in getArray()
196 void setArray(const char *key, const sp<JSONArray> &obj) { in setArray()
214 struct JSONArray : public JSONBase<size_t> { struct
215 JSONArray();
251 void addArray(const sp<JSONArray> &obj) { in addArray() argument
258 virtual ~JSONArray();
267 DISALLOW_EVIL_CONSTRUCTORS(JSONArray);
DJSONObject.cpp66 sp<JSONArray> array = new JSONArray; in Parse()
453 bool JSONValue::getArray(sp<JSONArray> *value) const { in getArray()
458 *value = static_cast<JSONArray *>(mValue.mObjectOrArray); in getArray()
499 void JSONValue::setArray(const sp<JSONArray> &array) { in setArray()
643 sp<JSONArray> array; in Parse()
656 val.setArray((JSONArray *)this); in toString()
712 JSONArray::JSONArray() {} in JSONArray() function in android::JSONArray
714 JSONArray::~JSONArray() {} in ~JSONArray()
716 bool JSONArray::isObject() const { in isObject()
720 size_t JSONArray::size() const { in size()
[all …]
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp100 sp<JSONArray> json_array = new JSONArray(); in SetTripleAxis()
110 sp<JSONArray> json_array = new JSONArray(); in SetFourAxis()
Dandroidcontexthub.cpp67 sp<JSONArray> array; in CopyInt32Array()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp358 sp<JSONArray> array; in getCalibrationInt32()
376 sp<JSONArray> array; in getCalibrationFloat()
395 sp<JSONArray> array; in getInt32Setting()
408 sp<JSONArray> array; in getFloatSetting()
457 sp<JSONArray> magArray = new JSONArray; in saveSensorSettings()
468 sp<JSONArray> gyroArray = new JSONArray; in saveSensorSettings()
475 sp<JSONArray> accelArray = new JSONArray; in saveSensorSettings()
482 sp<JSONArray> gyroOtcDataArray = new JSONArray; in saveSensorSettings()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Ddecoder.py238 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): function
357 self.parse_array = JSONArray
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Ddecoder.py237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): function
357 self.parse_array = JSONArray