Searched refs:endPos (Results 1 – 4 of 4) sorted by relevance
/build/soong/androidmk/parser/ |
D | parser.go | 172 endPos := pos 184 expression, endPos = p.parseExpression() 190 endPos: endPos, 258 endPos := p.scanner.Position 265 endPos = p.scanner.Position 281 endPos = p.scanner.Position 291 return value, endPos 295 endPos = p.scanner.Position 302 variable, endPos = p.parseVariable() 311 endPos = p.scanner.Position [all …]
|
D | makething.go | 51 endPos scanner.Position member 59 return m.endPos
|
/build/blueprint/parser/ |
D | printer.go | 131 func (p *printer) printList(list []Value, pos, endPos scanner.Position) { 134 if len(list) > 1 || pos.Line != endPos.Line { 142 p.unindent(endPos) 148 p.printToken("]", endPos) 151 func (p *printer) printMap(list []*Property, pos, endPos scanner.Position) { 154 if len(list) > 0 || pos.Line != endPos.Line { 162 p.unindent(endPos) 164 p.printToken("}", endPos)
|
/build/soong/androidmk/cmd/androidmk/ |
D | androidmk.go | 49 func (f *bpFile) setPos(pos, endPos scanner.Position) { 58 f.prevLine = endPos.Line
|