Home
last modified time | relevance | path

Searched full:txt (Results 1 – 25 of 233) sorted by relevance

12345678910

/arkcompiler/ets_frontend/es2panda/test/version_control/
DREADME-zh.md53 │   ├── class_private_field_runtime_below_abc_api_version-expected.txt
54 │   ├── class_private_field_supported_compile_version-expected.txt
55 │   ├── class_private_field_supported_runtime_version-expected.txt
56 │   ├── class_private_field_unsupported_compile_version-expected.txt
57 │   └── class_private_field_unsupported_runtime_version-expected.txt
67txt
68txt<br />ark_js_vm高于等于字节码版本:<br />class_private_field_**unsupported_runtime**_version-expexted.txt
70txt"一致,生成高于或等于API11版本的字节码时,编译结果应与"class_ private_ field_ **supported_ compile**_ version-expexted.
86 │   ├── sendable_function_runtime_below_abc_api_version-expected.txt
87 │   ├── sendable_function_supported_compile_version-expected.txt
[all …]
/arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/
DREADME.md9 - get `filesInfo.txt` file and `entry` directory contents with intermediate TS files
11 - copy `filesInfo.txt`, rename it to `filesInfo.rel.txt` and change absolute path prefix (like `/pa…
16 |- filesInfo.rel.txt # generated fileInfo.txt with absolute path changed to relatives
24 # echo "generate fileInfo.txt for by extending its relative paths to absolute"
27 awk '{ print ENVIRON["APP_DIR"]"/"$$0 }' ${APP_DIR}/filesInfo.rel.txt > ${BUILD_DIR}/filesInfo.txt
28 …--module --merge-abc --enable-annotations --output ${BUILD_DIR}/app.abc @${BUILD_DIR}/filesInfo.txt
/arkcompiler/runtime_core/static_core/
Dcodecheck_ignore.json2 "cmake/third_party/icu/CMakeLists.txt": {"bc-40001": "*"},
3 "cmake/third_party/openssl/CMakeLists.txt": {"bc-40001": "*"},
4 "cmake/third_party/pcre2/CMakeLists.txt": {"bc-40001": "*"},
5 "cmake/third_party/securec/CMakeLists.txt": {"bc-40001": "*"},
6 "cmake/third_party/toolchain_websocket/CMakeLists.txt": {"bc-40001": "*"},
7 "cmake/third_party/typescript/CMakeLists.txt": {"bc-40001": "*"},
8 "cmake/third_party/zlib/CMakeLists.txt": {"bc-40001": "*"},
9 "CMakeLists.txt": {"bc-40015": "*"},
14 "isa/CMakeLists.txt": {"bc-40001": "*"},
27 "plugins/ets/bytecode_optimizer/CMakeLists.txt": {"bc-40001": "*"},
[all …]
/arkcompiler/runtime_core/static_core/patches/zydis/
D0003-Mark-zycore-as-system.patch7 CMakeLists.txt | 11 ++++++++---
8 zycore/CMakeLists.txt | 6 +++---
11 diff --git a/CMakeLists.txt b/CMakeLists.txt
13 --- a/CMakeLists.txt
14 +++ b/CMakeLists.txt
35 diff --git a/zycore/CMakeLists.txt b/zycore/CMakeLists.txt
37 --- a/zycore/CMakeLists.txt
38 +++ b/zycore/CMakeLists.txt
/arkcompiler/toolchain/tooling/dynamic/client/ark_multi/
DReadMe_Zh.md9 执行文件 input.txt 内容
19 ark_multi 3 input.txt --icu-data-path "third_party/icu/ohos_icu4j/data"
27 2. 构造输入文件 test262.txt
28 参考 [test262参考文件](test262.txt)
31 …olchain/ark_multi 6 arkcompiler/toolchain/tooling/client/ark_multi/test262.txt --icu-data-path "th…
35 1. 将本地abc路径写入 input.txt
38 …s_checking_function/ out/x64.debug/arkcompiler/toolchain/ark_multi 6 input.txt--icu-data-path "thi…
DReadMe.md13 #### Execute the content of the input.txt file
33 ark_multi 3 input.txt --icu-data-path "third_party/icu/ohos_icu4j/data"
49 2. Construct input file test262.txt
51 Reference [test262 abc files](test262.txt)
56 …olchain/ark_multi 6 arkcompiler/toolchain/tooling/client/ark_multi/test262.txt --icu-data-path "th…
64 1. Write the local abc path into input.txt
69 …s_checking_function/ out/x64.debug/arkcompiler/toolchain/ark_multi 6 input.txt--icu-data-path "thi…
/arkcompiler/runtime_core/static_core/scripts/sdk/
Dtest_sdk27 cat "$SCRIPT_DIR"/test/test_file_expected_list_ohos_arm32.txt >> "$EXPECTED"
31 cat "$SCRIPT_DIR"/test/test_file_expected_list_ohos_arm64.txt >> "$EXPECTED"
33 cat "$SCRIPT_DIR"/test/test_file_expected_list_ohos_arm64_withoutLLVM.txt >> "$EXPECTED"
37 cat "$SCRIPT_DIR"/test/test_file_expected_list_arm64.txt >> "$EXPECTED"
41 cat "$SCRIPT_DIR"/test/test_file_expected_list_linux.txt >> "$EXPECTED"
43 cat "$SCRIPT_DIR"/test/test_file_expected_list_linux_withoutLLVM.txt >> "$EXPECTED"
47 cat "$SCRIPT_DIR"/test/test_file_expected_list_windows.txt >> "$EXPECTED"
50 cat "$SCRIPT_DIR"/test/test_file_expected_list_ts_linter.txt >> "$EXPECTED"
53 cat "$SCRIPT_DIR"/test/test_file_expected_list_ets.txt >> "$EXPECTED"
56 cat "$SCRIPT_DIR"/test/test_file_expected_list_icu.txt >> "$EXPECTED"
[all …]
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.2.spec.ts94 const result = FileUtils.getFileExtension('/path/to/file.txt');
95 expect(result).to.equal('txt');
99 const result = FileUtils.getFileExtension('/path/to/file.name.with.dots.txt');
100 expect(result).to.equal('txt');
106 const result = FileUtils.isRelativePath('./file.txt');
111 const result = FileUtils.isRelativePath('../file.txt');
116 const result = FileUtils.isRelativePath('.\\file.txt');
121 const result = FileUtils.isRelativePath('..\\file.txt');
126 const result = FileUtils.isRelativePath('/absolute/path/to/file.txt');
131 const result = FileUtils.isRelativePath('C:\\absolute\\path\\to\\file.txt');
[all …]
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_file_test.cpp27 remove("./test_openfile.txt");
28 os::file::File file1 = os::file::Open("./test_openfile.txt", os::file::Mode::READONLY);
30 remove("./test_openfile.txt");
31 os::file::File file2 = os::file::Open("./test_openfile.txt", os::file::Mode::READWRITE);
33 remove("./test_openfile.txt");
34 os::file::File file3 = os::file::Open("./test_openfile.txt", os::file::Mode::WRITEONLY);
36 remove("./test_openfile.txt");
37 os::file::File file4 = os::file::Open("./test_openfile.txt", os::file::Mode::READWRITECREATE);
Dunix_library_loader_test.cpp24 remove("./test_library_loader.txt");
25 auto res = os::library_loader::Load("./test_library_loader.txt");
28 … "./test_library_loader.txt: cannot open shared object file: No such file or directory");
Dunix_native_stack_test.cpp29 remove("./test_native_stack.txt");
31 FILE* fp = fopen("./test_native_stack.txt", "a");
39 ASSERT_TRUE(os::native_stack::ReadOsFile("./test_native_stack.txt", &result));
/arkcompiler/runtime_core/static_core/patches/rapidcheck/
D0001-Mark-include-as-system.patch6 CMakeLists.txt | 2 +-
9 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 --- a/CMakeLists.txt
12 +++ b/CMakeLists.txt
/arkcompiler/runtime_core/static_core/patches/asmjit/
D0004-Mark-asmjit-headers-as-system.patch6 CMakeLists.txt | 2 +-
9 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 --- a/CMakeLists.txt
12 +++ b/CMakeLists.txt
D0003-Migrate-from-clang-9-to-clang-14.patch8 CMakeLists.txt | 7 +++++++
11 diff --git a/CMakeLists.txt b/CMakeLists.txt
13 --- a/CMakeLists.txt
14 +++ b/CMakeLists.txt
/arkcompiler/ets_frontend/test262/
Dconfig.py84 ES5_LIST_FILE = os.path.join("test262", "es5_tests.txt")
85 ES2015_LIST_FILE = os.path.join("test262", "es2015_tests.txt")
86 INTL_LIST_FILE = os.path.join("test262", "intl_tests.txt")
87 ES2021_LIST_FILE = os.path.join("test262", "es2021_tests.txt")
88 SENDABLE_LIST_FILE = os.path.join("test262", "sendable_tests.txt")
89 OTHER_LIST_FILE = os.path.join("test262", "other_tests.txt")
90 ES2022_LIST_FILE = os.path.join("test262", "es2022_tests.txt")
91 ES2023_LIST_FILE = os.path.join("test262", "es2023_tests.txt")
92 CI_LIST_FILE = os.path.join("test262", "CI_tests.txt")
95 with open(os.path.join("test262", "module_tests.txt")) as m_file:
[all …]
/arkcompiler/ets_frontend/arkguard/
DREADME-cn.md32 "files": ["obfuscation-rules.txt"],
45 "files": ["obfuscation-rules.txt"],
47 "consumerFiles": ["consumer-rules.txt"]
60 这些混淆配置文件的内容还会被合并到HAR包中的`obfuscation.txt`文件。
63 以及依赖的HAR包中的`obfuscation.txt`文件的合并。如果构建的是HAR,`obfuscation.txt`是自身的`consumerFiles`属性,
64 依赖的library的`consumerFiles`属性,以及依赖的HAR包中的`obfuscation.txt`文件的合并。
65 构建HAP不会生成`obfuscation.txt`。详细合并的策略可以查看[混淆规则合并策略](#混淆规则合并策略)。
69 在创建工程或library的时候,DevEco Studio会自动生成`obfuscation-rules.txt`和`consumer-rules.txt`文件,
79 "files": ["obfuscation-rules.txt", "myrules.txt"],
81 "consumerFiles": ["consumer-rules.txt", "my-consumer-rules.txt"]
[all …]
DREADME.md37 "files": ["obfuscation-rules.txt"],
50 "files": ["obfuscation-rules.txt"],
52 "consumerFiles": ["consumer-rules.txt"]
65 depends on this library. They will also be merged into a file `obfuscation.txt` in the resulting HA…
68 property, dependent libraries' `consumerFiles` properties and dependent HAR's `obfuscation.txt`.
69 If you are building HAR, the content of `obfuscation.txt` is the combination of self's `consumerFil…
70 dependent libraries' `consumerFiles` properties and dependent HAR's `obfuscation.txt`. If you are b…
71 HAP, `obfuscation.txt` will not be generated. For more details, please jump to
76 The files `obfuscation-rules.txt` and `consumer-rules.txt` are created by DevEco Studio automatical…
86 "files": ["obfuscation-rules.txt", "myrules.txt"],
[all …]
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Drelease_line_number.cpp31 const std::string COMMON_SYNTAX_DUMP_RESULT_FILE_NAME = GRAPH_TEST_ABC_DIR "CommonSyntax.txt";
33 GRAPH_TEST_ABC_DUMP_DIR "release-line-number/CommonSyntaxExpected.txt";
36 const std::string INVALID_OPCODE_DUMP_RESULT_FILE_NAME = GRAPH_TEST_ABC_DIR "InvalidOpcode.txt";
38 GRAPH_TEST_ABC_DUMP_DIR "release-line-number/InvalidOpcodeExpected.txt";
41 …::string TS_NEW_FEATRUE_SYNTAX_DUMP_RESULT_FILE_NAME = GRAPH_TEST_ABC_DIR "TsNewFeatrueSyntax.txt";
43 GRAPH_TEST_ABC_DUMP_DIR "release-line-number/TsNewFeatrueSyntaxExpected.txt";
Drelease_column_number.cpp31 …tring CALL_ARGS_DUMP_RESULT_FILE_NAME = GRAPH_TEST_ABC_DIR "ReleaseEnableColumnNumberCallargs.txt";
33 GRAPH_TEST_ABC_DUMP_DIR "release-column-number/ReleaseEnableColumnNumberCallargsExpected.txt";
36 …tring CALL_THIS_DUMP_RESULT_FILE_NAME = GRAPH_TEST_ABC_DIR "ReleaseEnableColumnNumberCallthis.txt";
38 GRAPH_TEST_ABC_DUMP_DIR "release-column-number/ReleaseEnableColumnNumberCallthisExpected.txt";
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/Interface_inheritance_class_implementation/multi_inheritance_interface_abstract_method/
Dmulti_inheritance_interface_abstract_method_05.ets48 const result = fm.read('test.txt');
49 const result1 = fm.write('Hello, world!', 'test.txt');
51 assertEQ(result, "Reading content from test.txt");
52 assertEQ(result1, "Writing Hello, world! to test.txt");
Dmulti_inheritance_interface_abstract_method_04.ets48 const result = fm.read('test.txt')
49 const result1 = fm.write('Hello, world!', 'test.txt');
51 assertEQ(result, "Reading content from test.txt");
52 assertEQ(result1, "Writing Hello, world! to test.txt");
/arkcompiler/ets_runtime/tools/ap_file_viewer/test/
DREADME.md12 ├── test.txt # txt格式文件
15 ├── requirements.txt # python依赖库
26 pip install -r requirements.txt
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/
Dbuild-profile.json520 "path": "./src/main/cpp/CMakeLists.txt",
36 "./obfuscation-rules.txt"
40 "./consumer-rules.txt"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/
DREADME.md39 vmb all -p interop_d2s -T d2s -L js -l js --exclude-list=$TESTS/known-fails-d2s.txt --timeout=60 $T…
42 vmb all -p interop_s2d -T s2d -A --exclude-list=$TESTS/known-fails-s2d.txt --timeout=60 $TESTS
45 vmb all -p interop_d2d -T d2d -L js -l js --exclude-list=$TESTS/known-fails-d2d.txt --timeout=60 $T…
48 vmb all -p arkts_host -T s2s -A --exclude-list=$TESTS/known-fails-s2s.txt --timeout=60 $TESTS
78 --exclude-list=$TESTS/known-fails-s2d.txt \
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Drun.bat21 echo "------------------------------------------------" >> log.txt
29 for /f "tokens=1,2 delims==" %%i in (running_modules.txt) do (
36 echo "Successfully excute script" >> log.txt

12345678910