/build/soong/finder/cmd/ |
D | finder.go | 66 …fmt.Printf("usage: finder -name <fileName> --db <dbPath> <searchDirectory> [<searchDirectory>...]\… 106 logger.Printf("Finder starting at %v\n", startTime) 139 logger.Printf("Found these %v inodes in %v :\n", len(matches), findDuration) 144 logger.Printf("End of %v inodes\n", len(matches)) 145 logger.Printf("Finder completed in %v\n", time.Since(startTime))
|
/build/soong/android/ |
D | rule_builder_test.go | 56 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && ")) 57 fmt.Printf("tools: %q\n", rule.Tools()) 58 fmt.Printf("inputs: %q\n", rule.Inputs()) 59 fmt.Printf("outputs: %q\n", rule.Outputs()) 83 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && ")) 84 fmt.Printf("tools: %q\n", rule.Tools()) 85 fmt.Printf("inputs: %q\n", rule.Inputs()) 86 fmt.Printf("outputs: %q\n", rule.Outputs()) 111 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && ")) 112 fmt.Printf("tools: %q\n", rule.Tools()) [all …]
|
D | util_test.go | 368 fmt.Printf("a = %q\n", a) 369 fmt.Printf("b = %q\n", b) 383 fmt.Printf("a = %q\n", a) 384 fmt.Printf("b = %q\n", b) 385 fmt.Printf("c = %q\n", c) 393 fmt.Printf("a = %q\n", a) 394 fmt.Printf("b = %q\n", b) 395 fmt.Printf("c = %q\n", c)
|
/build/soong/scripts/ |
D | build_broken_logs.go | 44 fmt.Printf("\nBranch %s:\n", branch) 163 fmt.Printf(" %s needs to set %s := true\n", device, setting.name) 167 fmt.Printf(" %s sets %s := true, but does not need it\n", device, setting.name) 174 …fmt.Printf(" %s sets %s := false, which is the default and can be removed\n", device, setting.nam… 177 fmt.Printf(" %s sets %s := true, but does not need it\n", device, setting.name) 183 …fmt.Printf(" %s sets %s := %v, which is deprecated, but has failures\n", device, setting.name, *l… 185 …fmt.Printf(" %s sets %s := %v, which is deprecated and can be removed\n", device, setting.name, *…
|
/build/kati/ |
D | log.go | 33 fmt.Printf(f, a...) 38 fmt.Printf(f, a...)
|
D | exec.go | 62 fmt.Printf("Circular %s <- %s dependency dropped.\n", neededBy.n.Output, n.Output) 199 fmt.Printf("kati: Nothing to be done for `%s'.\n", root.Output)
|
D | evalcmd.go | 268 fmt.Printf("%s\n", r.cmd) 281 fmt.Printf("%s", out) 284 fmt.Printf("[%s] Error %d (ignored)\n", output, exit)
|
/build/soong/symbol_inject/ |
D | pe.go | 84 fmt.Printf("\t\tMachine: %#v,\n", peFile.FileHeader.Machine) 89 fmt.Printf("\t\t&pe.Section{SectionHeader: %#v},\n", section.SectionHeader) 95 fmt.Printf("\t\t%#v,\n", symbol)
|
D | elf.go | 143 fmt.Printf("\tt: %#v,\n", elfFile.Type) 147 fmt.Printf("\t\t%#v,\n", section.SectionHeader) 153 fmt.Printf("\t\t%#v,\n", symbol)
|
D | macho.go | 82 fmt.Printf("\t\t&macho.Section{SectionHeader: %#v},\n", section.SectionHeader) 89 fmt.Printf("\t\t\t%#v,\n", symbol)
|
/build/soong/env/ |
D | env.go | 77 fmt.Printf("environment variables changed value:\n") 79 fmt.Printf(" %s\n", s)
|
/build/kati/cmd/kati/ |
D | main.go | 167 fmt.Printf("Note: %s=%s may confuse m2n --goma, unsetting", k, v) 178 fmt.Printf("kati: setup goma: %s\n", gomaDir) 184 fmt.Printf("goma failed to start: %v", err) 212 fmt.Printf("ONE_SHOT_MAKEFILE=%s\n", os.ExpandEnv("${ONE_SHOT_MAKEFILE}"))
|
/build/soong/ui/build/ |
D | sandbox_linux.go | 162 c.ctx.Printf("AllowBuildBrokenUsesNetwork: %v", c.Sandbox.AllowBuildBrokenUsesNetwork) 163 c.ctx.Printf("BuildBrokenUsesNetwork: %v", c.config.BuildBrokenUsesNetwork())
|
D | proc_sync.go | 78 …logger.Printf("Acquired lock on %v; previous Soong process must have completed. Continuing...\n", … 91 …logger.Printf("Waiting up to %s to lock %v to ensure no other Soong process is running in the same…
|
D | proc_sync_test.go | 191 fmt.Printf("Will lock path %q\n", lockpath) 202 …fmt.Printf("Tried to lock path %s. Received error %v. Exiting with status %v\n", lockpath, err, ex…
|
D | cleanbuild.go | 169 …ctx.Printf("Build configuration changed: %q -> %q, forcing installclean\n", prevConfig, currentCon…
|
D | path.go | 105 ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
|
D | config.go | 168 log.Printf("%q\n", srcDir) 176 log.Printf("%q\n", outDir) 184 log.Printf("%q\n", distDir)
|
/build/kati/make-c/ |
D | main.go | 54 fmt.Printf("make -c: %v\n", time.Since(t))
|
/build/blueprint/bootstrap/ |
D | command.go | 250 fmt.Printf(format, args...) 264 fmt.Printf("%serror:%s %s\n", red, unred, err.Error()) 266 fmt.Printf("%sinternal error:%s %s\n", red, unred, err)
|
D | cleanup.go | 150 fmt.Printf("removed old ninja-created file %s because it has no rule to generate it\n", path)
|
/build/soong/third_party/zip/ |
D | example_test.go | 61 fmt.Printf("Contents of %s:\n", f.Name)
|
/build/soong/cmd/soong_ui/ |
D | main.go | 282 fmt.Printf("%sreport_config='%s'\n", *varPrefix, build.Banner(varData)) 284 fmt.Printf("%s%s='%s'\n", *varPrefix, name, varData[name]) 296 fmt.Printf("%s%s='%s'\n", *absVarPrefix, name, strings.Join(res, " "))
|
/build/soong/ui/logger/ |
D | logger.go | 49 Printf(format string, v ...interface{}) methodSpec 244 func (s *stdLogger) Printf(format string, v ...interface{}) { func
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 172 fmt.Printf("%s\n", j)
|