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

  /external/fio/
json.h 3 struct json_object;
20 struct json_object *object;
36 struct json_object { struct
45 struct json_object *parent;
48 struct json_object *json_create_object(void);
51 void json_free_object(struct json_object *obj);
53 int json_object_add_value_type(struct json_object *obj, const char *name, int type, ...);
79 void json_print_object(struct json_object *obj);
idletime.h 57 extern void show_idle_prof_stats(int, struct json_object *);
json.c 9 struct json_object *json_create_object(void)
11 return calloc(1, sizeof(struct json_object));
98 static struct json_value *json_create_value_object(struct json_object *obj)
125 void json_free_object(struct json_object *obj)
184 static int json_object_add_pair(struct json_object *obj, struct json_pair *pair)
198 int json_object_add_value_type(struct json_object *obj, const char *name, int type, ...)
213 value = json_create_value_object(va_arg(args, struct json_object *));
249 value = json_create_value_object(va_arg(args, struct json_object *));
268 static int json_object_level(struct json_object *object)
302 void json_print_object(struct json_object *obj
    [all...]
diskutil.h 109 extern void show_disk_util(int terse, struct json_object *parent);
stat.h 224 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);
idletime.c 449 void show_idle_prof_stats(int output, struct json_object *parent)
452 struct json_object *tmp;
diskutil.c 631 struct json_object *obj;
675 static void json_object_add_disk_utils(struct json_object *obj,
692 void show_disk_util(int terse, struct json_object *parent)
stat.c 674 struct group_run_stats *rs, int ddir, struct json_object *parent)
683 struct json_object *dir_object, *tmp_object, *percentile_object;
913 static struct json_object *show_thread_status_json(struct thread_stat *ts,
916 struct json_object *root, *tmp;
1015 struct json_object *show_thread_status(struct thread_stat *ts,
    [all...]
client.c 61 static struct json_object *root = NULL;
915 static void json_object_add_client_info(struct json_object *obj,
927 struct json_object *tsobj;
1023 struct json_object *duobj;
    [all...]
  /external/autotest/frontend/shared/
json_html_formatter.py 103 def _object_to_html(self, json_object):
104 if not json_object:
108 for key, value in json_object.iteritems():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
dynamodb_load 40 json_object = json.loads(buffer.strip())
52 yield json_object
  /external/v8/src/
json-parser.h 120 ParseElementResult ParseElement(Handle<JSObject> json_object);
146 void CommitStateToJsonObject(Handle<JSObject> json_object, Handle<Map> map,
json-parser.cc 290 Handle<JSObject> json_object) {
313 JSObject::SetOwnElementIgnoreAttributes(json_object, index, value, NONE)
328 Handle<JSObject> json_object = local
330 Handle<Map> map(json_object->map());
346 ParseElementResult element_result = ParseElement(json_object);
420 CommitStateToJsonObject(json_object, map, &properties);
422 JSObject::DefinePropertyOrElementIgnoreAttributes(json_object, key, value)
428 CommitStateToJsonObject(json_object, map, &properties);
438 ParseElementResult element_result = ParseElement(json_object);
459 JSObject::DefinePropertyOrElementIgnoreAttributes(json_object, key
    [all...]
bootstrapper.cc 1651 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED); local
    [all...]
api.cc     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
integration_testcase.py 294 json_object = self.CreateObjectJson(contents=contents,
302 json_object.generation,
304 md5=(Base64ToHexHash(json_object.md5Hash),
305 json_object.md5Hash.strip('\n"\'')))
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.h 114 void SendMessage(const std::string& json_object);
conductor.cc 261 std::string json_object; local
537 void Conductor::SendMessage(const std::string& json_object) {
538 std::string* msg = new std::string(json_object);
  /external/v8/build/android/pylib/results/flakiness_dashboard/
json_results_generator.py 35 def WriteJSON(json_object, file_path, callback=None):
37 json_string = json.dumps(json_object, separators=(',', ':'))
210 json_object = self.GetJSON()
211 if json_object:
216 WriteJSON(json_object, file_path)
json_results_generator_unittest.py 39 def _WriteJSONStub(json_object, file_path, callback=None):
  /external/v8/include/
v8.h     [all...]

Completed in 504 milliseconds