Searched defs:Writer (Results 1 – 7 of 7) sorted by relevance
| /build/kati/ |
| D | query.go | 22 func showDeps(w io.Writer, n *DepNode, indent int, seen map[string]int) { 43 func showNode(w io.Writer, n *DepNode) { 67 func handleNodeQuery(w io.Writer, q string, nodes []*DepNode) { 77 func Query(w io.Writer, q string, g *DepGraph) {
|
| D | buf.go | 31 func writeByte(w io.Writer, b byte) error { 42 io.Writer anonMember
|
| /build/kati/testcase/ |
| D | gen_testcase_parse_benchmark.go | 67 func writeBenchmarkTest(w io.Writer, fname string) {
|
| /build/blueprint/bpfmt/ |
| D | bpfmt.go | 44 func processFile(filename string, in io.Reader, out io.Writer) error {
|
| /build/soong/common/ |
| D | androidmk.go | 127 func translateAndroidMkModule(ctx blueprint.SingletonContext, w io.Writer, mod blueprint.Module) er…
|
| /build/blueprint/ |
| D | ninja_writer.go | 38 func newNinjaWriter(writer io.Writer) *ninjaWriter {
|
| /build/blueprint/bpmodify/ |
| D | bpmodify.go | 56 func processFile(filename string, in io.Reader, out io.Writer) error {
|