Home
last modified time | relevance | path

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

12345678910>>...18

/prebuilts/go/linux-x86/src/hash/fnv/
Dfnv.go100 func (s *sum32) Write(data []byte) (int, error) { func
110 func (s *sum32a) Write(data []byte) (int, error) { func
120 func (s *sum64) Write(data []byte) (int, error) { func
130 func (s *sum64a) Write(data []byte) (int, error) { func
140 func (s *sum128) Write(data []byte) (int, error) { func
153 func (s *sum128a) Write(data []byte) (int, error) { func
/prebuilts/go/linux-x86/test/fixedbugs/issue4590.dir/
Dpkg1.go8 Write() error methodSpec
18 func (c C) Write() error { return nil } func
/prebuilts/go/linux-x86/src/archive/tar/
Dwriter.go473 func (tw *Writer) Write(b []byte) (int, error) { func
533 func (fw *regFileWriter) Write(b []byte) (n int, err error) { func
573 func (sw *sparseFileWriter) Write(b []byte) (n int, err error) { func
678 func (zeroWriter) Write(b []byte) (int, error) { func
Dwriter_test.go831 func (w *failOnceWriter) Write(b []byte) (int, error) { func
1040 func (w testNonEmptyWriter) Write(b []byte) (int, error) { func
/prebuilts/go/linux-x86/src/net/
Drawconn.go52 func (c *rawConn) Write(f func(uintptr) bool) error { func
101 func (l *rawListener) Write(func(uintptr) bool) error { func
/prebuilts/go/linux-x86/src/cmd/go/internal/help/
Dhelp.go121 func (c *commentWriter) Write(p []byte) (int, error) { func
152 func (w *errWriter) Write(b []byte) (int, error) { func
/prebuilts/go/linux-x86/src/net/http/fcgi/
Dfcgi_test.go123 func (c *writeOnlyConn) Write(p []byte) (int, error) { func
228 func (nopWriteCloser) Write(buf []byte) (int, error) { func
408 func (*signalingNopWriteCloser) Write(buf []byte) (int, error) { func
/prebuilts/go/linux-x86/src/net/http/cgi/
Dintegration_test.go68 func (r *customWriterRecorder) Write(p []byte) (n int, err error) { func
77 func (w *limitWriter) Write(p []byte) (n int, err error) { func
/prebuilts/go/linux-x86/src/cmd/dist/
Dtestjson.go23 func (w *lockedWriter) Write(b []byte) (int, error) { func
38 func (f *testJSONFilter) Write(b []byte) (int, error) { func
/prebuilts/go/linux-x86/src/internal/asan/
Dasan.go19 func Write(addr unsafe.Pointer, len uintptr) func
Dnoasan.go17 func Write(addr unsafe.Pointer, len uintptr) {} func
/prebuilts/go/linux-x86/test/fixedbugs/
Dissue16760.go16 Write([]byte) methodSpec
/prebuilts/go/linux-x86/src/syscall/
Dnet.go26 Write(f func(fd uintptr) (done bool)) error methodSpec
/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/internal/poly1305/
Dsum_amd64.go19 func (h *mac) Write(p []byte) (int, error) { func
Dsum_ppc64le.go19 func (h *mac) Write(p []byte) (int, error) { func
/prebuilts/go/linux-x86/src/testing/iotest/
Dwriter.go20 func (t *truncateWriter) Write(p []byte) (n int, err error) { func
/prebuilts/go/linux-x86/src/io/
Dmulti_test.go127 func (c *writeStringChecker) Write(p []byte) (n int, err error) { func
172 func (f writerFunc) Write(p []byte) (int, error) { func
/prebuilts/go/linux-x86/src/encoding/csv/
Dwriter_test.go73 func (e errorWriter) Write(b []byte) (int, error) { func
/prebuilts/go/linux-x86/src/cmd/internal/bio/
Dmust.go29 func (w mustWriter) Write(b []byte) (int, error) { func
/prebuilts/go/linux-x86/src/os/
Drawconn.go36 func (c *rawConn) Write(f func(uintptr) bool) error { func
/prebuilts/go/linux-x86/src/archive/zip/
Dwriter.go548 func (dirWriter) Write(b []byte) (int, error) { func
565 func (w *fileWriter) Write(p []byte) (int, error) { func
640 func (w *countWriter) Write(p []byte) (int, error) { func
/prebuilts/go/linux-x86/src/cmd/test2json/
Dmain.go163 func (w *countWriter) Write(b []byte) (int, error) { func
/prebuilts/go/linux-x86/src/text/tabwriter/
Dtabwriter_test.go23 func (b *buffer) Write(buf []byte) (written int, err error) { func
621 func (panicWriter) Write([]byte) (int, error) { func
/prebuilts/go/linux-x86/src/crypto/internal/boring/
Dsha.go141 func (h *sha1Hash) Write(p []byte) (int, error) { func
221 func (h *sha224Hash) Write(p []byte) (int, error) { func
259 func (h *sha256Hash) Write(p []byte) (int, error) { func
396 func (h *sha384Hash) Write(p []byte) (int, error) { func
434 func (h *sha512Hash) Write(p []byte) (int, error) { func
/prebuilts/go/linux-x86/src/bufio/
Dbufio_test.go686 func (w errorWriterTest) Write(p []byte) (int, error) { func
806 func (w *teststringwriter) Write(b []byte) (int, error) { func
1142 func (w errorWriterToTest) Write(p []byte) (int, error) { func
1204 func (w errorReaderFromTest) Write(p []byte) (int, error) { func
1278 func (w *writeCountingDiscard) Write(p []byte) (int, error) { func
1421 func (w *readFromWriter) Write(p []byte) (int, error) { func
1796 func (w writerWithReadFromError) Write(b []byte) (n int, err error) { func
1812 func (w writeErrorOnlyWriter) Write(p []byte) (n int, err error) { func

12345678910>>...18