/build/kati/ |
D | rule_parser_test.go | 191 assign, err := got.parse([]byte(tc.in), tc.tsv, tc.rhs) 194 t.Errorf(`r.parse(%q, %v)=_, <nil>, want _, %q`, tc.in, tc.rhs, tc.err) 198 t.Errorf(`r.parse(%q, %v)=_, %s, want %s`, tc.in, tc.rhs, got, want) 203 t.Errorf(`r.parse(%q, %v)=_, %v; want nil error`, tc.in, tc.rhs, err) 207 t.Errorf(`r.parse(%q, %v); r=%#v, want %#v`, tc.in, tc.rhs, *got, tc.want) 211 t.Errorf(`r.parse(%q, %v)=<nil>; want=%#v`, tc.in, tc.rhs, tc.assign) 215 t.Errorf(`r.parse(%q, %v)=%#v; want=%#v`, tc.in, tc.rhs, got, want) 220 t.Errorf(`r.parse(%q, %v)=%v; want=<nil>`, tc.in, tc.rhs, assign)
|
D | Makefile.ckati | 105 KATI_GIT_DIR := $(shell cd $(KATI_SRC_PATH); realpath `git rev-parse --git-dir`) 108 KATI_VERSION := $(shell git -C $(KATI_GIT_DIR) rev-parse HEAD)
|
D | parser.go | 623 func (p *parser) parse() (mk makefile, err error) { func 744 return parser.parse() 786 func (mc *makefileCacheT) parse(filename string) (makefile, [sha1.Size]byte, error) { func 820 return parser.parse()
|
D | pathutil.go | 454 err := fcp.parse() 539 func (p *findCommandParser) parse() error { func 829 err := fcp.parse() 904 func (p *findleavesCommandParser) parse() error { func
|
D | rule_parser.go | 179 func (r *rule) parse(line []byte, assign *assignAST, rhs expr) (*assignAST, error) { func
|
D | INTERNALS.md | 106 times. It's waste of time to parse such files again and again. Kati can re-use 128 and export/unexport directives. Also, kati internally uses "parse error 129 statement". As GNU make doesn't show parse errors in branches which are not 130 taken, we need to delay parse errors to evaluation time. 169 parse/eval context. For example, the following Makefile outputs "has space" and 271 After evaluating a rule statement, kati needs to parse the evaluated result. A
|
D | eval.go | 328 assign, err := r.parse(line, ast.assign, rhs) 521 mk, hash, err := makefileCache.parse(fn)
|
/build/make/tools/ |
D | auto_gen_test_config.py | 23 from xml.dom.minidom import parse 55 manifest = parse(android_manifest)
|
/build/soong/cc/ |
D | test_gen_stub_libs.py | 408 parser.parse() 429 versions = parser.parse() 619 versions = parser.parse() 669 versions = parser.parse() 719 parser.parse() 763 versions = parser.parse()
|
D | gen_stub_libs.py | 262 def parse(self): member in SymbolFileParser 496 args.vndk, args.apex).parse()
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 32 tree, err := parse("<string>", bytes.NewBufferString(input)) 175 newTree, err := parse(f.tree.Name, bytes.NewReader(buf)) 183 func parse(name string, r io.Reader) (*parser.File, error) { func 622 newTree, err := parse(f.tree.Name, newBuf)
|
/build/blueprint/parser/ |
D | parser.go | 62 func parse(p *parser) (file *File, errs []error) { func 91 return parse(p) 98 return parse(p)
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 264 func parse(filename string) (*Pom, error) { func 456 pom, err := parse(filename)
|
/build/make/tools/releasetools/ |
D | rangelib.py | 72 def parse(cls, text): member in RangeSet
|
D | sparse_img.py | 253 ranges = rangelib.RangeSet.parse(ranges)
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 366 func parse(filename string) (*Pom, error) { func 569 pom, err := parse(filename)
|
/build/soong/scripts/ |
D | manifest_fixer.py | 337 doc = minidom.parse(args.input)
|
/build/soong/docs/ |
D | perf.md | 174 experimental set of ninja patches][ninja parse optimization], 194 [ninja parse optimization]: https://android-review.googlesource.com/c/platform/external/ninja/+/461…
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-1.6.2.min.js | 16 …ypeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.…
|