Searched refs:Println (Results 1 – 25 of 33) sorted by relevance
12
/build/soong/symbol_inject/ |
D | macho.go | 78 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("}")
|
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 | 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/build/ |
D | build.go | 142 ctx.Println("************************************************************") 143 ctx.Println("You are building on a case-insensitive filesystem.") 144 ctx.Println("Please move your source tree to a case-sensitive filesystem.") 145 ctx.Println("************************************************************") 164 ctx.Println("************************************************************") 166 ctx.Println("") 167 ctx.Println("The minimum required amount of free memory is around 16GB,") 168 ctx.Println("and even with that, some configurations may not work.") 169 ctx.Println("") 170 ctx.Println("If you run into segfaults or other errors, try reducing your") [all …]
|
D | cleanbuild.go | 53 ctx.Println("Entire build directory removed.") 59 ctx.Println("Entire data directory removed.") 189 …ctx.Println("DISABLE_AUTO_INSTALLCLEAN is set and true; skipping auto-clean. Your tree may be in a… 269 ctx.Println("Removed directory that is no longer installed: ", oldPath) 272 ctx.Println("Failed to remove directory that is no longer installed (%q): %v", oldPath, err) 273 ctx.Println("It's recommended to run `m installclean`") 278 ctx.Println("Removed file that is no longer installed: ", oldPath) 296 ctx.Println("Could not read directory while trying to clean empty dirs: ", dir) 305 ctx.Println("Removed empty directory (may no longer be installed?): ", dir)
|
D | signal.go | 58 log.Println("Still alive, killing subprocesses...") 63 log.Println("Still alive, cleaning up...") 81 log.Println("Got signal:", s)
|
D | bazel.go | 140 ctx.Println("Getting Bazel execution_root...") 181 …ctx.Println("Bazel implicit command line: " + strings.Join(cmd.Environment.Environ(), " ") + " " +… 184 …ctx.Println("Bazel explicit command line: " + bazelEnvStringBuffer.String() + cmd.Cmd.String() + "… 194 ctx.Println("Getting Bazel output_path...") 200 ctx.Println("Populating output directory...")
|
D | kati.go | 62 ctx.Println("Error writing suffix file:", err) 169 ctx.Println("Failed to get current user:", err) 177 ctx.Println("Failed to read hostname:", err)
|
D | config.go | 213 …ctx.Println("Goma for Android has been deprecated and replaced with RBE. See go/rbe_for_android fo… 232 ctx.Println("You are building in a directory whose absolute path contains a space character:") 233 ctx.Println() 235 ctx.Println() 240 ctx.Println("The absolute path of your output directory ($OUT_DIR) contains a space character:") 241 ctx.Println() 243 ctx.Println() 248 ctx.Println("The absolute path of your dist directory ($DIST_DIR) contains a space character:") 249 ctx.Println() 251 ctx.Println()
|
D | ninja.go | 112 ctx.Println("Allowing all environment variables during ninja; incremental builds may be unsafe.")
|
D | path.go | 188 ctx.Println(line)
|
/build/soong/ui/tracer/ |
D | tracer.go | 116 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/ |
D | rule_builder_test.go | 199 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 207 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 215 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 224 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 233 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 242 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 251 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 260 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 269 fmt.Println(NewRuleBuilder(pctx, ctx).Command(). 279 fmt.Println(NewRuleBuilder(pctx, ctx).Command().
|
D | depset_test.go | 31 fmt.Println(d.ToList().Strings()) 41 fmt.Println(d.ToList().Strings()) 51 fmt.Println(d.ToList().Strings()) 61 fmt.Println(d.ToSortedList().Strings())
|
/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/soong/ui/logger/ |
D | logger.go | 51 Println(v ...interface{}) methodSpec 208 s.Println(p) 251 func (s *stdLogger) Println(v ...interface{}) { func
|
/build/soong/third_party/zip/ |
D | example_test.go | 71 fmt.Println()
|
/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]) 584 ctx.Println("Skipping Bazel dist dir migration - nothing to do!") 593 ctx.Println("Populating external DIST_DIR...")
|
/build/soong/bp2build/ |
D | cc_object_conversion_test.go | 236 fmt.Println(bazelTargets) 416 fmt.Println(bazelTargets)
|
D | python_binary_conversion_test.go | 142 fmt.Println(bazelTargets)
|
/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/finder/cmd/ |
D | finder.go | 142 fmt.Println(match)
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 115 log.Println("Failed to get file limit:", err) 127 log.Println("Failed to increase file limit:", err) 231 log.Println("Output directory:", *outDir)
|
/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)")
|
12