Home
last modified time | relevance | path

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

12345678910>>...47

/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/tests-u-runner-2/runner/test/chapters_test/
Dchapters_test.py27 files: list[Path]
45 cls.files = [Path(file_str) for file_str in files_str]
52 files=ChapterTest.files
69 files=ChapterTest.files
86 files=ChapterTest.files
102 files=ChapterTest.files
114 files=ChapterTest.files
127 files=ChapterTest.files
140 files=ChapterTest.files
162 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/docs/
Daot_on_device.md5 …e ABCs for all APP using. Now we pass them to Appspawn then used by all apps by --boot-panda-files.
12 And AOT files under /data is newer than files under /system, consider that we can use pgo file to r…
14 Otherwise, we have several abc files in boot-panda-files. On device, some of these files maybe in b…
16files from both /data/xxx and /system/framework/ (path of abc). We have `--enable-an` option to su…
18 The logic of loading an files for boot panda files will change to follows:
/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/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/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/ets_frontend/ets2panda/linter/test/ts_import_ets/ts/
Dtest2.ts.json24 … "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)",
/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/ets2panda/linter/arkanalyzer/
Dtsconfig.main.json5 …// "incremental": true, /* Save .tsbuildinfo files to allow for incre…
8 …ectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when…
13 … /* Specify a set of bundled library declaration files that describe the …
16 …rue, /* Emit design-type metadata for decorated declarations in source files. */
21 …// "noLib": true, /* Disable including any library files, inclu…
23 … "auto", /* Control what method is used to detect module-format JS files. */
26 …ir": "./", /* Specify the root folder within your source files. */
39 // "resolveJsonModule": true, /* Enable importing .json files. */
40 …// "allowArbitraryExtensions": true, /* Enable importing files with any extension,…
41 …llow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should …
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/uri/
DUriTestSegment.ets19 let route = new uri.URI('content://com.test.uri/files/image.jpg');
37 let route = new uri.URI('content://com.test.uri/files/');
39 assertEQ(lastSegment, "files");
43 let route = new uri.URI('content://com.test.uri/files/my%20file.jpg');
49 let route = new uri.URI('content://com.test.uri/files/my+file.jpg');
56 let route = new uri.URI('content://com.test.uri/files/a a');
66 let route = new uri.URI('content://com.test.uri/files/images');
69 assertEQ(segments[0], "files");
80 let route = new uri.URI('content://com.test.uri/files/');
94 let route = new uri.URI('content://com.test.uri/files/a%20a/b%20b');
[all …]
/arkcompiler/ets_frontend/test262/
Drun_test262.py40 … help='Directory to test. And support multiple directories and files separated by ":"')
252 ALL_SKIP_TESTS.extend(key["files"])
289files = [line.strip() for line in fopen.readlines() if not line.startswith("#") and line.strip()]
290 return files
454 files = []
467 files.append(file_name.split(origin_dir)[1])
468 return files
471 files = []
472 files = self.collect_tests()
473 files.extend(self.get_tests_from_file(ES2021_LIST_FILE))
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/
Dscope.params.yaml17 - files: ['./pkg_a/pkg_0.ets']
25 - files: ['./pkg_a/pkg_0.ets']
33 - files: ['./mod/mod_0.ets']
43 - files: ['./pkg_a/pkg_1.ets']
50 - files: ['./pkg_a/pkg_1.ets']
58 - files: ['./mod/mod_1.ets']
67 - files: ['./pkg_a/pkg_2.ets']
74 - files: ['./pkg_a/pkg_2.ets']
82 - files: ['./mod/mod_2.ets']
91 - files: ['./pkg_a/pkg_3.ets']
[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/ets_frontend/ets2panda/test/unit/lsp/
Dget_compiler_options_diagnostics_test.cpp33 …DiagnosticReferences MockGetGlobalDiagnostics(std::vector<std::string> &files, std::vector<std::st… in MockGetGlobalDiagnostics() argument
35 auto filePaths = CreateTempFile(files, texts); in MockGetGlobalDiagnostics()
48 …DiagnosticReferences MockGetOptionDiagnostics(std::vector<std::string> &files, std::vector<std::st… in MockGetOptionDiagnostics() argument
50 auto filePaths = CreateTempFile(files, texts); in MockGetOptionDiagnostics()
75 std::vector<std::string> files = {"get_compiler_options_diagnostics_test_main.ets"}; in TEST_F() local
81 DiagnosticReferences diagnostics = MockGetGlobalDiagnostics(files, texts); in TEST_F()
93 std::vector<std::string> files = {"get_compiler_options_diagnostics_test_main.ets"}; in TEST_F() local
99 DiagnosticReferences diagnostics = MockGetGlobalDiagnostics(files, texts); in TEST_F()
111 std::vector<std::string> files = {"get_compiler_options_diagnostics_test_main.ets"}; in TEST_F() local
117 DiagnosticReferences diagnostics = MockGetGlobalDiagnostics(files, texts); in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/
Dpkgmod.params.yaml17 - files: './pkg_int_A1/file_A.ets'
25 - files: './pkg_int_A1/file_A.ets'
32 - files: './pkg_int_A1/file_A.ets'
40 - files: './pkg_int_A2/file_A.ets, ./pkg_int_A2/file_B.ets'
47 - files: './pkg_int_A2/file_A.ets, ./pkg_int_A2/file_B.ets'
56 - files: './pkg_int_A1/file_A.ets, ./pkg_int_B1/file.ets'
64 - files: './pkg_int_A1/file_A.ets, ./pkg_int_B2/file.ets'
72 - files: './pkg_int_A1/file_A.ets, ./pkg_int_B3/file.ets'
79 - files: './pkg_int_A1/file_A.ets, ./pkg_int_B4/file.ets'
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Dcompare.py57 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/
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 …]

12345678910>>...47