Searched refs:pos (Results 1 – 4 of 4) sorted by relevance
/build/tools/component_tools/static_check/gn_check/ |
D | check_gn_online.py | 46 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 …]
|
D | check_gn.py | 220 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/ |
D | main.rs | 53 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/ |
D | check_abi_and_copy_deps.py | 88 pos = info_str.find(".debug_info") 89 if pos >= 0:
|