Searched refs:pretty_print (Results 1 – 6 of 6) sorted by relevance
/external/chromium/base/json/ |
D | json_writer.cc | 27 bool pretty_print, in Write() argument 29 WriteWithOptionalEscape(node, pretty_print, true, json); in Write() 34 bool pretty_print, in WriteWithOptionalEscape() argument 40 JSONWriter writer(pretty_print, json); in WriteWithOptionalEscape() 42 if (pretty_print) in WriteWithOptionalEscape() 46 JSONWriter::JSONWriter(bool pretty_print, std::string* json) in JSONWriter() argument 48 pretty_print_(pretty_print) { in JSONWriter()
|
D | json_writer.h | 27 static void Write(const Value* const node, bool pretty_print, 34 bool pretty_print, 43 JSONWriter(bool pretty_print, std::string* json);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | token.rb | 190 def pretty_print( printer ) method
|
D | tree.rb | 580 def pretty_print( printer ) method in ANTLR3.CommonTree
|
/external/linux-tools-perf/util/ |
D | trace-event-parse.c | 2462 static void pretty_print(void *data, int size, struct event *event) in pretty_print() function 2944 pretty_print(data, size, event); in print_trace_event()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 5585 * glib/dbus-glib-tool.c (pretty_print): Handle signature change 5872 * glib/dbus-glib-tool.c (pretty_print): Print annotations. 5961 (pretty_print): Print binding names.
|