/aosp12/art/test/909-attach-agent/ |
H A D | attach.cc | 30 static void Println(const char* c) { in Println() function 40 Println("Attached Agent for test 909-attach-agent"); in OnAttach() 47 Println("call " #c " did not succeed"); \ in OnAttach() 53 Println("Created env for kArtTiVersion"); in OnAttach() 57 Println("Failed to create env for kArtTiVersion"); in OnAttach() 61 Println("Unable to create env for JVMTI_VERSION_1_0"); in OnAttach() 66 Println("GetEnv returned same environment twice!"); in OnAttach() 76 Println("Got different data from local storage then what was set!"); in OnAttach() 81 Println("env2 did not have nullptr local storage."); in OnAttach() 88 Println("Unexpected version number!"); in OnAttach()
|
/aosp12/build/soong/symbol_inject/ |
H A 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("}")
|
H A 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("}")
|
H A 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("}")
|
/aosp12/build/soong/ui/build/ |
H A 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("************************************************************") 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("") 171 ctx.Println("-j value.") 259 ctx.Println("Deleted images and staging directories.") [all …]
|
H A 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)
|
H A D | signal.go | 58 log.Println("Still alive, killing subprocesses...") 63 log.Println("Still alive, cleaning up...") 81 log.Println("Got signal:", s)
|
H A 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...")
|
H A 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()
|
H A 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)
|
/aosp12/frameworks/base/tools/aapt2/java/ |
H A D | ClassDefinition.cpp | 35 printer->Print(signature_).Println(" {"); in Print() 38 printer->Println(statement); in Print() 88 printer->Print("final class ").Print(name_).Println(" {"); in Print() 97 printer->Println(); in Print() 116 printer.Print(sWarningHeader).Print("package ").Print(package).Println(";"); in WriteJavaFile() 117 printer.Println(); in WriteJavaFile()
|
H A D | ProguardRules.cpp | 404 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet() 407 printer.Print("-keep class ").Print(entry.first).Println(" { <init>(); }"); in WriteKeepSet() 423 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet() 427 .Println("; }"); in WriteKeepSet() 431 printer.Println("); }"); in WriteKeepSet() 436 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet() 442 printer.Println("); }"); in WriteKeepSet() 444 printer.Println(); in WriteKeepSet() 450 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet() 454 .Print("(").Print(entry.first.signature).Println("); }"); in WriteKeepSet() [all …]
|
H A D | AnnotationProcessor.cpp | 130 printer->Println(line); in Print() 132 printer->Println(" */"); in Print() 137 printer->Println("@Deprecated"); in Print()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Dump.cpp | 63 printer->Println(file.name.to_string()); in DumpCompiledFile() 66 printer->Println(file.config.to_string()); in DumpCompiledFile() 69 printer->Println(file.source.to_string()); in DumpCompiledFile() 72 printer->Println(ResourceFileTypeToString(file.type)); in DumpCompiledFile() 74 printer->Println(StringPrintf("Data: offset=%" PRIi64 " length=%zd", offset, len)); in DumpCompiledFile() 164 printer_->Println("AAPT2 Container (APC)"); in Action() 169 printer_->Println("kResTable"); in Action() 192 printer_->Println("kResFile"); in Action() 265 GetPrinter()->Println(package_name.value()); in Dump() 312 GetPrinter()->Println("Proto APK"); in Dump() [all …]
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | Debug.cpp | 180 printer_->Println(); in Visit() 189 printer_->Println(); in Visit() 197 printer_->Println("]"); in Visit() 208 printer_->Println(); in Visit() 233 printer_->Println(); in Visit() 269 printer->Println(); in PrintTable() 318 printer->Println(); in PrintTable() 331 printer->Println(); in PrintTable() 503 printer_->Println(); in Visit() 577 printer->Println(item.policy_subsection); in DumpOverlayable() [all …]
|
/aosp12/build/soong/ui/tracer/ |
H A 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)
|
/aosp12/frameworks/base/tools/aapt2/text/ |
H A D | Printer_test.cpp | 38 printer.Println(); in TEST() 52 printer.Println(" What a\nlovely day."); in TEST() 61 printer.Println("Isn't it?"); in TEST()
|
H A D | Printer.h | 35 Printer& Println(const ::android::StringPiece& str); 36 Printer& Println();
|
H A D | Printer.cpp | 29 Printer& Printer::Println(const StringPiece& str) { in Println() function in aapt::text::Printer 34 Printer& Printer::Println() { in Println() function in aapt::text::Printer
|
/aosp12/build/soong/android/ |
H A 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().
|
H A 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())
|
/aosp12/art/test/983-source-transform-verify/ |
H A D | source_transform.cc | 34 static void Println(JNIEnv* env, const char* msg) { in Println() function 59 Println(env, android::base::StringPrintf("Dex file hook for %s", name).c_str()); in CheckDexFileHook()
|
/aosp12/build/soong/ui/logger/ |
H A D | logger.go | 51 Println(v ...interface{}) 208 s.Println(p) 251 func (s *stdLogger) Println(v ...interface{}) { func
|
/aosp12/build/soong/cmd/soong_ui/ |
H A 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...")
|
/aosp12/build/soong/androidmk/cmd/ |
H A D | androidmk.go | 43 fmt.Println(err.Error())
|