Home
last modified time | relevance | path

Searched refs:srcline (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/
Dnaive.py40 def parse_variable_declaration(srcline): argument
43 decl, sep, _ = srcline.partition('=')
45 if not srcline.endswith(';'):
56 def parse_variable(srcline, funcname=None): argument
58 line = srcline.strip()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1165 final HTMLTable.IRow srcline = srcTable.newRow (); in embedSrcFile() local
1166 final HTMLTable.ICell lineNumCell = srcline.newCell (); in embedSrcFile()
1194 final HTMLTable.ICell lineTxtCell = srcline.newCell (); in embedSrcFile()
1206 srcline.setClass (CSS_COVERAGE_ZERO); in embedSrcFile()
1211 srcline.setClass (CSS_COVERAGE_PARTIAL); in embedSrcFile()
1249 srcline.setClass (CSS_COVERAGE_COMPLETE); in embedSrcFile()