Home
last modified time | relevance | path

Searched refs:printer (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/parser/
Dprinter.go27 type printer struct { struct
46 func newPrinter(file *File) *printer {
47 return &printer{
79 func (p *printer) Print() ([]byte, error) { argument
87 func (p *printer) printDef(def Definition) { argument
97 func (p *printer) printAssignment(assignment *Assignment) { argument
106 func (p *printer) printModule(module *Module) { argument
112 func (p *printer) printExpression(value Expression) { argument
139 func (p *printer) printList(list []Expression, pos, endPos scanner.Position) { argument
159 func (p *printer) printMap(m *Map) { argument
[all …]
/build/make/tools/
Dcompare_builds.py286 printer = Printer()
292 printer.PrintList("Touched in incremental build", touched_incrementally)
296 printer.PrintList("Added", added)
297 printer.PrintList("Removed", removed)
298 printer.PrintList("Changed", changed, "%s %s")
302 printer.PrintList("Source files touched after start of build", touched_during)
307 printer.PrintList("Files and directories created by rules that didn't respect $OUT_DIR",
311 if not printer.printed_anything:
/build/blueprint/
DBlueprints43 "parser/printer.go",