Home
last modified time | relevance | path

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

12

/build/soong/ui/status/
Dninja.go123 n.status.Print(fmt.Sprintf("Missing message of size %d from ninja\n", size))
133 n.status.Print(fmt.Sprintf("Error reading message from ninja: %v", err))
174 n.status.Print("warning: " + message)
180 n.status.Print(message)
Dkati.go111 k.st.Print(line)
134 st.Print(fmt.Sprintf("Error from kati parser: %s", err))
135 st.Print(buf.String())
Dstatus.go117 Print(msg string) methodSpec
333 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/soong/ui/build/
Dexec.go165 st.Print(string(ret))
190 st.Print(strings.TrimSuffix(line, "\n"))
/build/soong/cmd/dep_fixer/
Dmain.go66 new := mergedDeps.Print()
/build/soong/makedeps/
Ddeps.go81 func (d *Deps) Print() []byte { func
/build/soong/cmd/diff_target_files/
Ddiff_target_files.go76 fmt.Print(diff.String())
/build/soong/ui/logger/
Dlogger.go47 Print(v ...interface{}) methodSpec
237 func (s *stdLogger) Print(v ...interface{}) { func
/build/blueprint/parser/
Dprinter_test.go451 got, err := Print(file)
Dprinter.go61 func Print(file *File) ([]byte, error) { func
79 func (p *printer) Print() ([]byte, error) { func
/build/blueprint/bpfmt/
Dbpfmt.go80 res, err := parser.Print(file)
/build/soong/bpfix/cmd_lib/
Dbpfix.go85 res, err := parser.Print(file)
/build/make/tools/releasetools/
Dota_from_target_files808 script.Print("Target: {}".format(target_info.fingerprint))
1477 script.Print("Source: {}".format(source_info.fingerprint))
1478 script.Print("Target: {}".format(target_info.fingerprint))
1480 script.Print("Verifying current system...")
1569 script.Print("Installing boot image...")
1576 script.Print("Patching boot image...")
1593 script.Print("Erasing user data...")
Dota_from_target_files.py808 script.Print("Target: {}".format(target_info.fingerprint))
1477 script.Print("Source: {}".format(source_info.fingerprint))
1478 script.Print("Target: {}".format(target_info.fingerprint))
1480 script.Print("Verifying current system...")
1569 script.Print("Installing boot image...")
1576 script.Print("Patching boot image...")
1593 script.Print("Erasing user data...")
Dcommon.py2742 script.Print("Patching %s image unconditionally..." % (self.partition,))
2744 script.Print("Patching %s image after verification." % (self.partition,))
2761 script.Print("Verifying %s..." % (partition,))
2777 script.Print("Image %s will be patched unconditionally." % (partition,))
2799 script.Print('Verified %s image...' % (partition,))
2844 script.Print('Verifying the updated %s image...' % (partition,))
2861 script.Print('Verified the updated %s image.' % (partition,))
2872 script.Print('Verified the updated %s image.' % (partition,))
Dedify_generator.py253 def Print(self, message): member in EdifyGenerator
/build/soong/cc/
Dcompdb.go149 log.Print("Unknown file extension " + src.Ext() + " on file " + src.String())
/build/soong/cmd/sbox/
Dsbox.go301 err = ioutil.WriteFile(depfileOut, deps.Print(), 0666)
/build/blueprint/bootstrap/
Dcommand.go262 fmt.Print("\n")
/build/blueprint/bpmodify/
Dbpmodify.go91 res, err := parser.Print(file)
/build/soong/bpfix/bpfix/
Dbpfix.go37 res, err := parser.Print(tree)
212 bytes, err := parser.Print(f.tree)
220 buf, err := parser.Print(f.tree)
Dbpfix_test.go155 out, err := parser.Print(fixer.tree)
/build/soong/androidmk/androidmk/
Dandroidmk.go224 out, err := bpparser.Print(tree)

12