/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/raw/ |
D | writer.go | 30 func NewWriter(w io.Writer, v version.Version) (*Writer, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/csv/ |
D | writer.go | 39 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/textproto/ |
D | writer.go | 21 func NewWriter(w *bufio.Writer) *Writer { func
|
/aosp_15_r20/external/brotli/go/cbrotli/ |
H A D | writer.go | 76 func NewWriter(dst io.Writer, options WriterOptions) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
D | writer.go | 24 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/multipart/ |
D | writer.go | 27 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/zlib/ |
D | writer.go | 44 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/gzip/ |
D | gzip.go | 49 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/lzw/ |
D | writer.go | 257 func NewWriter(w io.Writer, order Order, litWidth int) io.WriteCloser { func
|
/aosp_15_r20/build/soong/third_party/zip/ |
H A D | writer.go | 33 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/ |
D | writer.go | 35 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/text/tabwriter/ |
D | tabwriter.go | 599 func NewWriter(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Writer… func
|
/aosp_15_r20/external/tink/go/streamingaead/subtle/noncebased/ |
H A D | noncebased.go | 121 func NewWriter(params WriterParams) (*Writer, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/ |
D | writer.go | 45 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/bufio/ |
D | bufio.go | 604 func NewWriter(w io.Writer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/transform/ |
D | transform.go | 221 func NewWriter(w io.Writer, t Transformer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/transform/ |
D | transform.go | 221 func NewWriter(w io.Writer, t Transformer) *Writer { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/ |
D | deflate.go | 666 func NewWriter(w io.Writer, level int) (*Writer, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/goobj/ |
D | objfile.go | 542 func NewWriter(wr *bio.Writer) *Writer { func
|