Home
last modified time | relevance | path

Searched refs:extend (Results 1 - 25 of 60) sorted by relevance

123

/arkcompiler/ets_frontend/test/scripts/sdk_test/
H A Dentry.py29 cmd.extend(['--hapMode', 'all'])
30 cmd.extend(['--compileMode', 'all'])
31 cmd.extend(['--logLevel', 'debug'])
32 cmd.extend(['--runHaps'])
33 cmd.extend(['--logFile', 'log' + '_' + utils.get_time_string() + '.txt'])
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dtest_file_based.py105 cmd.extend(params.flags)
179 ark_flags.extend(self.ark_extra_options)
180 ark_flags.extend(self.runtime_args)
182 ark_flags.extend(["--aot-files", test_an])
185 ark_flags.extend([
194 ark_flags.extend(['--compiler-enable-jit=false'])
197 ark_flags.extend([f'--interpreter-type={self.test_env.config.ark.interpreter_type}'])
199 ark_flags.extend([test_abc, self.main_entry_point])
217 aot_flags.extend(self.test_env.aot_args)
220 aot_flags.extend(['
[all...]
H A Drunner_js.py48 self.runtime_args.extend([
54 self.aot_args.extend([
H A Drunner_file_based.py186 cmd.extend(self.quick_args)
190 cmd.extend([src_abc, dst_abc])
282 self.excluded_lists.extend(self.collect_test_lists("excluded", extra_list, test_name))
286 self.ignored_lists.extend(self.collect_test_lists("ignored", extra_list, test_name))
321 test_lists.extend(filter(
377 runtime_args.extend([
H A Drunner_base.py249 tests.extend(load_list(self.test_root, list_path, directory))
278 test_files.extend([correct_path(self.test_root, self.explicit_test)])
281 test_files.extend(self.load_tests_from_lists([self.explicit_list], extra_dir))
288 test_files.extend(self.__load_test_files(directory, extension))
337 test_files.extend(fnmatch.filter(
/arkcompiler/ets_frontend/test262/
H A Drun_test262.py248 ALL_SKIP_TESTS.extend(key["files"])
469 files.extend(self.get_tests_from_file(ES2021_LIST_FILE))
471 files.extend(self.get_tests_from_file(ES5_LIST_FILE))
472 files.extend(self.get_tests_from_file(INTL_LIST_FILE))
473 files.extend(self.get_tests_from_file(ES2015_LIST_FILE))
475 files.extend(self.get_tests_from_file(ES5_LIST_FILE))
476 files.extend(self.get_tests_from_file(INTL_LIST_FILE))
477 files.extend(self.get_tests_from_file(ES2015_LIST_FILE))
478 files.extend(self.get_tests_from_file(OTHER_LIST_FILE))
484 files.extend(sel
[all...]
/arkcompiler/ets_runtime/test/moduletest/memleakobjectcreate/
H A Dmemleakobjectcreate.js19 extend() {
27 var instance = base.extend();
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Drunner_ets.py53 self.test_env.es2panda_args.extend([
61 self.test_env.es2panda_args.extend(self.config.es2panda.es2panda_args)
64 self.test_env.runtime_args.extend(load_runtime_ets)
65 self.test_env.verifier_args.extend(load_runtime_ets)
67 self.aot_args.extend(load_runtime_ets)
H A Dpreparation_step.py90 cmd.extend(self.config.custom.generator_options)
109 result.extend(glob(glob_expression, recursive=True))
132 generated_tests.extend(generated_tests_tmp)
/arkcompiler/ets_runtime/test/
H A Drun_ts_test262.py92 cmd.extend(['--module', '--merge-abc', '--extension=ts', '--output', abc_file_path, filepath])
169 contents.extend(file.readlines())
181 c.extend(contents)
196 content.extend(file1.readlines())
198 c.extend(content)
201 c.extend(['\n', 'print("SUCCESS")'])
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp180 if (!noExtend && extend != rightOpnd->extend) { in Less()
181 return extend < rightOpnd->extend; in Less()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
H A Dtest_astchecker.py41 es2panda_flags.extend(['--output=/dev/null', '--dump-ast'])
48 es2panda_flags.extend(self.flags)
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
H A Drun_java.py96 cmd_java2class.extend([file_path])
106 cmd_class2dex.extend(class_files)
107 cmd_class2dex.extend(['--output', case_root])
/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py224 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(sel
[all...]
H A Dtest262util.py134 includes.extend(['assert.js', 'sta.js'])
141 includes.extend(['doneprintHandle.js'])
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
H A Ddownload.py222 cmd.extend(['--sdkFilePath', sdk_temp_file])
223 cmd.extend(['--sdkOutputPath'])
225 cmd.extend([output_path])
229 cmd.extend(['--dayuFilePath', dayu_temp_file])
230 cmd.extend(['--dayuOutputPath'])
232 cmd.extend([output_path])
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h69 kOpdExtend, /* for extend operand */
941 * LDR X0, [X1, W2, SXTW] ; Sign-extend offset in W2
942 * LDR X0, [X1, W2, UXTW] ; Zero-extend offset in W2
945 * LDR X0, [X1, W2, UXTW #2] ; Zero-extend offset in W2 & left-shift by 2
1011 extend(0), in MemOperand()
1026 extend(0), in MemOperand()
1041 extend(0), in MemOperand()
1056 extend((isSigned ? kSignExtend : kUnsignedExtend) | (1U << shift)), in MemOperand()
1070 extend(0), in MemOperand()
1090 extend(memOpn in MemOperand()
1456 uint32 extend = false; /* used with offset register ; AddrMode_B_OR_X */ global() variable
[all...]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
H A Dutil_test262.py57 includes.extend(desc["includes"])
58 includes.extend(['assert.js', 'sta.js'])
61 includes.extend(['doneprintHandle.js'])
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
H A Dxml_view.py67 test_cases.extend(failed_case)
75 xml_report.extend(test_cases)
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dsupported_types.py267 all_types_supported.extend(ast_nodes_supported)
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/
H A Dsize_compare.py231 self.cmd.extend(flags)
253 cmd.extend([f'--output={abc_file_path}'])
254 cmd.extend([file_path])
292 cmd.extend(['--timeout', str(self.args.timeout)])
329 cmd.extend(['--timeout', str(self.args.timeout)])
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/
H A Dtest_declgenparser.py33 es2panda_flags.extend(self.flags)
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h168 Operand(Register reg, Extend extend, uint8_t shiftAmount = 0) in Operand() argument
169 : reg_(reg), extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount), immediate_(0) in Operand()
228 MemoryOperand(Register base, Register offset, Extend extend, uint8_t shiftAmount = 0) in MemoryOperand() argument
230 extend_(extend), shift_(Shift::NO_SHIFT), shiftAmount_(shiftAmount) in MemoryOperand()
/arkcompiler/runtime_core/verifier/tests/
H A Dverify_sys_hap_abc.py136 failed_abc_list.extend(failed_abc_inc)
137 report_list.extend(reports)
/arkcompiler/toolchain/build/compile_script/
H A Dark.py504 args_to_test262_cmd.extend([disable_force_gc_name])
509 args_to_test262_cmd.extend([threads_name, threads_value])
514 args_to_test262_cmd.extend([test_list_name, test_list_value])
524 args_to_test262_cmd.extend([skip_list_name, skip_list_value])
551 args_to_regress_cmd.extend([disable_force_gc_name])
555 args_to_regress_cmd.extend([processes_name, processes_value])
560 args_to_regress_cmd.extend([test_list_name, test_list_value])
1087 gn_args.extend(self.ARG_DICT.get("os_cpu").get(os_cpu_key).get("gn_args"))
1088 gn_args.extend(self.ARG_DICT.get("mode").get(mode_key).get("gn_args"))

Completed in 20 milliseconds

123