Home
last modified time | relevance | path

Searched defs:use_colors (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/diagnostic/
Dprinter_linux.cc90 const bool use_colors; member in tint::diag::__anonec186e970111::PrinterLinux
95 std::unique_ptr<Printer> Printer::create(FILE* out, bool use_colors) { in create()
Dprinter_windows.cc57 PrinterWindows(FILE* f, bool use_colors) in PrinterWindows()
108 std::unique_ptr<Printer> Printer::create(FILE* out, bool use_colors) { in create()
/third_party/glib/gio/
Dgdbus-tool.c1312 gboolean use_colors) in dump_annotation()
1328 gboolean use_colors) in dump_arg()
1362 gboolean use_colors) in dump_method()
1406 gboolean use_colors) in dump_signal()
1437 gboolean use_colors, in dump_property()
1475 gboolean use_colors, in dump_interface()
1607 gboolean use_colors, in dump_node()
1698 gboolean use_colors) in introspect_do()
/third_party/jsoncpp/.travis_scripts/
Drun-clang-format.py213 def print_trouble(prog, message, use_colors): argument