Home
last modified time | relevance | path

Searched defs:Writer (Results 1 – 25 of 27) sorted by relevance

12

/build/soong/third_party/zip/
Dwriter.go19 type Writer struct { struct
20 cw *countWriter
21 dir []*header
22 last *fileWriter
23 closed bool
24 compressors map[uint16]Compressor
33 func NewWriter(w io.Writer) *Writer {
41 func (w *Writer) SetOffset(n int64) {
50 func (w *Writer) Flush() error {
56 func (w *Writer) Close() error {
[all …]
Dwriter_test.go143 func testCreate(t *testing.T, w *Writer, wt *WriteTest) {
Dregister.go31 func newFlateWriter(w io.Writer) io.WriteCloser {
/build/kati/
Dquery.go22 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) {
Dbuf.go31 func writeByte(w io.Writer, b byte) error {
42 io.Writer anonMember
/build/soong/ui/terminal/
Dutil.go25 func isTerminal(w io.Writer) bool {
36 func termWidth(w io.Writer) (int, bool) {
Dstatus.go39 func NewStatusOutput(w Writer, statusFormat string, quietBuild bool) status.StatusOutput {
Dwriter.go35 type Writer interface { interface
221 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
/build/soong/cmd/javac_wrapper/
Djavac_wrapper.go62 func Main(out io.Writer, name string, args []string) (int, error) {
120 func process(r io.Reader, w io.Writer) error {
136 func processLine(w io.Writer, line string) {
/build/soong/android/
Dandroidmk.go147 func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.Module) error {
165 func translateGoBinaryModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
176 func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
346 func WriteAndroidMkData(w io.Writer, data AndroidMkData) {
/build/soong/bpfix/cmd/
Dbpfix.go52 func openAndProcess(filename string, out io.Writer, fixRequest bpfix.FixRequest) error {
62 func processFile(filename string, in io.Reader, out io.Writer, fixRequest bpfix.FixRequest) error {
/build/blueprint/bpfmt/
Dbpfmt.go50 func processFile(filename string, out io.Writer) error {
60 func processReader(filename string, in io.Reader, out io.Writer) error {
/build/soong/java/
Dandroidmk.go25 func (library *Library) AndroidMkHostDex(w io.Writer, name string, data android.AndroidMkData) {
106 func testSuiteComponent(w io.Writer, test_suites []string) {
/build/soong/symbol_inject/
Dsymbol_inject.go54 func InjectStringSymbol(file *File, w io.Writer, symbol, value, from string) error {
85 func InjectUint64Symbol(file *File, w io.Writer, symbol string, value uint64) error {
101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
/build/soong/cmd/extract_linker/
Dmain.go114 func bytesToAsm(asm io.Writer, buf []byte) {
/build/kati/testcase/
Dgen_testcase_parse_benchmark.go67 func writeBenchmarkTest(w io.Writer, fname string) {
/build/blueprint/parser/
Dmodify.go98 func (list *PatchList) Apply(in io.ReaderAt, out io.Writer) error {
/build/soong/ui/build/
Dcontext.go38 Writer terminal.Writer member
/build/soong/cmd/path_interposer/
Dmain.go89 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
/build/soong/cmd/zip2zip/
Dzip2zip.go113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,
/build/soong/cmd/merge_zips/
Dmerge_zips.go238 WriteToZip(dest string, zw *zip.Writer) error
247 func mergeZips(readers []namedZipReader, writer *zip.Writer, manifest, pyMain string,
/build/blueprint/
Dninja_writer.go38 func newNinjaWriter(writer io.Writer) *ninjaWriter {
/build/blueprint/bpmodify/
Dbpmodify.go57 func processFile(filename string, in io.Reader, out io.Writer) error {
/build/soong/zip/
Dzip.go52 io.Writer anonMember
269 func ZipTo(args ZipArgs, w io.Writer) error {
/build/soong/cc/
Dandroidmk.go137 func (library *libraryDecorator) androidMkWriteExportedFlags(w io.Writer) {

12