Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dlog.go120 func (v *verboseLog) Write(p []byte) (int, error) { func
185 func (e *errorLog) Write(p []byte) (int, error) { func
236 func (e *errorProtoLog) Write(p []byte) (int, error) { func
273 func (b *buildProgressLog) Write(p []byte) (int, error) { func
Dcritical_path_logger.go73 func (cp *criticalPathLogger) Write(p []byte) (n int, err error) { return len(p), nil } func
Dstatus_test.go30 func (c counterOutput) Write(p []byte) (int, error) { func
Dstatus.go223 Write(p []byte) (n int, err error) methodSpec
/build/soong/third_party/zip/
Dandroid.go189 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.go76 func (s *simpleStatusOutput) Write(p []byte) (int, error) { func
Dsmart_status.go232 func (s *smartStatusOutput) Write(p []byte) (int, error) { func
/build/make/tools/perf/
Dformat_benchmarks107 def Write(self, out, fmt): member in Table
/build/soong/ui/tracer/
Dstatus.go136 func (s *statusOutput) Write(p []byte) (int, error) { func
/build/soong/finder/fs/
Dtest.go26 func Write(t *testing.T, path string, content string, filesystem *MockFs) { func
/build/blueprint/
Dninja_writer.go395 func (n *ninjaWriterWithWrap) Write(p []byte) (written int, noError error) { func
/build/make/tools/releasetools/
Dadd_img_to_target_files.py262 def Write(self, compress_type=None): member in OutputFile
/build/soong/ui/logger/
Dlogger.go192 func (panicWriter) Write([]byte) (int, error) { panic("write to panicWriter") } func
/build/blueprint/pathtools/
Dfs.go355 func (b *MockFileWriter) Write(p []byte) (n int, err error) { func