/build/blueprint/bootstrap/bpdoc/ |
D | reader.go | 33 type Reader struct { struct 34 pkgFiles map[string][]string // Map of package name to source files, provided by constructor 36 mutex sync.Mutex 37 goPkgs map[string]*doc.Package // Map of package name to parsed Go AST, protected by mutex 38 ps map[string]*PropertyStruct // Map of module type name to property struct, protected by mutex 49 func (r *Reader) Package(path string) (*Package, error) { 62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { 86 …(r *Reader) PropertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, error) { 116 func (r *Reader) getModuleTypeDoc(pkgPath, factoryFuncName string) (string, error) { 140 func (r *Reader) getPropertyStruct(pkgPath, name string) *PropertyStruct { [all …]
|
D | bpdoc.go | 108 func assembleModuleTypeInfo(r *Reader, name string, factory reflect.Value,
|
/build/soong/third_party/zip/ |
D | reader.go | 24 type Reader struct { struct 25 r io.ReaderAt 26 File []*File 27 Comment string 28 decompressors map[uint16]Decompressor 33 Reader anonMember 78 func (z *Reader) init(r io.ReaderAt, size int64) error { 121 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) { 128 func (z *Reader) decompressor(method uint16) Decompressor { 249 func readDirectoryHeader(f *File, r io.Reader) error { [all …]
|
D | register.go | 69 func newFlateReader(r io.Reader) io.ReadCloser {
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 38 func handleStdout(stdout io.Reader) {
|
/build/soong/cmd/dep_fixer/ |
D | deps.go | 31 func Parse(filename string, r io.Reader) (*Deps, error) {
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 41 func writeFile(filename string, in io.Reader, perm os.FileMode) error {
|
/build/blueprint/parser/ |
D | parser.go | 86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { 94 func Parse(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { 110 func newParser(r io.Reader, scope *Scope) *parser {
|
/build/soong/ui/status/ |
D | ninja.go | 186 func readVarInt(r *bufio.Reader) (int, error) {
|
/build/soong/ui/build/ |
D | environment.go | 131 func (e *Environment) appendFromKati(reader io.Reader) error {
|
/build/soong/bpfix/cmd/ |
D | bpfix.go | 62 func processFile(filename string, in io.Reader, out io.Writer, fixRequest bpfix.FixRequest) error {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 60 func processReader(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 120 func process(r io.Reader, w io.Writer) error {
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,
|
/build/soong/cmd/diff_target_files/ |
D | whitelist.go | 214 func newJSONCommentStripper(r io.Reader) *jsonCommentStripper {
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 57 func processFile(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/ui/terminal/ |
D | writer.go | 221 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
|
/build/kati/ |
D | parser.go | 67 func newParser(rd io.Reader, filename string) *parser { 739 func parseMakefileReader(rd io.Reader, loc srcpos) (makefile, error) {
|
/build/soong/androidmk/parser/ |
D | parser.go | 69 func NewParser(filename string, r io.Reader) *parser {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 183 func parse(name string, r io.Reader) (*parser.File, error) {
|
/build/soong/zip/ |
D | zip.go | 60 *bytes.Reader anonMember
|