Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/
Djava-layers.py38 def __init__(self, filename, lineno, lower, top, lowlevel, legacy): argument
40 self.lineno = lineno
60 % (dep.filename, dep.lineno))
63 % (v.filename, v.lineno, v.lower))
123 def lineno(s, i): function
127 lines = [lineno(x,n) for x in lines]
147 + " line %d.\n") % (filename, n, lower, deps[lower].lineno))
Dmk2bp_catalog.py901 "new LineMatch(%d, %s)" % (lineno, json.dumps(text))
902 for lineno, text in analysis.line_matches]),
/build/make/tools/product_config/test/com/android/build/config/
DCsvParserTest.java37 public void assertLineEquals(CsvParser.Line actual, int lineno, String... fields) { in assertLineEquals() argument
38 if (actual.getLine() != lineno) { in assertLineEquals()
39 throw new RuntimeException("lineno mismatch: expected=" + lineno in assertLineEquals()
/build/make/tools/product_config/src/com/android/build/config/
DCsvParser.java70 Line(int lineno, List<String> fields) { in Line() argument
71 mLineNumber = lineno; in Line()
/build/make/tools/fs_config/
Dfs_config_generator.py348 for lineno, line in enumerate(aid_file):
354 msg, self._aid_header, str(lineno))