Home
last modified time | relevance | path

Searched refs:pretty_print (Results 1 – 12 of 12) sorted by relevance

/external/chromium/base/json/
Djson_writer.cc27 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()
Djson_writer.h27 static void Write(const Value* const node, bool pretty_print,
34 bool pretty_print,
43 JSONWriter(bool pretty_print, std::string* json);
/external/chromium_org/base/json/
Djson_writer.cc39 bool pretty_print = !!(options & OPTIONS_PRETTY_PRINT); in WriteWithOptions() local
42 pretty_print, json); in WriteWithOptions()
45 if (pretty_print) in WriteWithOptions()
50 bool omit_double_type_preservation, bool pretty_print, in JSONWriter() argument
54 pretty_print_(pretty_print), in JSONWriter()
Djson_writer.h48 bool omit_double_type_preservation, bool pretty_print,
Djson_string_value_serializer.h58 bool pretty_print() { return pretty_print_; } in pretty_print() function
/external/chromium_org/chrome/common/extensions/docs/server2/
Dlink_error_detector.py288 def pretty_print(link, col_offset=0): function
299 output.append("%s%s)" % (message, pretty_print(links[0], len(message))))
302 output.append(pretty_print(link))
/external/chromium_org/tools/metrics/histograms/
Dupdate_policies.py19 from pretty_print import PrettyPrintNode
Dupdate_extension_functions.py18 from pretty_print import PrettyPrintNode
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtoken.rb190 def pretty_print( printer ) method
Dtree.rb580 def pretty_print( printer ) method in ANTLR3.CommonTree
/external/chromium_org/chrome/tools/
Dwebforms_aggregator.py205 f.write(html.tostring(tree, pretty_print=True))
/external/linux-tools-perf/util/
Dtrace-event-parse.c2462 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()