/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 | 110 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/soong/cmd/zipsync/ |
D | zipsync.go | 42 func writeFile(filename string, in io.Reader, perm os.FileMode) error { 56 func writeSymlink(filename string, in io.Reader) error {
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 38 func handleStdout(stdout io.Reader) {
|
/build/soong/response/ |
D | response.go | 27 func ReadRspFile(r io.Reader) ([]string, error) {
|
/build/soong/makedeps/ |
D | deps.go | 31 func Parse(filename string, r io.Reader) (*Deps, 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 | 200 func readVarInt(r *bufio.Reader) (int, error) {
|
/build/soong/cmd/run_with_timeout/ |
D | run_with_timeout.go | 91 stdin io.Reader, stdout, stderr io.Writer) error {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 60 func processReader(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 62 func processFile(filename string, in io.Reader, out io.Writer, fixRequest bpfix.FixRequest) error {
|
/build/soong/jar/ |
D | jar.go | 158 func JavaPackage(r io.Reader, src string) (string, error) {
|
/build/soong/ui/build/ |
D | environment.go | 160 func (e *Environment) appendFromKati(reader io.Reader) error {
|
/build/soong/ui/terminal/ |
D | stdio.go | 47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
|
/build/soong/cmd/diff_target_files/ |
D | allow_list.go | 214 func newJSONCommentStripper(r io.Reader) *jsonCommentStripper {
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 62 func processFile(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/androidmk/parser/ |
D | parser.go | 69 func NewParser(filename string, r io.Reader) *parser {
|
/build/soong/android/soongconfig/ |
D | modules.go | 35 func Parse(r io.Reader, from string) (*SoongConfigDefinition, []error) {
|
/build/soong/zip/ |
D | zip.go | 61 *bytes.Reader anonMember
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 236 func parse(name string, r io.Reader) (*parser.File, error) {
|