/build/soong/third_party/zip/ |
D | writer.go | 19 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 …]
|
D | writer_test.go | 143 func testCreate(t *testing.T, w *Writer, wt *WriteTest) {
|
D | register.go | 31 func newFlateWriter(w io.Writer) io.WriteCloser {
|
/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/soong/ui/terminal/ |
D | util.go | 25 func isTerminal(w io.Writer) bool { 36 func termWidth(w io.Writer) (int, bool) {
|
D | status.go | 39 func NewStatusOutput(w Writer, statusFormat string, quietBuild bool) status.StatusOutput {
|
D | writer.go | 35 type Writer interface { interface 221 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 62 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/ |
D | androidmk.go | 147 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/ |
D | bpfix.go | 52 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/ |
D | bpfmt.go | 50 func processFile(filename string, out io.Writer) error { 60 func processReader(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/java/ |
D | androidmk.go | 25 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/ |
D | symbol_inject.go | 54 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/ |
D | main.go | 114 func bytesToAsm(asm io.Writer, buf []byte) {
|
/build/kati/testcase/ |
D | gen_testcase_parse_benchmark.go | 67 func writeBenchmarkTest(w io.Writer, fname string) {
|
/build/blueprint/parser/ |
D | modify.go | 98 func (list *PatchList) Apply(in io.ReaderAt, out io.Writer) error {
|
/build/soong/ui/build/ |
D | context.go | 38 Writer terminal.Writer member
|
/build/soong/cmd/path_interposer/ |
D | main.go | 89 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 238 WriteToZip(dest string, zw *zip.Writer) error 247 func mergeZips(readers []namedZipReader, writer *zip.Writer, manifest, pyMain string,
|
/build/blueprint/ |
D | ninja_writer.go | 38 func newNinjaWriter(writer io.Writer) *ninjaWriter {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 57 func processFile(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/zip/ |
D | zip.go | 52 io.Writer anonMember 269 func ZipTo(args ZipArgs, w io.Writer) error {
|
/build/soong/cc/ |
D | androidmk.go | 137 func (library *libraryDecorator) androidMkWriteExportedFlags(w io.Writer) {
|