Home
last modified time | relevance | path

Searched defs:parser (Results 1 – 21 of 21) sorted by relevance

/build/soong/androidmk/parser/
Dparser.go15 package parser package
60 type parser struct { struct
61 scanner scanner.Scanner
62 tok rune
63 errors []error
64 comments []Node
65 nodes []Node
66 lines []int
88 func (p *parser) Unpack(pos Pos) scanner.Position {
99 func (p *parser) pos() Pos {
[all …]
Dparser_test.go15 package parser package
Dmake_strings_test.go15 package parser package
Dscope.go15 package parser package
Dmake_strings.go15 package parser package
Dast.go15 package parser package
/build/blueprint/parser/
Dparser.go15 package parser package
62 func parse(p *parser) (file *File, errs []error) {
101 type parser struct { struct
102 scanner scanner.Scanner
103 tok rune
104 errors []error
105 scope *Scope
106 comments []*CommentGroup
107 eval bool
123 func (p *parser) error(err error) {
[all …]
Dsort_test.go15 package parser package
Dmodify_test.go15 package parser package
Dprinter_test.go15 package parser package
Dparser_test.go15 package parser package
Dmodify.go15 package parser package
Dsort.go15 package parser package
Dprinter.go15 package parser package
Dast.go15 package parser package
/build/make/tools/
Dcheckowners.py11 parser = argparse.ArgumentParser(description='Check OWNERS file syntax') variable
/build/soong/scripts/
Dlint_project_xml.py35 def __call__(self, parser, namespace, values, option_string=None): argument
/build/make/tools/product_config/test/com/android/build/config/
DOptionsTest.java30 final Options.Parser parser = new Options.Parser(errors, args, env); in parse() local
/build/make/tools/releasetools/
Dsparse_img.py371 parser = argparse.ArgumentParser() variable
/build/make/tools/product_config/src/com/android/build/config/
DDumpConfigParser.java71 DumpConfigParser parser = new DumpConfigParser(errors, filename, reader); in parse() local
/build/soong/scripts/hiddenapi/
Dgenerate_hiddenapi_lists.py98 def __call__(self, parser, args, values, option_string = None): argument