Home
last modified time | relevance | path

Searched full:files (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/chapters_test/
Dchapters_test.py28 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/
Daot_cha_vcalls.pa42 #! 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 …]
Daot_cha.pa25 #! 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 …]
Daot_cha_panda_files.pa42 #! 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"…
Dllvm_devirt_external.pa33 #! 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/
Dresult.rb19 @@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/
Daot_cha.md8 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/
Daot_cha.md8 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/
Dresult.rb19 @@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/static_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa25 #! 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/
Dverify_aot_test.pa25 #! 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/ets_frontend/test262/
Drun_test262.py225 ALL_SKIP_TESTS.extend(key["files"])
411 files = []
424 files.append(file_name.split(origin_dir)[1])
425 return files
429 files = fopen.readlines()
430 return files
433 files = []
434 files = self.collect_tests()
435 files.extend(self.get_tests_from_file(ES2021_LIST_FILE))
437 files.extend(self.get_tests_from_file(ES5_LIST_FILE))
[all …]
/arkcompiler/runtime_core/tests/checked/
Daot_cha.pa25 #! 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/
Dtsconfig.base.json10 /* 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/bytecode_optimizer/tests/benchmark/
Dcompare.py56 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/static_core/bytecode_optimizer/tests/benchmark/
Dcompare.py56 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/
Daot.md115 `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/
Daot.md115 `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/
Doptions_ets.py33 "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/
DTemplateBasedGen.cmake16 # 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/ets2panda/linter/
DREADME.md36 node dist/tslinter.js [options] [input files]
41 You can also use command files `tslinter.sh` or `tslinter.bat` with same arguments as for direct la…
49files from tsconfig.json will be processed by linter. Otherwise, linter will only process input fi…
53 All other command line arguments are considered as paths to TypeScript files.
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake16 # 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 …]
/arkcompiler/runtime_core/static_core/
Dark_config.gni156 # data -- a list of data sources, YAML files
163 # extra_dependencies -- a list of files that should be considered as dependencies, must be lable
164 # requires -- if defined, will require additional Ruby files for template generation, must be list
268 # Generate files based on templates and YAML data provided.
270 # with name ${data_name}_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files.
273 # * data -- a list of data sources, YAML files
274 # * template_files -- a list of templates to generate files
280 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT}
281 # * extra_dependencies -- a list of files that should be considered as dependencies
282 # * requires -- if defined, will require additional Ruby files for template generation, must be list
[all …]
/arkcompiler/ets_frontend/arkguard/src/
DIObfuscator.ts32 * interface for obfuscating source files;
34 * @param files a list of source files
36 obfuscateFiles(files: string[]): string[];
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md3 The tool reads ISA spec files and the given set of test files, then computes the coverage and outpu…
22 --testglob (-g) - glob for selecting test files in tests directory ("**/*.pa" for example), required
23 --spec (-s) - ISA spec files, comma-separated, merged into one if multiple specified, required
29 --orphaned (-o) - output list of test files that found not relevant to the current spec (the assert…

12345678910>>...21