/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/ui/build/ |
D | config_darwin.go | 25 ctx.Printf("Failed to get system memory size: %v", err) 35 ctx.Printf("Failed to get system memory size, returned %d bytes, expecting 8 bytes", len(s))
|
D | build.go | 114 ctx.Printf("Found %s in tree root. This file needs to be removed to build.\n", file) 165 ctx.Printf("You are building on a machine with %.3vGB of RAM\n", ram) 175 ctx.Printf("Warning: high -j%d count compared to %.3vGB of RAM", config.Parallel(), ram) 328 ctx.Printf("failed to mkdir %s: %s", destDir, err.Error()) 332 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error()) 347 ctx.Printf("failed to mkdir %s: %s", destDir, err.Error()) 351 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error())
|
D | config_linux.go | 23 ctx.Printf("Failed to get system memory size: %v", err)
|
D | proc_sync.go | 83 …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 | sandbox_linux.go | 207 c.ctx.Printf("AllowBuildBrokenUsesNetwork: %v", c.Sandbox.AllowBuildBrokenUsesNetwork) 208 c.ctx.Printf("BuildBrokenUsesNetwork: %v", c.config.BuildBrokenUsesNetwork())
|
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…
|
/build/soong/bp2build/ |
D | metrics.go | 26 fmt.Printf("[bp2build] %s: %d targets\n", ruleClass, count) 29 fmt.Printf(
|
D | conversion.go | 63 fmt.Printf("[bp2build] Not writing generated BUILD file for dir: '%s'\n", dir)
|
/build/soong/android/ |
D | fixture.go | 790 fmt.Printf("Begin Fixture State for %s\n", f.t.Name()) 792 fmt.Printf(" Fixture Env is empty\n") 794 fmt.Printf(" Begin Env\n") 796 fmt.Printf(" - %s=%s\n", k, v) 798 fmt.Printf(" End Env\n") 801 fmt.Printf(" Mock FS is empty\n") 803 fmt.Printf(" Begin Mock FS Contents\n") 806 fmt.Printf("\n - %s: nil\n", p) 810 fmt.Printf(" - %s\n%s\n", p, separator) 812 fmt.Printf(" %6d: %s\n", i+1, line) [all …]
|
D | rule_builder_test.go | 61 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && ")) 62 fmt.Printf("tools: %q\n", rule.Tools()) 63 fmt.Printf("inputs: %q\n", rule.Inputs()) 64 fmt.Printf("outputs: %q\n", rule.Outputs()) 85 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && ")) 86 fmt.Printf("tools: %q\n", rule.Tools()) 87 fmt.Printf("inputs: %q\n", rule.Inputs()) 88 fmt.Printf("outputs: %q\n", rule.Outputs()) 89 fmt.Printf("symlink_outputs: %q\n", rule.SymlinkOutputs()) 114 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && ")) [all …]
|
D | util_test.go | 388 fmt.Printf("a = %q\n", a) 389 fmt.Printf("b = %q\n", b) 403 fmt.Printf("a = %q\n", a) 404 fmt.Printf("b = %q\n", b) 405 fmt.Printf("c = %q\n", c) 413 fmt.Printf("a = %q\n", a) 414 fmt.Printf("b = %q\n", b) 415 fmt.Printf("c = %q\n", c)
|
/build/soong/scripts/ |
D | build_broken_logs.go | 44 fmt.Printf("\nBranch %s:\n", branch) 170 …fmt.Printf(" %s needs to set %s := true (%d instance%s)\n", device, setting.name, log.HasBroken[… 174 fmt.Printf(" %s sets %s := true, but does not need it\n", device, setting.name) 181 …fmt.Printf(" %s sets %s := false, which is the default and can be removed\n", device, setting.nam… 184 fmt.Printf(" %s sets %s := true, but does not need it\n", device, setting.name) 194 …fmt.Printf(" %s sets %s := %v, which is deprecated, but has %d failure%s\n", device, setting.name… 196 …fmt.Printf(" %s sets %s := %v, which is deprecated and can be removed\n", device, setting.name, *…
|
/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/shared/ |
D | env.go | 84 fmt.Printf("environment variables changed value:\n") 86 fmt.Printf(" %s\n", s)
|
/build/soong/third_party/zip/ |
D | example_test.go | 61 fmt.Printf("Contents of %s:\n", f.Name)
|
/build/soong/cuj/ |
D | cuj.go | 223 fmt.Printf("error running before function on test %q: %v\n", t.name, err) 229 fmt.Printf("error running test %q: %s\n", t.name, t.results.err)
|
/build/blueprint/bootstrap/ |
D | command.go | 343 fmt.Printf(format, args...) 357 fmt.Printf("%serror:%s %s\n", red, unred, err.Error()) 359 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/ui/metrics/proc/ |
D | status_linux_test.go | 32 fmt.Printf("%d %d\b", status.VmPeak, expectedStatus.VmPeak)
|
/build/soong/ui/status/ |
D | log.go | 184 e.log.Printf("Failed to write file %s: %v\n", e.filename, err) 250 b.log.Printf("Failed to write file %s: %v\n", b.filename, err)
|
/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)
|