HomeSort by relevance Sort by last modified time
    Searched refs:pretty_print (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/json/
json_writer.h 21 // 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);
json_writer.cc 27 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)
48 pretty_print_(pretty_print) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 190 def pretty_print( printer ) method in class:ANTLR3.Token
  /external/linux-tools-perf/util/
trace-event-parse.c 2462 static void pretty_print(void *data, int size, struct event *event) function
    [all...]

Completed in 419 milliseconds