Lines Matching refs:extend
224 cmd.extend(self.flags)
225 cmd.extend(["--output=" + test_abc_path])
288 cmd.extend(self.flags)
504 gen_abc_cmd.extend(["--debug-info"])
505 gen_abc_cmd.extend(["--module", "--dump-normalized-asm-program", "--output=" + output_abc_file])
519 abc_to_asm_cmd.extend(["--debug-info"])
520 abc_to_asm_cmd.extend(["--module", "--dump-normalized-asm-program", "--enable-abc-input"])
644 es2abc_cmd.extend(self.flags)
645 es2abc_cmd.extend(["--output=" + test_abc_path])
756 es2abc_cmd.extend(self.flags)
757 es2abc_cmd.extend(['%s%s' % ("--output=", test_abc_path)])
854 es2abc_cmd.extend(self.flags)
855 es2abc_cmd.extend(['%s%s' % ("--output=", output_file)])
971 run_abc_cmd.extend(["--entry-point", entry_point_name])
972 run_abc_cmd.extend([test_abc_path])
1127 cmd.extend(self.flags)
1166 gen_base_cmd.extend(['--merge-abc', '--record-name=record.name.with.dots'])
1167 gen_base_cmd.extend(['--dump-symbol-table', symbol_table_file])
1168 gen_base_cmd.extend(['--output', origin_output_abc])
1169 gen_base_cmd.extend([os.path.join(self.path, origin_input_file)])
1182 patch_test_cmd.extend(mode_arg)
1183 patch_test_cmd.extend(['--input-symbol-table', symbol_table_file])
1184 patch_test_cmd.extend(['--output', modified_output_abc])
1185 patch_test_cmd.extend([os.path.join(self.path, modified_input_file)])
1187 patch_test_cmd.extend(['--merge-abc', '--record-name=record.name.with.dots'])
1196 patch_test_cmd.extend(['--dump-assembly'])
1300 cmd.extend(['--debug-info'])
1301 cmd.extend([os.path.join(self.path, input_file_name)])
1302 cmd.extend(['--dump-assembly'])
1351 cmd.extend(['--source-file', input_file_name])
1352 cmd.extend([os.path.join(self.path, input_file_name)])
1358 cmd.extend(["--base64Input", base64_input])
1364 cmd.extend(['--target-api-version', version])
1371 cmd.extend(["--base64Input", base64_input])
1526 cmd.extend(flags)
1528 cmd.extend(["--output=%s" % (output_path)])
1587 module_path_list.extend(glob(glob_expression_js))
1660 cmd.extend(self.flags)
1662 cmd.extend(["--output=%s" % (output_path)])
1863 cmd.extend(["--output=%s" % (module_abc_path)])
1948 cmd.extend(self.flags)
1952 cmd.extend(["--output=%s" % (self.test_abc_path)])