Searched refs:printing (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp60 bool printing = false; local
81 printing =
88 if (printing) {
195 printf(" printing: %s\n", oom_printing ? "true" : "false");
/fuchsia/zircon/scripts/
H A Dzircon.elf-gdb.py18 import gdb.printing namespace
198 pp = gdb.printing.RegexpCollectionPrettyPrinter("zircon")
207 gdb.printing.register_pretty_printer(obj, _build_zircon_pretty_printers(),
357 # Populate the array first, before printing the summary, to make sure this
358 # gets done even if there's an error during printing.
417 # Populate the array first, before printing the summary, to make sure this
418 # gets done even if there's an error during printing.

Completed in 30 milliseconds