Home
last modified time | relevance | path

Searched refs:Parse (Results 1 – 25 of 53) sorted by relevance

123

/build/blueprint/loadplugins/
Dloadplugins.go33 flag.Parse()
59 var pluginTmpl = template.Must(template.New("pluginloader").Parse(`
/build/soong/cmd/dep_fixer/
Dmain.go38 flag.Parse()
53 deps, err := makedeps.Parse(arg, bytes.NewBuffer(append([]byte(nil), input...)))
/build/soong/makedeps/
Ddeps.go31 func Parse(filename string, r io.Reader) (*Deps, error) { func
33 nodes, errs := p.Parse()
/build/blueprint/bootstrap/minibp/
Dmain.go47 flag.Parse()
/build/blueprint/gotestmain/
Dgotestmain.go78 flag.Parse()
109 var testMainTmpl = template.Must(template.New("testMain").Parse(`
/build/soong/androidmk/cmd/
Dandroidmk.go36 flag.Parse()
/build/soong/partner/androidmk/
Dandroidmk.go38 flag.Parse()
/build/soong/cmd/soong_build/
Dwritedocs.go110 …tmpl := template.Must(template.Must(template.New("file").Parse(packageListTemplate)).Parse(copyBas…
119 keywordsTmpl := template.Must(template.New("file").Parse(keywordsTemplate))
134 }).Parse(perPackageTemplate)).Parse(copyBaseUrl))
/build/soong/bpfix/cmd_lib/
Dbpfix.go69 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
132 flag.Parse()
/build/blueprint/bpfmt/
Dbpfmt.go68 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
129 flag.Parse()
/build/soong/androidmk/parser/
Dparser_test.go43 got, errs := p.Parse()
/build/soong/cmd/extract_jar_packages/
Dextract_jar_packages.go52 flag.Parse()
/build/make/tools/rbcrun/cmd/
Drbcrun.go34 flag.Parse()
/build/soong/cmd/diff_target_files/
Ddiff_target_files.go43 flag.Parse()
/build/soong/symbol_inject/cmd/
Dsymbol_inject.go36 flag.Parse()
/build/blueprint/gotestrunner/
Dgotestrunner.go51 flag.Parse()
/build/soong/cmd/extract_linker/
Dmain.go38 flag.Parse()
/build/soong/finder/cmd/
Dfinder.go84 flag.Parse()
/build/soong/cmd/zipsync/
Dzipsync.go72 flag.Parse()
/build/soong/cmd/run_with_timeout/
Drun_with_timeout.go47 flag.Parse()
/build/blueprint/parser/
Dprinter_test.go439 file, errs := Parse("", r, NewScope(nil))
/build/blueprint/bootstrap/bpglob/
Dbpglob.go142 err := flagSet.Parse(os.Args[1:])
/build/soong/cmd/fileslist/
Dfileslist.go93 flag.Parse()
/build/soong/cmd/pom2mk/
Dpom2mk.go223 var mkTemplate = template.Must(template.New("mk").Parse(`
241 var mkDepsTemplate = template.Must(template.New("mk").Parse(`
396 flag.Parse()
/build/soong/cmd/soong_ui/
Dmain.go319 flags.Parse(args)
377 flags.Parse(args)
495 flags.Parse(args[0:numBuildActionFlags])

123