HomeSort by relevance Sort by last modified time
    Searched refs:n_arcs (Results 1 - 3 of 3) sorted by null

  /test/vts/drivers/hal/libcodecoverage/
GcdaParser.h 71 unsigned n_arcs = GCOV_TAG_ARCS_NUM(length); local
72 cout << __func__ << ": " << n_arcs << " arcs" << endl;
  /test/vts/utils/python/coverage/
gcno_parser_test.py 102 n_arcs = len(range(src_block_index + 1, n_blocks, skip))
103 parser.ReadArcs(n_arcs * 2 + 1, func)
172 n_arcs = 5
173 for i in range(1, n_arcs + 1):
181 parser.ReadLines(n_arcs + name_length + 3, func)
gcno_parser.py 185 n_arcs = (length - 1) / 2
187 for _ in range(n_arcs):

Completed in 70 milliseconds