Searched refs:input_lines (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | update_cc_test_checks.py | 133 input_lines = [l.rstrip() for l in f] 137 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m] 182 input_lines = [] 187 input_lines.append(line) 189 f.writelines(input_lines) 211 for idx, line in enumerate(input_lines):
|
D | update_mca_test_checks.py | 89 def _find_run_lines(input_lines, args): argument 91 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] 378 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument 385 for input_line in input_lines: 451 if input_lines == output_lines: 482 input_lines = [l.rstrip() for l in f] 484 run_lines = _find_run_lines(input_lines, args) 489 input_lines,
|
D | update_llc_test_checks.py | 47 input_lines = [l.rstrip() for l in f] 50 for l in input_lines: 57 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] if m] 129 for input_line in input_lines:
|
D | update_test_checks.py | 76 input_lines = [l.rstrip() for l in f] 79 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] if m] 138 for input_line in input_lines:
|
D | update_analyze_test_checks.py | 76 input_lines = [l.rstrip() for l in f] 79 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] if m] 141 for input_line in input_lines:
|
D | update_mir_test_checks.py | 296 input_lines = [l.rstrip() for l in fd] 298 triple_in_ir = find_triple_in_ir(input_lines, verbose) 299 run_lines = find_run_lines(test, input_lines, verbose) 302 simple_functions = find_functions_with_one_bb(input_lines, verbose) 339 for input_line in input_lines:
|
/external/llvm/utils/ |
D | update_llc_test_checks.py | 156 input_lines = [l.rstrip() for l in f] 159 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m] 208 for input_line in input_lines:
|
D | update_test_checks.py | 293 input_lines = [l.rstrip() for l in f] 296 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m] 346 for input_line in input_lines:
|
/external/protobuf/objectivec/DevTools/ |
D | pddm.py | 191 input_lines = a_file.read().splitlines() 192 self.ParseLines(input_lines) 194 def ParseLines(self, input_lines): argument 205 for line in input_lines:
|
/external/bcc/scripts/ |
D | git-clang-format | 334 def create_tree(input_lines, mode): argument 345 for line in input_lines:
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 358 def create_tree(input_lines, mode): argument 369 for line in input_lines:
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/ |
D | vimrc | 145 let l:input_lines = split(system(l:the_command, l:process_input), "\n") 148 for l:input_line in l:input_lines
|
/external/swiftshader/third_party/LLVM/utils/vim/ |
D | vimrc | 138 let l:input_lines = split(system(l:the_command, l:process_input), "\n") 141 for l:input_line in l:input_lines
|
/external/llvm/utils/vim/ |
D | vimrc | 145 let l:input_lines = split(system(l:the_command, l:process_input), "\n") 148 for l:input_line in l:input_lines
|
/external/python/cpython3/Doc/tools/extensions/ |
D | pyspecific.py | 293 source = self.state_machine.input_lines.source(
|
/external/python/cpython2/Lib/test/ |
D | test_io.py | 2167 input_lines = [ "unix\n", "windows\r\n", "os9\r", "last\n", "nonl" ] 2171 [ '', input_lines ], 2186 data = bytes(''.join(input_lines).encode(encoding))
|
/external/python/cpython3/Lib/test/ |
D | test_io.py | 2713 input_lines = [ "unix\n", "windows\r\n", "os9\r", "last\n", "nonl" ] 2717 [ '', input_lines ], 2732 data = bytes(''.join(input_lines).encode(encoding))
|