Home
last modified time | relevance | path

Searched defs:Write (Results 1 – 17 of 17) sorted by relevance

/build/soong/ui/status/
Dlog.go82 func (v *verboseLog) Write(p []byte) (int, error) { func
147 func (e *errorLog) Write(p []byte) (int, error) { func
198 func (e *errorProtoLog) Write(p []byte) (int, error) { func
235 func (b *buildProgressLog) Write(p []byte) (int, error) { func
Dstatus_test.go30 func (c counterOutput) Write(p []byte) (int, error) { func
Dcritical_path.go133 func (cp *criticalPath) Write(p []byte) (n int, err error) { return len(p), nil } func
Dstatus.go213 Write(p []byte) (n int, err error) methodSpec
/build/soong/third_party/zip/
Dandroid.go184 func (w *compressedFileWriter) Write(p []byte) (int, error) { func
Dzip_test.go134 func (r *rleBuffer) Write(p []byte) (n int, err error) { func
227 func (fakeHash32) Write(p []byte) (int, error) { return len(p), nil } func
Dwriter.go363 func (w *fileWriter) Write(p []byte) (int, error) { func
431 func (w *countWriter) Write(p []byte) (int, error) { func
Dregister.go46 func (w *pooledFlateWriter) Write(p []byte) (n int, err error) { func
/build/soong/cmd/run_with_timeout/
Drun_with_timeout.go73 func (c *concurrentWriter) Write(data []byte) (n int, err error) { func
/build/soong/ui/terminal/
Dsimple_status.go81 func (s *simpleStatusOutput) Write(p []byte) (int, error) { func
Dsmart_status.go208 func (s *smartStatusOutput) Write(p []byte) (int, error) { func
/build/soong/ui/tracer/
Dstatus.go112 func (s *statusOutput) Write(p []byte) (int, error) { func
/build/soong/bp2build/
Dmetrics.go104 func (metrics *CodegenMetrics) Write(dir string) { func
/build/soong/finder/fs/
Dtest.go26 func Write(t *testing.T, path string, content string, filesystem *MockFs) { func
/build/soong/cmd/multiproduct_kati/
Dmain.go547 func (f *failureCount) Write(p []byte) (int, error) { func
/build/make/tools/releasetools/
Dadd_img_to_target_files.py108 def Write(self, compress_type=None): member in OutputFile
/build/soong/ui/logger/
Dlogger.go185 func (panicWriter) Write([]byte) (int, error) { panic("write to panicWriter") } func