Home
last modified time | relevance | path

Searched full:abc (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/arkcompiler/ets_runtime/test/moduletest/string/
Dexpect_output.txt54 abc
80 abc
125 1231231abc
126 12abc
127 abc
128 abc
129 abc
130 abc
132 abc
133 abc
[all …]
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/include/
Dexpected.txt1 ./build/file1.abc
2 ./build/file2.abc
3 ./build/main.abc
4 ./build/src/component1/exampleComponent.abc
5 ./build/src/component1/exampleComponent1.abc
6 ./build/src/component1/exampleUtil11.abc
7 ./build/src/component2/exampleComponent1.abc
8 ./build/src/component2/exampleUtil1.abc
9 ./build/src/component2/exampleUtil2.abc
10 ./build/test/index.abc
/arkcompiler/toolchain/test/resource/tooling/
Dohos_test.xml18 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/sample.abc -> /data/test" src="o…
19 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/exception.abc -> /data/test" src…
20 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/arrow_func.abc -> /data/test" sr…
21 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/async_func.abc -> /data/test" sr…
22 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/range_error.abc -> /data/test" s…
23 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/syntax_exception.abc -> /data/te…
24 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/throw_exception.abc -> /data/tes…
25 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/step.abc -> /data/test" src="out…
26 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/dropframe.abc -> /data/test" src…
27 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/variable_first.abc -> /data/test…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/
Dsiexp_n.params.yaml16 let v = `abc ${ } abc`
19 let v = `abc ${abc} abc`
22 let v = `abc ${ 2 + 2 } abc'
25 let v = ``abc ${ 2 + 2 } abc``
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_cha.md16 /mnt/scratch/build/panda/pandastdlib/arkstdlib.abc*2239629066:/mnt/scratch/build/panda/Application.
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 \
33 application.abc \
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 \
46 application.abc \
49 Runtime class context: '$LIBDIR/lib1.abc*2239629066:$LIBDIR/lib2.abc*2767220441:application.abc*252…
[all …]
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md16 /mnt/scratch/build/panda/pandastdlib/arkstdlib.abc*2239629066:/mnt/scratch/build/panda/Application.
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 \
33 application.abc \
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 \
46 application.abc \
49 Runtime class context: '$LIBDIR/lib1.abc*2239629066:$LIBDIR/lib2.abc*2767220441:application.abc*252…
[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/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
Des2panda.py46 abc = lib.with_suffix('.abc')
47 if abc.is_file():
50 self.run_es2panda(lib, abc, opts, bu)
52 abc = src.with_suffix('.abc')
53 res = self.run_es2panda(src, abc, self.opts, bu)
54 abc_size = self.sh.get_filesize(abc)
57 bu.binaries.append(abc)
61 abc: Path,
67 f'--output={abc} {src}',
69 if res.ret != 0 or not abc.is_file():
Des2abc.py34 self.opts = f'--module --merge-abc --extension=ts {self.custom}'
44 return 'ES to ABC compiler'
51 abc = ts.with_suffix('.abc')
52 abc.unlink(missing_ok=True)
53 res = self.run_es2abc(ts, abc)
54 if res.ret != 0 or not abc.is_file():
57 abc_size = self.sh.get_filesize(abc)
60 bu.binaries.append(abc)
Dark.py37 panda_root, 'plugins', 'ets', 'etsstdlib.abc')
41 self.etsstdlib = f'{self.dev_dir}/etsstdlib.abc'
58 opts += '--compiler-dump-jit-stats-csv={abc}.dump.csv '
67 '{options} {abc} ETSGLOBAL::main'
76 libs = ':'.join([str(f) for f in self.x_libs(bu, '.abc')])
78 abc = self.x_src(bu, '.abc')
80 [str(abc.with_suffix('.an'))]
85 gclog = str(abc.with_suffix('.gclog.txt'))
87 abc=abc, options=options, gclog=gclog, an=an)
91 csv = Path(f'{abc}.dump.csv')
/arkcompiler/toolchain/tooling/client/ark_multi/
DReadMe.md9 ark_multi [number of threads] [execution file, internal record of abc that needs to be run, one per…
17 a.abc
19 a.abc
21 b.abc
23 b.abc
25 c.abc
27 c.abc
51 Reference [test262 abc files](test262.txt)
64 1. Write the local abc path into input.txt
DReadMe_Zh.md11 a.abc
12 a.abc
13 b.abc
14 b.abc
15 c.abc
16 c.abc
/arkcompiler/ets_frontend/ets2panda/docs/
Dcheatsheet.md19 ./bin/es2panda --extension=sts --output=out.abc --opt-level=2 x.sts
20 ./bin/es2panda --extension=sts --output=etsstdlib.abc --opt-level=2 --gen-stdlib=true
22 ./bin/ark --boot-panda-files=etsstdlib.abc --load-runtimes=ets out.abc ETSGLOBAL::main
50 To execute compiled module *out.abc* we have several options:
54 ./bin/ark --compiler-enable-jit=false --boot-panda-files=etsstdlib.abc \
55 --load-runtimes=ets out.abc ETSGLOBAL::main
58 ./bin/ark --compiler-enable-jit=true --boot-panda-files=etsstdlib.abc \
59 --load-runtimes=ets out.abc ETSGLOBAL::main
62 ./bin/ark_aot --boot-panda-files=etsstdlib.abc --load-runtimes=ets \
63 --paoc-panda-files out.abc --paoc-output out.aot
[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/runtime_core/static_core/plugins/ets/tests/ets_test_suite/intrinsics/
Dstring_trim.sts62 const Abc: String = 'abc';
64 const WsAbc: String = ' ' + Abc;
65 const AbcWs: String = Abc + ' ';
66 const WsAbcWs: String = ' ' + Abc + ' ';
67 const WssAbc: String = Wss + Abc;
68 const AbcWss: String = Abc + Wss;
69 const WssAbcWss: String = Wss + Abc + Wss;
70 const AbcWssAbc: String = Abc + Wss + Abc;
94 assert Abc.trim() == Abc;
95 assert WsAbc.trim() == Abc;
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/
Didentifiers_n.params.yaml18 - '0abc' # digit
19 - '9abc' # digit
23 - "'abc" # punctuation
24 - ',abc' # punctuation
25 - '.abc' # punctuation
27 - '+abc' # punctuation
29 - '&abc' # punctuation
/arkcompiler/runtime_core/static_core/plugins/ets/cmake/
Dets_package.cmake20 # path/to/file0.abc
68 --boot-panda-files=${PANDA_BINARY_ROOT}/plugins/ets/etsstdlib.abc
78 # Convert *.sts -> classes.abc
79 set(OUTPUT_ABC ${BUILD_DIR}/src/classes.abc)
90 … DEPENDS ${PANDA_BINARY_ROOT}/plugins/ets/etsstdlib.abc ${es2panda_target} ${ARG_ETS_SOURCES}
98 set(CUR_OUTPUT_ABC ${BUILD_DIR}/src/${CLEAR_NAME}.abc)
106 … DEPENDS ${PANDA_BINARY_ROOT}/plugins/ets/etsstdlib.abc ${es2panda_target} ${ETS_SOURCE}
113 # Link .abc files into single .abc file
116 COMMENT "Linking ABC files: ${ABC_FILES}"
125 COMMENT "${TARGET}: Verify abc file ${OUTPUT_ABC}"
[all …]
/arkcompiler/runtime_core/verifier/tests/
Dverify_constant_pool_tests.cpp40 * @tc.desc: Verify abc file.
46 const std::string file_name = GRAPH_TEST_ABC_DIR "test_constant_pool.abc";
54 * @tc.desc: Verify the method id of the abc file.
60 const std::string base_file_name = GRAPH_TEST_ABC_DIR "test_constant_pool.abc";
71 std::vector<uint8_t> new_method_id = {0x0c, 0x00}; // The known string id in the abc file
72 std::vector<uint8_t> method_id = {0x0e, 0x00}; // The known method id in the abc file
82 const std::string target_file_name = GRAPH_TEST_ABC_DIR "verifier_constant_pool_002.abc";
95 * @tc.desc: Verify the literal id of the abc file.
101 const std::string base_file_name = GRAPH_TEST_ABC_DIR "test_constant_pool.abc";
112 std::vector<uint8_t> new_literal_id = {0x0e, 0x00}; // The known method id in the abc file
[all …]
/arkcompiler/runtime_core/static_core/tests/checked/
Daot_cha_vcalls.pa43 #! 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…
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 #! 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…
68 #! RUN options: "--boot-panda-files=../../vcalls_aux.checked/test.abc", entry: "AotChaTest…
71 #! RUN_AOT options: "--boot-panda-files=../../vcalls_aux.checked/test.abc --paoc-use-cha=true"
75 #! RUN_PAOC options: "--boot-panda-files=../test.abc --paoc-use-cha=false"
77 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation…
[all …]
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_line_number_test.cpp33 * @tc.desc: Check abc file line number function.
39 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number1.abc";
43 // The known line number in the abc file
54 * @tc.desc: Check abc file line number function.
60 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number2.abc";
64 // The known line number in the abc file
76 * @tc.desc: Check abc file line number function.
82 const std::string file_name = GRAPH_TEST_ABC_DIR "line-number3.abc";
86 // The known line number in the abc file
97 * @tc.desc: Check abc file line number function.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.string_literals/
Dneg.params.yaml17 - "\"abc"
18 - "abc\""
19 - "'abc"
20 - "abc'"
21 - "\"abc'"
22 - "'abc\""
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe137.md17 var abc = 100
19 // Refers to 'abc' from above.
20 globalThis.abc = 200
30 export let abc : number = 0
35 M.abc = 200
/arkcompiler/ets_frontend/test262/
Dmix_compile.py18 Description: generate abc with mix compilation
45 # For each testcase, we will firstly select some files to generate a merged abc,
46 …# and then mix compile it with the remained files to generate the final abc. Will do this for a cy…
61 '--output', temp_abc, '--merge-abc', f'@{temp_files_info_path}']
68 abc = out_file.replace(ABC_EXT, f'_{count}{ABC_EXT}')
74 '--abc-class-threads', str(self.abc_class_threads),
76 '--output', abc, '--merge-abc', '--enable-abc-input', f'@{files_info_path}']
82 self.abc_outputs.append(abc)
/arkcompiler/runtime_core/static_core/static_linker/tests/
DCMakeLists.txt86 …COMMAND $<TARGET_FILE:es2panda> --output "${CMAKE_CURRENT_BINARY_DIR}/a.abc" --ets-module --extens…
87 …COMMAND $<TARGET_FILE:es2panda> --output "${CMAKE_CURRENT_BINARY_DIR}/b.abc" --ets-module --extens…
88 …utput "${CMAKE_CURRENT_BINARY_DIR}/l.abc" -- "${CMAKE_CURRENT_BINARY_DIR}/a.abc" "${CMAKE_CURRENT_…
89 …panda-files $<TARGET_PROPERTY:etsstdlib,FILE> "${CMAKE_CURRENT_BINARY_DIR}/l.abc" b/ETSGLOBAL::main
95 COMMAND $<TARGET_FILE:es2panda> --output "${CMAKE_CURRENT_BINARY_DIR}/CustomInt.abc"
97 COMMAND $<TARGET_FILE:es2panda> --output "${CMAKE_CURRENT_BINARY_DIR}/CustomLong.abc"
99 … COMMAND $<TARGET_FILE:ark_link> --output "${CMAKE_CURRENT_BINARY_DIR}/CustomIntLongLinked.abc"
100 … -- "${CMAKE_CURRENT_BINARY_DIR}/CustomInt.abc" "${CMAKE_CURRENT_BINARY_DIR}/CustomLong.abc"
102 …"${CMAKE_CURRENT_BINARY_DIR}/CustomIntLongLinked.abc" CustomLong/CustomLong::main # Test executi…
103 … COMMAND $<TARGET_FILE:ark_disasm> --verbose "${CMAKE_CURRENT_BINARY_DIR}/CustomIntLongLinked.abc"
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/paths/
Dexpected.txt1 ./build/lib/module1/lib.abc
2 ./build/lib/module2/lib.abc
3 ./build/lib/module22/lib.abc
4 ./build/main.abc

12345678910>>...35