Home
last modified time | relevance | path

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

1234

/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/make/tools/canoninja/cmd/
Dcanoninja.go17 flag.Parse()
/build/soong/androidmk/cmd/
Dandroidmk.go36 flag.Parse()
/build/soong/partner/androidmk/
Dandroidmk.go38 flag.Parse()
/build/soong/mk2rbc/
Dconfig_variables.go35 nodes, errs := parser.Parse()
Dandroid_products.go68 nodes, errs := parser.Parse()
Dsoong_variables.go48 nodes, errs := parser.Parse()
/build/soong/cmd/extract_jar_packages/
Dextract_jar_packages.go52 flag.Parse()
/build/blueprint/gotestmain/
Dgotestmain.go77 flag.Parse()
108 var testMainTmpl = template.Must(template.New("testMain").Parse(`
/build/soong/bpfix/cmd_lib/
Dbpfix.go69 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
132 flag.Parse()
/build/soong/cmd/soong_build/
Dwritedocs.go111 …tmpl := template.Must(template.Must(template.New("file").Parse(packageListTemplate)).Parse(copyBas…
120 keywordsTmpl := template.Must(template.New("file").Parse(keywordsTemplate))
135 }).Parse(perPackageTemplate)).Parse(copyBaseUrl))
/build/blueprint/bpfmt/
Dbpfmt.go69 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
135 flag.Parse()
/build/soong/cmd/release_config/build_flag/
Dmain.go101 relFlags.Parse(commonFlags.targetReleases)
147 getFlags.Parse(args)
258 setFlags.Parse(args)
351 flag.Parse()
/build/soong/cmd/release_config/build_flag_declarations/
Dmain.go47 flag.Parse()
/build/soong/cmd/diff_target_files/
Ddiff_target_files.go43 flag.Parse()
/build/bazel/compliance/cmd/bazel_notice_gen/
Dbazel_notice_gen.go118 t, err := template.New("NoticesPage").Funcs(funcMap).Parse(tpl)
141 flag.Parse()
/build/soong/symbol_inject/cmd/
Dsymbol_inject.go36 flag.Parse()
/build/blueprint/gotestrunner/
Dgotestrunner.go51 flag.Parse()
/build/soong/androidmk/parser/
Dparser_test.go109 got, errs := p.Parse()
/build/blueprint/bootstrap/bpglob/
Dbpglob.go84 flag.Parse()
/build/soong/provenance/tools/
Dgen_provenance_metadata_test.py120 text_format.Parse(data, provenance_metadata)
/build/soong/finder/cmd/
Dfinder.go84 flag.Parse()
/build/soong/cmd/release_config/release_config/
Dmain.go60 flag.Parse()

1234