/build/soong/symbol_inject/ |
D | pe.go | 82 fmt.Println("&pe.File{") 83 fmt.Println("\tFileHeader: pe.FileHeader{") 85 fmt.Println("\t},") 87 fmt.Println("\tSections: []*pe.Section{") 91 fmt.Println("\t},") 93 fmt.Println("\tSymbols: []*pe.Symbol{") 97 fmt.Println("\t},") 99 fmt.Println("}")
|
D | macho.go | 82 fmt.Println("&macho.File{") 84 fmt.Println("\tSections: []*macho.Section{") 88 fmt.Println("\t},") 90 fmt.Println("\tSymtab: &macho.Symtab{") 91 fmt.Println("\t\tSyms: []macho.Symbol{") 95 fmt.Println("\t\t},") 96 fmt.Println("\t},") 98 fmt.Println("}")
|
D | elf.go | 142 fmt.Println("mockElfFile{") 145 fmt.Println("\tsections: []elf.SectionHeader{") 149 fmt.Println("\t},") 151 fmt.Println("\tsymbols: []elf.Symbol{") 155 fmt.Println("\t},") 157 fmt.Println("}")
|
/build/soong/ui/signal/ |
D | signal.go | 57 log.Println("Still alive, killing subprocesses...") 62 log.Println("Still alive, cleaning up...") 80 log.Println("Got signal:", s)
|
/build/soong/ui/build/ |
D | build.go | 174 ctx.Println("************************************************************") 175 ctx.Println("You are building on a case-insensitive filesystem.") 176 ctx.Println("Please move your source tree to a case-sensitive filesystem.") 177 ctx.Println("************************************************************") 196 ctx.Println("************************************************************") 198 ctx.Println("") 199 ctx.Println("The minimum required amount of free memory is around 16GB,") 200 ctx.Println("and even with that, some configurations may not work.") 201 ctx.Println("") 202 ctx.Println("If you run into segfaults or other errors, try reducing your") [all …]
|
D | cleanbuild.go | 65 ctx.Println("Entire build directory removed.") 71 ctx.Println("Entire data directory removed.") 204 …ctx.Println("DISABLE_AUTO_INSTALLCLEAN is set and true; skipping auto-clean. Your tree may be in a… 287 ctx.Println("Removed directory that is no longer installed: ", oldPath) 290 ctx.Println("Failed to remove directory that is no longer installed (%q): %v", oldPath, err) 291 ctx.Println("It's recommended to run `m installclean`") 296 ctx.Println("Removed file that is no longer installed: ", oldPath) 314 ctx.Println("Could not read directory while trying to clean empty dirs: ", dir) 323 ctx.Println("Removed empty directory (may no longer be installed?): ", dir)
|
D | kati.go | 61 ctx.Println("Error writing suffix file:", err) 179 ctx.Println("Failed to get current user:", err) 192 ctx.Println("Failed to read hostname:", err)
|
D | config.go | 342 …ctx.Println("Goma for Android has been deprecated and replaced with RBE. See go/rbe_for_android fo… 362 ctx.Println("You are building in a directory whose absolute path contains a space character:") 363 ctx.Println() 365 ctx.Println() 372 ctx.Println("The absolute path of your output directory ($OUT_DIR) contains a space character:") 373 ctx.Println() 375 ctx.Println() 380 ctx.Println("The absolute path of your dist directory ($DIST_DIR) contains a space character:") 381 ctx.Println() 383 ctx.Println() [all …]
|
D | ninja.go | 134 ctx.Println("Allowing all environment variables during ninja; incremental builds may be unsafe.")
|
/build/make/tools/metadata/testdata/ |
D | metadata_test.go | 33 fmt.Println() 83 fmt.Println() 113 fmt.Println()
|
/build/soong/ui/tracer/ |
D | tracer.go | 118 t.log.Println("Error closing trace writer:", err) 122 t.log.Println("Error closing trace file:", err) 143 t.log.Println("Failed to create trace file:", err) 153 t.log.Println("Failed to write trace buffer to file:", err) 177 t.log.Println("Failed to marshal event:", err) 189 t.log.Println("Trace write error:", err)
|
/build/soong/androidmk/cmd/ |
D | androidmk.go | 43 fmt.Println(err.Error())
|
/build/soong/partner/androidmk/ |
D | androidmk.go | 45 fmt.Println(err.Error())
|
/build/bazel/mkcompare/cmd/ |
D | mkcompare.go | 70 fmt.Println(title) 86 fmt.Println(title) 94 fmt.Println(prefix, " ", m) 205 fmt.Println()
|
/build/soong/android/ |
D | rule_builder_test.go | 183 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 191 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 199 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 208 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 217 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 226 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 235 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 244 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 253 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 263 fmt.Println(NewRuleBuilder(pctx, ctx).Command().
|
D | depset_test.go | 30 fmt.Println(Paths(d.ToList()).Strings()) 40 fmt.Println(Paths(d.ToList()).Strings()) 50 fmt.Println(Paths(d.ToList()).Strings())
|
/build/soong/third_party/zip/ |
D | example_test.go | 71 fmt.Println()
|
/build/soong/bazel/ |
D | bazel_proxy.go | 33 Println(v ...interface{}) methodSpec 126 …logger.Println("** Using Bazelisk for this build, due to env var USE_BAZEL_VERSION=" + bazeliskVer…
|
/build/soong/ui/logger/ |
D | logger.go | 52 Println(v ...interface{}) methodSpec 215 s.Println(p) 274 func (s *stdLogger) Println(v ...interface{}) { func
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 121 log.Println("Failed to get file limit:", err) 133 log.Println("Failed to increase file limit:", err) 250 log.Println("Environment: " + v) 289 log.Println("Output directory:", outputDir) 308 log.Println("Logs dir: " + configLogsDir)
|
/build/soong/cmd/soong_ui/ |
D | main.go | 332 fmt.Println(build.Banner(varData)) 348 fmt.Println(strings.Join(res, " ")) 350 fmt.Println(varData[varName]) 590 ctx.Println("Failed to get file limit:", err) 604 ctx.Println("Failed to increase file limit:", err)
|
/build/soong/finder/cmd/ |
D | finder.go | 142 fmt.Println(match)
|
/build/soong/ui/status/ |
D | log.go | 44 log.Println("Failed to create verbose log file:", err) 95 log.Println("Failed to create error log file:", err)
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 494 fmt.Println("# Automatically generated with:") 495 fmt.Println("# pom2mk", strings.Join(proptools.ShellEscapeList(os.Args[1:]), " ")) 496 fmt.Println("LOCAL_PATH := $(call my-dir)")
|
/build/soong/cmd/release_config/build_flag/ |
D | main.go | 198 fmt.Println(outStr) 227 fmt.Println()
|