OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mc_debug
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/msm8998/json-c/
debug.h
27
extern void
mc_debug
(const char *msg, ...);
57
#define
MC_DEBUG
(x, ...)
mc_debug
(x, ##__VA_ARGS__)
63
#define
MC_DEBUG
(x, ...) if (0)
mc_debug
(x, ##__VA_ARGS__)
debug.c
44
void
mc_debug
(const char *msg, ...)
function
json_util.c
174
MC_DEBUG
("sscanf_is_broken_test failed, enabling workaround code\n");
199
MC_DEBUG
("Failed to parse, sscanf != 1\n");
json_object.c
71
MC_DEBUG
("json_object_init: creating object table\n");
83
MC_DEBUG
("json_object_fini: %d referenced objects at exit\n",
88
MC_DEBUG
("\t%s:%p\n", json_type_to_name(obj->o_type), obj);
92
MC_DEBUG
("json_object_fini: freeing object table\n");
181
MC_DEBUG
("json_object_delete_%s: %p\n",
201
MC_DEBUG
("json_object_new_%s: %p\n", json_type_to_name(jso->o_type), jso);
printbuf.c
69
MC_DEBUG
("printbuf_memappend: realloc "
json_tokener.c
462
MC_DEBUG
("json_tokener_comment: %s\n", tok->pb->buf);
470
MC_DEBUG
("json_tokener_comment: %s\n", tok->pb->buf);
879
MC_DEBUG
("json_tokener_parse_ex: error %s at offset %d\n",
Completed in 199 milliseconds