Home
last modified time | relevance | path

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

12

/build/kati/
Dparser.h28 void Parse(Makefile* mk);
29 void Parse(StringPiece buf, const Loc& loc, vector<Stmt*>* out_asts);
Dparser.cc72 void Parse() { in Parse() function in Parser
530 void Parse(Makefile* mk) { in Parse() function
535 parser.Parse(); in Parse()
538 void Parse(StringPiece buf, const Loc& loc, vector<Stmt*>* out_stmts) { in Parse() function
541 parser.Parse(); in Parse()
548 parser.Parse(); in ParseNotAfterRule()
Dfind_test.cc37 if (!fc.Parse(cmd)) { in main()
Dflags.h54 void Parse(int argc, char** argv);
Dfile.cc55 Parse(this); in Makefile()
Dfind.h39 bool Parse(const string& cmd);
Dmain.cc105 Parse(Intern(bootstrap).str(), Loc("*bootstrap*", 0), stmts); in ReadBootstrapMakefile()
250 g_flags.Parse(argc, argv); in main()
Dflags.cc50 void Flags::Parse(int argc, char** argv) { in Parse() function in Flags
Dfind.cc365 bool Parse() { in Parse() function in __anon4f858f4b0111::FindCommandParser
954 bool FindCommand::Parse(const string& cmd) { in Parse() function in FindCommand
959 if (!fcp.Parse()) in Parse()
/build/blueprint/loadplugins/
Dloadplugins.go33 flag.Parse()
59 var pluginTmpl = template.Must(template.New("pluginloader").Parse(`
/build/blueprint/gotestmain/
Dgotestmain.go58 flag.Parse()
84 var testMainTmpl = template.Must(template.New("testMain").Parse(`
/build/blueprint/bpfmt/
Dbpfmt.go61 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
121 flag.Parse()
/build/kati/cmd/kati/
Dmain.go196 flag.Parse()
243 Template: template.Must(template.New("memstats").Parse(memstats)),
261 t, err := time.Parse(shellDateTimeformat, shellDate)
/build/soong/cmd/soong_build/
Dmain.go31 flag.Parse()
/build/soong/cmd/soong_env/
Dsoong_env.go38 flag.Parse()
/build/blueprint/bootstrap/minibp/
Dmain.go45 flag.Parse()
/build/soong/cmd/soong_glob/
Dsoong_glob.go61 flag.Parse()
/build/kati/testcase/
Dgen_testcase_parse_benchmark.go38 var tmpl = template.Must(template.New("benchmarktest").Parse(`
/build/blueprint/gotestrunner/
Dgotestrunner.go50 flag.Parse()
/build/blueprint/parser/
Dprinter_test.go264 file, errs := Parse("", r, NewScope(nil))
/build/blueprint/bpmodify/
Dbpmodify.go73 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
217 flag.Parse()
/build/blueprint/choosestage/
Dchoosestage.go115 flag.Parse()
/build/blueprint/bootstrap/
Dcommand.go58 flag.Parse()
/build/soong/cmd/soong_jar/
Dsoong_jar.go81 flag.Parse()
/build/blueprint/
Dunpack_test.go365 file, errs := parser.Parse("", r, nil)

12