| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/chapters_test/ |
| D | chapters_test.py | 28 files: List[str] 33 cls.files = [ 53 files=ChapterTest.files 70 files=ChapterTest.files 87 files=ChapterTest.files 103 files=ChapterTest.files 115 files=ChapterTest.files 128 files=ChapterTest.files 141 files=ChapterTest.files 163 files=ChapterTest.files [all …]
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | aot_cha_vcalls.pa | 42 #! CHECKER aot without cha using boot panda files 43 #! RUN_PAOC options: "--boot-panda-files=../../vcalls_aux.checked/test.abc --paoc-use-cha=false" 48 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 51 #! CHECKER aot with cha using boot panda files 52 #! RUN_PAOC options: "--boot-panda-files=../../vcalls_aux.checked/test.abc --paoc-use-cha=true" 56 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 58 #! CHECKER aot with cha using boot panda files - LLVM 59 #! RUN_LLVM options: "--boot-panda-files=../../vcalls_aux.checked/test.abc --paoc-use-cha=true" 63 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 66 #! CHECKER invalid aot boot panda files [all …]
|
| D | aot_cha.pa | 25 #! CHECKER panda files with cha 26 #! RUN_PAOC options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=true --com… 30 #! RUN options: "--panda-files=../../basics_aot.checked/test.abc", entry: "AotChaTest::mai… 33 #! CHECKER panda files with cha - LLVM 34 #! RUN_LLVM options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=true --com… 38 #! RUN options: "--panda-files=../../basics_aot.checked/test.abc", entry: "AotChaTest::mai… 42 #! CHECKER panda files no cha 43 #! RUN_PAOC options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=false --co… 48 #! RUN options: "--panda-files=../../basics_aot.checked/test.abc", entry: "AotChaTest::mai… 52 #! CHECKER invalid aot panda files [all …]
|
| D | aot_cha_panda_files.pa | 42 #! CHECKER aot without cha using panda files 43 #! RUN_PAOC options: "--boot-panda-files=../../vcalls_aux.checked/test.abc --paoc-use-cha=false… 48 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 51 #! CHECKER aot with cha using panda files 52 #! RUN_PAOC options: "--boot-panda-files=../../vcalls_aux.checked/test.abc --paoc-use-cha=true"… 56 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 59 #! CHECKER invalid aot panda files 61 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest… 63 #! CHECKER invalid runtime panda files 64 #! RUN_PAOC options: "--boot-panda-files=../../vcalls_aux.checked/test.abc --paoc-use-cha=true"…
|
| D | llvm_devirt_external.pa | 33 #! RUN_LLVM options: "--paoc-panda-files=../../vcalls_aux.checked/test.abc --boot-panda-files=.… 40 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "_GLOBAL::m… 51 #! RUN_LLVM options: "--paoc-panda-files=../../vcalls_aux.checked/test.abc --boot-panda-files=.… 58 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "_GLOBAL::m… 69 #! RUN_LLVM options: "--paoc-panda-files=../../vcalls_aux.checked/test.abc --boot-panda-files=.… 76 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "_GLOBAL::m… 87 #! RUN_LLVM options: "--paoc-panda-files=../../vcalls_aux.checked/test.abc --boot-panda-files=.… 94 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "_GLOBAL::m…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
| D | result.rb | 19 @@stats = { passed: { cnt: 0, files: [] }, 20 failed: { cnt: 0, files: [] }, 21 core: { cnt: 0, files: [] }, 22 compilation_error: { cnt: 0, files: [] }, 23 quickening_error: { cnt: 0, files: [] }, 24 excluded: { cnt: 0, files: [] } } 32 @@stats[:compilation_error][:files] << file 40 @@stats[:quickening_error][:files] << file 48 @@stats[:compilation_error][:files] << file 56 @@stats[:passed][:files] << file [all …]
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 8 result the order of files in class path and files themselves are enough to verify the class context… 9 …al same classes were passed and only the first is considered by VM. To identify ark files the adler 27 $ bin/ark_aot --boot-panda-files=$LIBDIR/lib1.abc:$LIBDIR/lib2.abc \ 28 --paoc-panda-files application.abc \ 31 $ bin/ark --boot-panda-files=$LIBDIR/lib1.abc:$LIBDIR/lib2.abc \ 32 --aot-files=application.an \ 40 $ bin/ark_aot --boot-panda-files=$LIBDIR/lib1.abc \ 41 --paoc-panda-files application.abc \ 44 $ bin/ark --boot-panda-files=$LIBDIR/lib1.abc:$LIBDIR/lib2.abc \ 45 --aot-files=application.an \ [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_cha.md | 8 result the order of files in class path and files themselves are enough to verify the class context… 9 …al same classes were passed and only the first is considered by VM. To identify ark files the adler 27 $ bin/ark_aot --boot-panda-files=$LIBDIR/lib1.abc:$LIBDIR/lib2.abc \ 28 --paoc-panda-files application.abc \ 31 $ bin/ark --boot-panda-files=$LIBDIR/lib1.abc:$LIBDIR/lib2.abc \ 32 --aot-files=application.an \ 40 $ bin/ark_aot --boot-panda-files=$LIBDIR/lib1.abc \ 41 --paoc-panda-files application.abc \ 44 $ bin/ark --boot-panda-files=$LIBDIR/lib1.abc:$LIBDIR/lib2.abc \ 45 --aot-files=application.an \ [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | result.rb | 19 @@stats = { passed: { cnt: 0, files: [] }, 20 failed: { cnt: 0, files: [] }, 21 core: { cnt: 0, files: [] }, 22 compilation_error: { cnt: 0, files: [] }, 23 quickening_error: { cnt: 0, files: [] }, 24 excluded: { cnt: 0, files: [] }} 32 @@stats[:compilation_error][:files] << file 40 @@stats[:quickening_error][:files] << file 48 @@stats[:compilation_error][:files] << file 56 @@stats[:passed][:files] << file [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ts_import_ets/ts/ |
| D | test2.ts.json | 24 … "rule": "In ts files, entities from ets files can not be re-exported (arkts-no-ts-re-export-ets)", 34 … "rule": "In ts files, entities from ets files can not be re-exported (arkts-no-ts-re-export-ets)", 44 … "rule": "In ts files, entities from ets files can not be re-exported (arkts-no-ts-re-export-ets)", 54 … "rule": "In ts files, entities from ets files can not be re-exported (arkts-no-ts-re-export-ets)", 64 … "rule": "In ts files, entities from ets files can not be re-exported (arkts-no-ts-re-export-ets)", 74 … "rule": "In ts files, entities from ets files can not be re-exported (arkts-no-ts-re-export-ets)",
|
| D | test4.ts.json | 44 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 54 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 64 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 74 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 84 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 94 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 104 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 114 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n… 124 …"rule": "In ts files, \"Sendable\" types cannot be used in implements and extends clauses (arkts-n…
|
| /arkcompiler/runtime_core/static_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 25 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 26 #! RUN options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc", entry: "Ver… 31 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 32 #! RUN options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc", entry: "Ver… 37 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 38 #! RUN options: "--panda-files=../../verify_aot_tests_file2.checked/test.abc", entry: "Ver… 43 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 44 #! RUN options: "--panda-files=../../verify_aot_tests_file2.checked/test.abc", entry: "Ver… 49 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 50 #! RUN options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc", entry: "Ver… [all …]
|
| /arkcompiler/runtime_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 25 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 26 #! RUN options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc", entry: "Ver… 31 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 32 #! RUN options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc", entry: "Ver… 37 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 38 #! RUN options: "--panda-files=../../verify_aot_tests_file2.checked/test.abc", entry: "Ver… 43 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 44 #! RUN options: "--panda-files=../../verify_aot_tests_file2.checked/test.abc", entry: "Ver… 49 #! RUN_PAOC options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc --paoc-use-ch… 50 #! RUN options: "--panda-files=../../verify_aot_tests_file1.checked/test.abc", entry: "Ver… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/ |
| D | scope.params.yaml | 17 - files: ['./pkg_a/pkg_0.sts'] 25 - files: ['./pkg_a/pkg_0.sts'] 33 - files: ['./mod/mod_0.sts'] 43 - files: ['./pkg_a/pkg_1.sts'] 50 - files: ['./pkg_a/pkg_1.sts'] 58 - files: ['./mod/mod_1.sts'] 67 - files: ['./pkg_a/pkg_2.sts'] 74 - files: ['./pkg_a/pkg_2.sts'] 82 - files: ['./mod/mod_2.sts'] 91 - files: ['./pkg_a/pkg_3.sts'] [all …]
|
| /arkcompiler/ets_frontend/test262/ |
| D | run_test262.py | 40 … help='Directory to test. And support multiple directories and files separated by ":"') 250 ALL_SKIP_TESTS.extend(key["files"]) 287 … files = [line.strip() for line in fopen.readlines() if not line.startswith("#") and line.strip()] 288 return files 452 files = [] 465 files.append(file_name.split(origin_dir)[1]) 466 return files 469 files = [] 470 files = self.collect_tests() 471 files.extend(self.get_tests_from_file(ES2021_LIST_FILE)) [all …]
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | aot_cha.pa | 25 #! CHECKER panda files with cha 26 #! RUN_PAOC options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=true --com… 30 #! RUN options: "--panda-files=../../basics_aot.checked/test.abc", entry: "AotChaTest::mai… 33 #! CHECKER panda files no cha 34 #! RUN_PAOC options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=false --co… 38 #! RUN options: "--panda-files=../../basics_aot.checked/test.abc", entry: "AotChaTest::mai… 41 #! CHECKER invalid aot panda files 46 #! RUN options: "--panda-files=../../basics_aot.checked/test.abc", entry: "AotChaTest::mai… 49 #! CHECKER invalid runtime panda files 50 #! RUN_PAOC options: "--panda-files=../../basics_aot.checked/test.abc --paoc-use-cha=true --com…
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | tsconfig.base.json | 10 /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ 12 /* Create source map files for emitted JavaScript files. */ 16 /* Set the newline character for emitting files. */
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 57 optimized_files = 0 # number of files that have been optimized 58 not_optimized_files = 0 # files that are not optimized 60 empty_files = 0 # files with no code_item section 110 \n Total code_item section size of baseline files: %d bytes\ 111 \n Total code_item section size of compared files: %d bytes\ 113 \n Number of optimized files: %d\ 114 \n Number of not optimized files : %d\ 115 \n Files with no code item section: %d\ 116 \n Files that are bigger than baseline: %d\ 124 logging.info("""\nStatistics on optimized files:\n============= \ [all …]
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 56 optimized_files = 0 # number of files that have been optimized 57 not_optimized_files = 0 # files that are not optimized 59 empty_files = 0 # files with no code_item section 107 \n Total code_item section size of baseline files: {:d} bytes\ 108 \n Total code_item section size of compared files: {:d} bytes\ 110 \n Number of optimized files: {:d}\ 111 \n Number of not optimized files : {:d}\ 112 \n Files with no code item section: {:d}\ 113 \n Files that are bigger than baseline: {:d}\ 121 print("""\nStatistics on optimized files:\n============= \ [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 115 `ark_aot` tool aims to compile input panda files into the single AOT file that can be consumed by 120 - `--panda-files` - list of input panda files to be compiled 122 - `--location` - path where panda files are actually stored in the device 126 directory then path to `arkstdlib.abc` should be specified via `--boot-panda-files` option. 136 - `--panda-files` parameter specifies list of `ark_aot` or `ark` necessary input panda files which … 140 `ark_aot --panda-files=file1.abc:file2.abc --output file.an` 148 ark_aot --panda-files file.abc --output file.an 152 ark_aot --panda-files file.abc --output file.an 156 ark_aot --panda-files file.abc --output file.an --location /local/data/tmp 162 There is tool, named `ark_aotdump`, that aims to dump content of AOT files in yaml format. It can p… [all …]
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | aot.md | 115 `ark_aot` tool aims to compile input panda files into the single AOT file that can be consumed by 120 - `--panda-files` - list of input panda files to be compiled 122 - `--location` - path where panda files are actually stored in the device 126 directory then path to `arkstdlib.abc` should be specified via `--boot-panda-files` option. 136 - `--panda-files` parameter specifies list of `ark_aot` or `ark` necessary input panda files which … 140 `ark_aot --panda-files=file1.abc:file2.abc --output file.an` 148 ark_aot --panda-files file.abc --output file.an 152 ark_aot --panda-files file.abc --output file.an 156 ark_aot --panda-files file.abc --output file.an --location /local/data/tmp 162 There is tool, named `ark_aotdump`, that aims to dump content of AOT files in yaml format. It can p… [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | options_ets.py | 33 "compare-files": self.compare_files, 34 "compare-files-iterations": self.compare_files_iterations, 43 @value(yaml_path="ets.compare-files", cli_name="compare_files", cast_to_type=_to_bool) 48 …@value(yaml_path="ets.compare-files-iterations", cli_name="compare_files_iterations", cast_to_type… 55 '---compare-files' if self.compare_files else '', 56 f'--compare-files-iterations={self.compare_files_iterations}',
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | TemplateBasedGen.cmake | 16 # Generate files based on templates and YAML data provided. 18 # with name ${data_name}_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files. 21 # * DATA -- a list of data sources, YAML files 24 # * TEMPLATES -- a list of templates to generate files 28 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT} 29 # * REQUIRES -- if defined, will require additional Ruby files for template generation 30 # * EXTRA_DEPENDENCIES -- a list of files that should be considered as dependencies 31 # * EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[] 69 add_custom_target(${GEN_ARG_TARGET_NAME}) # Umbrella target for all generated files 95 # with name isa_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files. [all …]
|
| /arkcompiler/ets_frontend/arkguard/src/ |
| D | IObfuscator.ts | 32 * interface for obfuscating source files; 34 * @param files a list of source files 36 obfuscateFiles(files: string[]): string[];
|
| /arkcompiler/runtime_core/cmake/ |
| D | TemplateBasedGen.cmake | 16 # Generate files based on templates and YAML data provided. 18 # with name ${data_name}_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files. 22 # * TEMPLATES -- a list of templates to generate files 27 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT} 28 # * EXTRA_DEPENDENCIES -- a list of files that should be considered as dependencies 29 # * EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[] 63 add_custom_target(${GEN_ARG_TARGET_NAME}) # Umbrella target for all generated files 87 # with name isa_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files. 90 # * TEMPLATES -- a list of templates to generate files 94 # * DESTINATION -- a directory for output files, default is ${PANDA_BINARY_ROOT} [all …]
|