/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/blueprint/bootstrap/bpdoc/ |
D | reader.go | 35 type Reader struct { struct 43 func NewReader(pkgFiles map[string][]string) *Reader { 44 return &Reader{ 51 func (r *Reader) Package(path string) (*Package, error) { argument 64 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { argument 88 func (r *Reader) propertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, err… argument 120 func (r *Reader) PropertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, err… argument 155 func (r *Reader) getModuleTypeDoc(pkgPath, factoryFuncName string) (string, error) { argument 179 func (r *Reader) getPropertyStruct(pkgPath, name string) *PropertyStruct { argument 188 func (r *Reader) putPropertyStruct(pkgPath, name string, ps *PropertyStruct) *PropertyStruct { argument [all …]
|
/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/cmd/symbols_map/ |
D | r8.go | 41 func extractR8CompilerHash(r io.Reader) (string, error) { argument
|
/build/soong/zip/ |
D | zip.go | 72 *bytes.Reader anonMember 264 futureReaders chan chan io.Reader 542 var currentReaders chan chan io.Reader 543 var currentReader chan io.Reader 549 var readersChan chan chan io.Reader 821 ze.futureReaders = make(chan chan io.Reader, (fileSize/parallelBlockSize)+1) 837 resultChan := make(chan io.Reader, 1) 921 func (z *ZipWriter) compressPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Rea… 935 func (z *ZipWriter) compressBlock(r io.Reader, dict []byte, last bool) (*bytes.Buffer, error) { 992 ze.futureReaders = make(chan chan io.Reader, 1) [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 | 46 func writeFile(filename string, in io.Reader, perm os.FileMode) error { argument 60 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/run_with_timeout/ |
D | run_with_timeout_test.go | 31 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/soong/cmd/diff_target_files/ |
D | allow_list.go | 214 func newJSONCommentStripper(r io.Reader) *jsonCommentStripper { argument 221 r *bufio.Reader
|
/build/soong/elf/ |
D | elf.go | 82 func readNote(note io.Reader, byteOrder binary.ByteOrder) (map[string][]byte, 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/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/bazel/mkcompare/ |
D | mkfile.go | 145 func ParseMkFile(source io.Reader) (*MkFile, error) { argument
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 61 func processReader(filename string, in io.Reader, out io.Writer) error { argument
|
/build/blueprint/parser/ |
D | parser.go | 89 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { argument 97 func Parse(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { argument 104 func ParseExpression(r io.Reader) (value Expression, errs []error) { argument 122 func newParser(r io.Reader, scope *Scope) *parser { argument
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 69 reader *zip.Reader 378 func testZipEntriesToZipReader(entries []testZipEntry) *zip.Reader {
|