Searched refs:ident (Results 1 – 10 of 10) sorted by relevance
/test/vts/utils/python/coverage/ |
D | arc_summary_test.py | 54 for ident in range(n): 55 block = block_summary.BlockSummary(ident, 0) 63 for ident in range(n, 2 * n - 1): 64 block = block_summary.BlockSummary(ident, 0) 91 for ident in range(n): 92 block = block_summary.BlockSummary(ident, 0) 100 for ident in range(n, 2 * n - 1): 101 block = block_summary.BlockSummary(ident, 0)
|
D | gcda_parser_test.py | 44 ident = 100 47 func = function_summary.FunctionSummary(ident, 'test', 'test.c', 0) 48 fs.functions[ident] = func 49 self.stream = MockStream.concat_int(self.stream, ident) 57 assert (func.ident == ident) 69 fs.functions[func.ident] = func 93 fs.functions[func.ident] = func
|
D | function_summary.py | 30 def __init__(self, ident, name, src_file_name, first_line_number): argument 45 self.ident = ident
|
D | gcno_parser.py | 107 self.file_summary.functions[func.ident] = func 113 self.file_summary.functions[func.ident] = func 138 ident = self.ReadInt() 145 return function_summary.FunctionSummary(ident, name, source_file_name,
|
D | file_summary.py | 40 for ident in self.functions: 41 output += str(self.functions[ident])
|
D | coverage_report.py | 48 for ident in gcno_file_summary.functions: 49 func = gcno_file_summary.functions[ident]
|
D | gcno_parser_test.py | 50 ident = 102010 51 self.stream = MockStream.concat_int(self.stream, ident) 63 self.assertEqual(ident, summary.ident)
|
D | gcda_parser.py | 137 ident = self.ReadInt() 138 func = self.file_summary.functions[ident]
|
/test/suite_harness/common/util/tests/assets/ |
D | x86app_process64.txt | 114 …02 .interp .note.android.ident .note.gnu.build-id .dynsym .dynstr .gnu.hash .gnu.version .gnu.… 117 05 .note.android.ident .note.gnu.build-id 409 Displaying notes found in: .note.android.ident
|
D | x86app_process32.txt | 76 …02 .interp .note.android.ident .note.gnu.build-id .dynsym .dynstr .gnu.hash .gnu.version .gnu.… 79 05 .note.android.ident .note.gnu.build-id 380 Displaying notes found in: .note.android.ident
|