Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 4 of 4) sorted by relevance

/build/tools/component_tools/static_check/gn_check/
Dcheck_gn_online.py46 pos = line[0]
49 if pos == end + 1:
50 end = pos
55 start = pos
56 end = pos
59 start = pos
60 end = pos
62 if pos == values[-1][0] and start != end:
80 pos = "line:{} {}".format(line[0], line[1])
81 self.err_info.append([key, pos, rules, issue])
[all …]
Dcheck_gn.py220 pos = 'line {}:{}'.format(row_number_info, content)
222 [key[len(self.check_path) + 1:], pos, rules, issue])
266 pos = 'line {}:{}'.format(row_number_info, content)
268 ['null', 'null', key, pos, rules, issue])
/build/rust/tests/test_cxx_rust/src/
Dmain.rs53 pos: usize, field
57 let next = buf.chunks.get(buf.pos); in next_chunk()
58 buf.pos += 1; in next_chunk()
68 let mut buf = MultiBufs { chunks, pos: 0 }; in main()
/build/ohos/update/
Dcheck_abi_and_copy_deps.py88 pos = info_str.find(".debug_info")
89 if pos >= 0: