Searched defs:Reader (Results 1 – 6 of 6) sorted by relevance
| /build/blueprint/gotestrunner/ |
| D | gotestrunner.go | 37 func handleStdout(stdout io.Reader) {
|
| /build/blueprint/bpfmt/ |
| D | bpfmt.go | 44 func processFile(filename string, in io.Reader, out io.Writer) error {
|
| /build/blueprint/parser/ |
| D | parser.go | 70 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { 78 func Parse(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { 94 func newParser(r io.Reader, scope *Scope) *parser {
|
| /build/blueprint/bpmodify/ |
| D | bpmodify.go | 56 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 | 50 func NewParser(filename string, r io.Reader) *parser {
|