Searched full:abc (Results 1 – 25 of 859) sorted by relevance
12345678910>>...35
| /arkcompiler/ets_runtime/test/moduletest/string/ |
| D | expect_output.txt | 54 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/ |
| D | expected.txt | 1 ./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/ |
| D | ohos_test.xml | 18 …<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/ |
| D | siexp_n.params.yaml | 16 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/ |
| D | aot_cha.md | 16 /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/ |
| D | aot_cha.md | 16 /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/ |
| 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/tests/vm-benchmarks/src/vmb/plugins/tools/ |
| D | es2panda.py | 46 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():
|
| D | es2abc.py | 34 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)
|
| D | ark.py | 37 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/ |
| D | ReadMe.md | 9 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
|
| D | ReadMe_Zh.md | 11 a.abc 12 a.abc 13 b.abc 14 b.abc 15 c.abc 16 c.abc
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | cheatsheet.md | 19 ./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/ |
| 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_test_suite/intrinsics/ |
| D | string_trim.sts | 62 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/ |
| D | identifiers_n.params.yaml | 18 - '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/ |
| D | ets_package.cmake | 20 # 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/ |
| D | verify_constant_pool_tests.cpp | 40 * @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/ |
| D | aot_cha_vcalls.pa | 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… 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/ |
| D | disassembler_line_number_test.cpp | 33 * @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/ |
| D | neg.params.yaml | 17 - "\"abc" 18 - "abc\"" 19 - "'abc" 20 - "abc'" 21 - "\"abc'" 22 - "'abc\""
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe137.md | 17 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/ |
| D | mix_compile.py | 18 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/ |
| D | CMakeLists.txt | 86 …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/ |
| D | expected.txt | 1 ./build/lib/module1/lib.abc 2 ./build/lib/module2/lib.abc 3 ./build/lib/module22/lib.abc 4 ./build/main.abc
|
12345678910>>...35