/build/blueprint/bootstrap/bpdoc/ |
D | reader.go | 33 type Reader struct { struct 41 func NewReader(pkgFiles map[string][]string) *Reader { 42 return &Reader{ 49 func (r *Reader) Package(path string) (*Package, error) { argument 62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { argument 86 func (r *Reader) PropertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, err… argument 116 func (r *Reader) getModuleTypeDoc(pkgPath, factoryFuncName string) (string, error) { argument 140 func (r *Reader) getPropertyStruct(pkgPath, name string) *PropertyStruct { argument 149 func (r *Reader) putPropertyStruct(pkgPath, name string, ps *PropertyStruct) *PropertyStruct { argument 164 func (r *Reader) goPkg(pkgPath string) (*doc.Package, error) { argument [all …]
|
/build/soong/ui/terminal/ |
D | stdio.go | 27 Stdin() io.Reader 35 func (StdioImpl) Stdin() io.Reader { return os.Stdin } 42 stdin io.Reader 47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface { argument 51 func (c customStdio) Stdin() io.Reader { return c.stdin }
|
/build/soong/third_party/zip/ |
D | reader.go | 24 type Reader struct { struct 33 Reader anonMember 38 zip *Reader 70 func NewReader(r io.ReaderAt, size int64) (*Reader, error) { 71 zr := new(Reader) 78 func (z *Reader) init(r io.ReaderAt, size int64) error { argument 121 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) { argument 128 func (z *Reader) decompressor(method uint16) Decompressor { argument 168 var desr io.Reader 186 desr io.Reader // if non-nil, where to read the data descriptor [all …]
|
D | register.go | 27 type Decompressor func(r io.Reader) io.ReadCloser 69 func newFlateReader(r io.Reader) io.ReadCloser { argument
|
/build/soong/zip/ |
D | zip.go | 61 *bytes.Reader anonMember 230 futureReaders chan chan io.Reader 494 var currentReaders chan chan io.Reader 495 var currentReader chan io.Reader 501 var readersChan chan chan io.Reader 739 ze.futureReaders = make(chan chan io.Reader, (fileSize/parallelBlockSize)+1) 753 resultChan := make(chan io.Reader, 1) 788 func (z *ZipWriter) crcFile(r io.Reader, ze *zipEntry, resultChan chan *zipEntry, wg *sync.WaitGrou… 804 func (z *ZipWriter) compressPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Rea… 818 func (z *ZipWriter) compressBlock(r io.Reader, dict []byte, last bool) (*bytes.Buffer, error) { [all …]
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | DumpConfigParser.java | 21 import java.io.Reader; 51 private final Reader mReader; 60 private DumpConfigParser(Errors errors, String filename, Reader reader) { in DumpConfigParser() 69 public static Map<String,MakeConfig> parse(Errors errors, String filename, Reader reader) in parse()
|
D | CsvParser.java | 22 import java.io.Reader; 110 public static List<Line> parse(Reader reader) in parse()
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 42 func writeFile(filename string, in io.Reader, perm os.FileMode) error { argument 56 func writeSymlink(filename string, in io.Reader) error { argument
|
/build/soong/response/ |
D | response.go | 27 func ReadRspFile(r io.Reader) ([]string, error) { argument
|
/build/soong/cmd/diff_target_files/ |
D | allow_list.go | 214 func newJSONCommentStripper(r io.Reader) *jsonCommentStripper { argument 221 r *bufio.Reader
|
/build/soong/cmd/run_with_timeout/ |
D | run_with_timeout_test.go | 30 stdin io.Reader
|
D | run_with_timeout.go | 91 stdin io.Reader, stdout, stderr io.Writer) error { argument
|
/build/soong/makedeps/ |
D | deps.go | 31 func Parse(filename string, r io.Reader) (*Deps, error) { argument
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 38 func handleStdout(stdout io.Reader) { argument
|
/build/soong/jar/ |
D | jar_test.go | 25 r io.Reader
|
D | jar.go | 158 func JavaPackage(r io.Reader, src string) (string, error) { argument
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 100 if err := zip2zip(&reader.Reader, writer, *sortGlobs, *sortJava, *setTime, 113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool, argument
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 57 reader *zip.Reader 309 func testZipEntriesToZipReader(entries []testZipEntry) *zip.Reader {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 62 func processFile(filename string, in io.Reader, out io.Writer, fixRequest bpfix.FixRequest) error { argument
|
/build/soong/ui/build/ |
D | environment.go | 160 func (e *Environment) appendFromKati(reader io.Reader) error { argument
|
/build/blueprint/parser/ |
D | parser.go | 86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { argument 94 func Parse(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { argument 110 func newParser(r io.Reader, scope *Scope) *parser { argument
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 60 func processReader(filename string, in io.Reader, out io.Writer) error { argument
|
/build/soong/ui/status/ |
D | ninja.go | 200 func readVarInt(r *bufio.Reader) (int, error) { argument
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 126 func (proc *processor) process(r io.Reader, w io.Writer) error {
|
/build/blueprint/pathtools/ |
D | fs.go | 85 io.Reader 278 *bytes.Reader
|