Home
last modified time | relevance | path

Searched refs:Println (Results 1 – 25 of 39) sorted by relevance

12

/build/soong/symbol_inject/
Dpe.go82 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("}")
Dmacho.go82 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("}")
Delf.go142 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/
Dsignal.go57 log.Println("Still alive, killing subprocesses...")
62 log.Println("Still alive, cleaning up...")
80 log.Println("Got signal:", s)
/build/soong/ui/build/
Dbuild.go174 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 …]
Dcleanbuild.go65 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)
Dkati.go61 ctx.Println("Error writing suffix file:", err)
179 ctx.Println("Failed to get current user:", err)
192 ctx.Println("Failed to read hostname:", err)
Dconfig.go342 …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 …]
Dninja.go134 ctx.Println("Allowing all environment variables during ninja; incremental builds may be unsafe.")
/build/make/tools/metadata/testdata/
Dmetadata_test.go33 fmt.Println()
83 fmt.Println()
113 fmt.Println()
/build/soong/ui/tracer/
Dtracer.go118 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/
Dandroidmk.go43 fmt.Println(err.Error())
/build/soong/partner/androidmk/
Dandroidmk.go45 fmt.Println(err.Error())
/build/bazel/mkcompare/cmd/
Dmkcompare.go70 fmt.Println(title)
86 fmt.Println(title)
94 fmt.Println(prefix, " ", m)
205 fmt.Println()
/build/soong/android/
Drule_builder_test.go183 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().
Ddepset_test.go30 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/
Dexample_test.go71 fmt.Println()
/build/soong/bazel/
Dbazel_proxy.go33 Println(v ...interface{}) methodSpec
126 …logger.Println("** Using Bazelisk for this build, due to env var USE_BAZEL_VERSION=" + bazeliskVer…
/build/soong/ui/logger/
Dlogger.go52 Println(v ...interface{}) methodSpec
215 s.Println(p)
274 func (s *stdLogger) Println(v ...interface{}) { func
/build/soong/cmd/multiproduct_kati/
Dmain.go121 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/
Dmain.go332 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/
Dfinder.go142 fmt.Println(match)
/build/soong/ui/status/
Dlog.go44 log.Println("Failed to create verbose log file:", err)
95 log.Println("Failed to create error log file:", err)
/build/soong/cmd/pom2mk/
Dpom2mk.go494 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/
Dmain.go198 fmt.Println(outStr)
227 fmt.Println()

12