Searched defs:Reader (Results 1 – 11 of 11) sorted by relevance
/build/soong/third_party/zip/ |
D | reader.go | 24 type Reader struct { struct 25 r io.ReaderAt 26 File []*File 27 Comment string 28 decompressors map[uint16]Decompressor 33 Reader anonMember 78 func (z *Reader) init(r io.ReaderAt, size int64) error { 121 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) { 128 func (z *Reader) decompressor(method uint16) Decompressor { 249 func readDirectoryHeader(f *File, r io.Reader) error { [all …]
|
D | register.go | 69 func newFlateReader(r io.Reader) io.ReadCloser {
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 38 func handleStdout(stdout io.Reader) {
|
/build/blueprint/parser/ |
D | parser.go | 86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { 94 func Parse(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { 110 func newParser(r io.Reader, scope *Scope) *parser {
|
/build/soong/ui/build/ |
D | environment.go | 108 func (e *Environment) appendFromKati(reader io.Reader) error {
|
D | context.go | 47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 44 func processFile(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/cmd/javac_filter/ |
D | javac_filter.go | 55 func process(r io.Reader, w io.Writer) error {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 57 func processFile(filename string, in io.Reader, out io.Writer) error {
|
/build/kati/ |
D | parser.go | 67 func newParser(rd io.Reader, filename string) *parser { 739 func parseMakefileReader(rd io.Reader, loc srcpos) (makefile, error) {
|
/build/soong/androidmk/parser/ |
D | parser.go | 51 func NewParser(filename string, r io.Reader) *parser {
|