Home
last modified time | relevance | path

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

12

/build/soong/symbol_inject/
Dmacho.go78 fmt.Println("&macho.File{")
80 fmt.Println("\tSections: []*macho.Section{")
84 fmt.Println("\t},")
86 fmt.Println("\tSymtab: &macho.Symtab{")
87 fmt.Println("\t\tSyms: []macho.Symbol{")
91 fmt.Println("\t\t},")
92 fmt.Println("\t},")
94 fmt.Println("}")
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("}")
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/build/
Dbuild.go125 ctx.Println("************************************************************")
126 ctx.Println("You are building on a case-insensitive filesystem.")
127 ctx.Println("Please move your source tree to a case-sensitive filesystem.")
128 ctx.Println("************************************************************")
150 ctx.Println("************************************************************")
152 ctx.Println("")
153 ctx.Println("The minimum required amount of free memory is around 16GB,")
154 ctx.Println("and even with that, some configurations may not work.")
155 ctx.Println("")
156 ctx.Println("If you run into segfaults or other errors, try reducing your")
[all …]
Dsignal.go58 log.Println("Still alive, killing subprocesses...")
63 log.Println("Still alive, cleaning up...")
81 log.Println("Got signal:", s)
Dcleanbuild.go50 ctx.Println("Entire build directory removed.")
171 …ctx.Println("DISABLE_AUTO_INSTALLCLEAN is set; skipping auto-clean. Your tree may be in an inconsi…
244 ctx.Println("Removed directory that is no longer installed: ", old)
247 ctx.Println("Failed to remove directory that is no longer installed (%q): %v", old, err)
248 ctx.Println("It's recommended to run `m installclean`")
252 ctx.Println("Removed file that is no longer installed: ", old)
271 ctx.Println("Removed directory that is no longer installed: ", dir)
Dconfig.go199 ctx.Println("You are building in a directory whose absolute path contains a space character:")
200 ctx.Println()
202 ctx.Println()
207 ctx.Println("The absolute path of your output directory ($OUT_DIR) contains a space character:")
208 ctx.Println()
210 ctx.Println()
215 ctx.Println("The absolute path of your dist directory ($DIST_DIR) contains a space character:")
216 ctx.Println()
218 ctx.Println()
Dkati.go56 ctx.Println("Error writing suffix file:", err)
112 ctx.Println("Failed to get current user:", err)
120 ctx.Println("Failed to read hostname:", err)
Dninja.go100 ctx.Println("Allowing all environment variables during ninja; incremental builds may be unsafe.")
Dpath.go157 ctx.Println(line)
Dsandbox_linux.go127 c.ctx.Println("Build sandboxing disabled due to nsjail error.")
/build/soong/ui/tracer/
Dtracer.go116 t.log.Println("Error closing trace writer:", err)
120 t.log.Println("Error closing trace file:", err)
141 t.log.Println("Failed to create trace file:", err)
151 t.log.Println("Failed to write trace buffer to file:", err)
175 t.log.Println("Failed to marshal event:", err)
187 t.log.Println("Trace write error:", err)
/build/soong/android/
Drule_builder_test.go170 fmt.Println(NewRuleBuilder().Command().
178 fmt.Println(NewRuleBuilder().Command().
186 fmt.Println(NewRuleBuilder().Command().
195 fmt.Println(NewRuleBuilder().Command().
204 fmt.Println(NewRuleBuilder().Command().
213 fmt.Println(NewRuleBuilder().Command().
222 fmt.Println(NewRuleBuilder().Command().
231 fmt.Println(NewRuleBuilder().Command().
240 fmt.Println(NewRuleBuilder().Command().
249 fmt.Println(NewRuleBuilder().Command().
[all …]
Ddepset_test.go30 fmt.Println(d.ToList().Strings())
40 fmt.Println(d.ToList().Strings())
50 fmt.Println(d.ToList().Strings())
60 fmt.Println(d.ToSortedList().Strings())
Dpaths_test.go1253 fmt.Println(p, p2)
1254 fmt.Println(p.Rel(), p2.Rel())
1267 fmt.Println(p, p2)
1268 fmt.Println(p.Rel(), p2.Rel())
/build/soong/ui/logger/
Dlogger.go51 Println(v ...interface{}) methodSpec
208 s.Println(p)
251 func (s *stdLogger) Println(v ...interface{}) { func
Dlogger_test.go156 log.Println("Test")
/build/soong/androidmk/cmd/
Dandroidmk.go43 fmt.Println(err.Error())
/build/soong/partner/androidmk/
Dandroidmk.go45 fmt.Println(err.Error())
/build/soong/third_party/zip/
Dexample_test.go71 fmt.Println()
/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/multiproduct_kati/
Dmain.go97 log.Println("Failed to get file limit:", err)
109 log.Println("Failed to increase file limit:", err)
209 log.Println("Output directory:", *outDir)
/build/soong/finder/cmd/
Dfinder.go142 fmt.Println(match)
/build/soong/cmd/soong_ui/
Dmain.go260 fmt.Println(build.Banner(varData))
276 fmt.Println(strings.Join(res, " "))
278 fmt.Println(varData[varName])
/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)")

12