Searched refs:pretty_print (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/json/
H A Djson_writer.h21 // If |pretty_print| is true, return a slightly nicer formated json string
22 // (pads with whitespace to help readability). If |pretty_print| is false,
27 static void Write(const Value* const node, bool pretty_print,
34 bool pretty_print,
43 JSONWriter(bool pretty_print, std::string* json);
H A Djson_writer.cc27 bool pretty_print,
29 WriteWithOptionalEscape(node, pretty_print, true, json);
34 bool pretty_print,
40 JSONWriter writer(pretty_print, json);
42 if (pretty_print)
46 JSONWriter::JSONWriter(bool pretty_print, std::string* json) argument
48 pretty_print_(pretty_print) {
26 Write(const Value* const node, bool pretty_print, std::string* json) argument
33 WriteWithOptionalEscape(const Value* const node, bool pretty_print, bool escape, std::string* json) argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb190 def pretty_print( printer ) method in class:ANTLR3.Token
/external/linux-tools-perf/util/
H A Dtrace-event-parse.c2462 static void pretty_print(void *data, int size, struct event *event) function
2944 pretty_print(data, size, event);

Completed in 345 milliseconds