HomeSort by relevance Sort by last modified time
    Searched refs:json_array (Results 1 - 8 of 8) sorted by null

  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 100 sp<JSONArray> json_array = new JSONArray(); local
101 json_array->addInt32(x);
102 json_array->addInt32(y);
103 json_array->addInt32(z);
104 json_root_->setArray(key, json_array);
110 sp<JSONArray> json_array = new JSONArray(); local
111 json_array->addInt32(x);
112 json_array->addInt32(y);
113 json_array->addInt32(z);
114 json_array->addInt32(w)
    [all...]
  /external/fio/
json.h 7 struct json_array;
24 struct json_array *array;
29 struct json_array *parent_array;
33 struct json_array { struct
52 struct json_array *json_create_array(void);
67 int json_array_add_value_type(struct json_array *array, int type, ...);
json.c 14 struct json_array *json_create_array(void)
16 return calloc(1, sizeof(struct json_array));
110 static struct json_value *json_create_value_array(struct json_array *array)
135 static void json_free_array(struct json_array *array)
168 static int json_array_add_value(struct json_array *array, struct json_value *value)
215 value = json_create_value_array(va_arg(args, struct json_array *));
234 static void json_print_array(struct json_array *array, struct buf_output *);
235 int json_array_add_value_type(struct json_array *array, int type, ...)
251 value = json_create_value_array(va_arg(args, struct json_array *));
267 static int json_array_level(struct json_array *array)
    [all...]
diskutil.h 111 struct disk_util_agg *agg, struct json_array *parent);
diskutil.c 623 struct disk_util_agg *agg, struct json_array *array)
672 struct json_array *array = json_create_array();
client.c 65 static struct json_array *clients_array = NULL;
66 static struct json_array *du_array = NULL;
    [all...]
stat.c     [all...]
  /external/v8/src/
json-parser.cc 515 Handle<Object> json_array = factory()->NewJSArrayWithElements( local
517 return scope.CloseAndEscape(json_array);

Completed in 262 milliseconds