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

1 2

  /hardware/qcom/msm8998/json-c/
json_object.h 2 * $Id: json_object.h,v 1.12 2006/01/30 23:07:57 mclark Exp $
71 struct json_object *val;
81 typedef struct json_object json_object; typedef in typeref:struct:json_object
88 typedef void (json_object_delete_fn)(struct json_object *jso, void *userdata);
93 typedef int (json_object_to_json_string_fn)(struct json_object *jso,
114 * Increment the reference count of json_object, thereby grabbing shared
117 * @param obj the json_object instance
119 extern struct json_object* json_object_get(struct json_object *obj)
    [all...]
json_object_iterator.h 49 struct json_object;
82 * @param obj JSON Object instance (MUST be of type json_object)
94 * struct json_object* obj;
109 json_object_iter_begin(struct json_object* obj);
132 * @param obj JSON Object instance (MUST be of type json_object)
140 json_object_iter_end(const struct json_object* obj);
190 * @return struct json_object* Pointer to the json-c value
196 * the JSON Null value as a NULL json_object instance
199 struct json_object*
json_object.c 2 * $Id: json_object.c,v 1.17 2006/07/25 03:24:50 mclark Exp $
27 #include "json_object.h"
52 static void json_object_generic_delete(struct json_object* jso);
53 static struct json_object* json_object_new(enum json_type o_type);
87 struct json_object* obj = (struct json_object*)ent->v;
152 extern struct json_object* json_object_get(struct json_object *jso)
159 int json_object_put(struct json_object *jso)
178 static void json_object_generic_delete(struct json_object* jso
    [all...]
json_util.h 15 #include "json_object.h"
33 extern struct json_object* json_object_from_file(const char *filename);
34 extern int json_object_to_file(const char *filename, struct json_object *obj);
35 extern int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags);
json_object_private.h 19 typedef void (json_object_private_delete_fn)(struct json_object *o);
21 struct json_object struct
json_tokener.h 16 #include "json_object.h"
71 struct json_object *obj;
72 struct json_object *current;
125 extern struct json_object* json_tokener_parse(const char *str);
126 extern struct json_object* json_tokener_parse_verbose(const char *str, enum json_tokener_error *error);
134 * Parse a string and return a non-NULL json_object if a valid JSON value
149 * When a valid JSON value is parsed, a non-NULL json_object will be
174 json_object *jobj = NULL;
201 extern struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
json_object_iterator.c 67 json_object_iter_begin(struct json_object* obj)
87 json_object_iter_end(const struct json_object* obj)
128 struct json_object*
134 return (struct json_object*)(((struct lh_entry *)iter->opaque_)->v);
Android.mk 20 json_object.h \
27 json_object.c \
json_util.c 59 #include "json_object.h"
67 struct json_object* json_object_from_file(const char *filename)
70 struct json_object *obj;
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags)
143 int json_object_to_file(const char *filename, struct json_object *obj)
json_tokener.c 30 #include "json_object.h"
159 struct json_object* json_tokener_parse(const char *str)
162 struct json_object* obj;
167 struct json_object* json_tokener_parse_verbose(const char *str, enum json_tokener_error *error)
170 struct json_object* obj;
232 struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
235 struct json_object *obj = NULL;
870 json_object *ret = json_object_get(current);
  /external/fio/
json.h 6 struct json_object;
23 struct json_object *object;
39 struct json_object { struct
48 struct json_object *parent;
51 struct json_object *json_create_object(void);
54 void json_free_object(struct json_object *obj);
56 int json_object_add_value_type(struct json_object *obj, const char *name, int type, ...);
82 void json_print_object(struct json_object *obj, struct buf_output *out);
idletime.h 58 extern void show_idle_prof_stats(int, struct json_object *, struct buf_output *);
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, struct buf_output *out
    [all...]
diskutil.h 109 extern void show_disk_util(int terse, struct json_object *parent, struct buf_output *);
stat.c 891 struct group_run_stats *rs, int ddir, struct json_object *parent)
900 struct json_object *dir_object, *tmp_object, *percentile_object, *clat_bins_object;
1143 static void json_add_job_opts(struct json_object *root, const char *name,
1146 struct json_object *dir_object;
1168 static struct json_object *show_thread_status_json(struct thread_stat *ts,
1172 struct json_object *root, *tmp;
    [all...]
idletime.c 449 void show_idle_prof_stats(int output, struct json_object *parent,
453 struct json_object *tmp;
stat.h 275 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs, struct flist_head *, struct buf_output *);
diskutil.c 625 struct json_object *obj;
669 static void json_object_add_disk_utils(struct json_object *obj,
686 void show_disk_util(int terse, struct json_object *parent,
client.c 63 static struct json_object *root = NULL;
64 static struct json_object *job_opt_object = NULL;
985 static void json_object_add_client_info(struct json_object *obj,
998 struct json_object *tsobj;
1131 struct json_object *duobj;
    [all...]
  /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 2333 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED); local
    [all...]
  /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/autotest/site_utils/stable_images/
assign_stable_images.py 371 json_object = json.load(sp.stdout)
375 return json_object

Completed in 352 milliseconds

1 2