Home
last modified time | relevance | path

Searched refs:Print (Results 1 – 25 of 31) sorted by relevance

12

/build/soong/ui/status/
Dkati.go111 k.st.Print(line)
134 st.Print(fmt.Sprintf("Error from kati parser: %s", err))
135 st.Print(buf.String())
Dninja.go149 n.status.Print(fmt.Sprintf("Missing message of size %d from ninja\n", size))
159 n.status.Print(fmt.Sprintf("Error reading message from ninja: %v", err))
254 n.status.Print("warning: " + message)
260 n.status.Print(message)
Dstatus.go158 Print(msg string) methodSpec
385 func (d *toolStatus) Print(msg string) { func
/build/soong/androidmk/cmd/
Dandroidmk.go49 fmt.Print(output)
/build/soong/partner/androidmk/
Dandroidmk.go57 fmt.Print(output)
/build/bazel/mkcompare/elfdiff/
Delfdiff.go62 fmt.Print("Missing sections:\n ", strings.Join(missing, "\n "), "\n")
66 fmt.Print("Extra sections:\n ", strings.Join(extra, "\n "), "\n")
71 fmt.Print("Sections that differ:\n")
/build/soong/cmd/dep_fixer/
Dmain.go66 new := mergedDeps.Print()
/build/make/tools/releasetools/
Dnon_ab_ota.py205 script.Print("Target: {}".format(target_info.fingerprint))
394 script.Print("Source: {}".format(source_info.fingerprint))
395 script.Print("Target: {}".format(target_info.fingerprint))
397 script.Print("Verifying current system...")
486 script.Print("Installing boot image...")
493 script.Print("Patching boot image...")
510 script.Print("Erasing user data...")
Dedify_generator.py253 def Print(self, message): member in EdifyGenerator
Dcommon.py3437 script.Print("Patching %s image unconditionally..." % (self.partition,))
3439 script.Print("Patching %s image after verification." % (self.partition,))
3456 script.Print("Verifying %s..." % (partition,))
3472 script.Print("Image %s will be patched unconditionally." % (partition,))
3494 script.Print('Verified %s image...' % (partition,))
3539 script.Print('Verifying the updated %s image...' % (partition,))
3556 script.Print('Verified the updated %s image.' % (partition,))
3567 script.Print('Verified the updated %s image.' % (partition,))
/build/soong/cmd/diff_target_files/
Ddiff_target_files.go76 fmt.Print(diff.String())
/build/soong/makedeps/
Ddeps.go81 func (d *Deps) Print() []byte { func
/build/soong/ui/build/
Dexec.go168 st.Print(string(ret))
193 st.Print(strings.TrimSuffix(line, "\n"))
/build/soong/ui/logger/
Dlogger.go48 Print(v ...interface{}) methodSpec
260 func (s *stdLogger) Print(v ...interface{}) { func
/build/soong/scripts/
Dconv_linker_config.py69 def Print(args): function
221 print_proto.set_defaults(func=Print)
/build/soong/bpfix/cmd_lib/
Dbpfix.go85 res, err := parser.Print(file)
/build/blueprint/bpfmt/
Dbpfmt.go81 res, err := parser.Print(file)
/build/bazel/mkcompare/
Dmkdiff.go76 func (d *MkModuleDiff) Print(sink io.Writer, name string) { func
/build/soong/cc/
Dcompdb.go149 log.Print("Unknown file extension " + src.Ext() + " on file " + src.String())
/build/blueprint/parser/
Dprinter_test.go759 got, err := Print(file)
Dprinter.go61 func Print(file *File) ([]byte, error) { func
79 func (p *printer) Print() ([]byte, error) { func
/build/bazel/mkcompare/cmd/
Dmkcompare.go206 d.Print(os.Stdout, name)
/build/blueprint/bpmodify/
Dbpmodify_test.go580 inModuleText, _ := parser.Print(inAst)
/build/make/tools/rbcrun/
Dhost.go358 Print: func(_ *starlark.Thread, msg string) {
/build/soong/androidmk/androidmk/
Dandroidmk.go247 out, err := bpparser.Print(tree)

12