Home
last modified time | relevance | path

Searched full:binary (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/arkcompiler/runtime_core/
D.gitattributes3 # Denote all image files as binary
4 *.png binary
5 *.jpg binary
6 *.gif binary
8 …e/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.ets binary
9 …tic_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.ets binary
10 …e/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.sts binary
11 …tic_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.sts binary
DREADME.md25 …verts an ARK bytecode file in text format (*.pa) into a bytecode file in binary format (*.abc). Fo…
26 …er, further optimize the ARK bytecode to generate optimized bytecode file in binary format (*.abc).
30 ├── disassembler # Disassembler that converts an ARK bytecode file in binary format (*.a…
37 ├── libark_defect_scan_aux # Vulnerability defect scanning tool for ARK bytecode file in binary fo…
39 ├── libpandafile # Source code repository of ARK bytecode files (*.abc) in binary format.
41 ├── panda # CLI tool used to execute ARK bytecode files in binary format(*.abc).
74 The ark\_disasm disassembler converts binary ARK bytecodes into readable text ARK bytecodes.
94 Input file: ARK bytecodes in binary format
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/boost_equal_statements_tests/
Dboost_equal_statements_2-expected.txt1 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
2 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
3 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
4 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
5 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_2…
Dboost_equal_statements_1-expected.txt1 ETS Warning: Boost Equality Statement. Change sides of binary expression. [boost_equal_statements_1…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dparams.py40 # Path and parameters for es2panda binary
44 # Path and parameters for ark binary
48 # Path and parameters for ark_aot binary
52 # Path and parameters for ark_quick binary
60 # Path and parameters for verifier binary
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/warnings_suppresion_tests/
Dwarnings_suppression_begin_end_2-expected.txt4 ETS Warning: Boost Equality Statement. Change sides of binary expression. [warnings_suppression_beg…
5 ETS Warning: Boost Equality Statement. Change sides of binary expression. [warnings_suppression_beg…
11 ETS Warning: Implicit Unboxing to int in Binary Expression. [warnings_suppression_begin_end_2.sts:7…
13 ETS Warning: Implicit Unboxing to int in Binary Expression. [warnings_suppression_begin_end_2.sts:8…
/arkcompiler/runtime_core/static_core/compiler/cmake/
Dbenchmark_coverage.cmake34 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
39 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
44 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
49 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
54 …COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_ROOT} …
60 # COMMAND bash ${PANDA_ROOT}/compiler/tools/benchmark_coverage.sh --binary-dir=${PANDA_BINARY_RO…
Dir_builder_coverage.cmake20 …COMMAND bash ${PANDA_ROOT}/compiler/tools/ir_builder_coverage.sh --binary-dir=${PANDA_BINARY_ROOT}…
26 …COMMAND bash ${PANDA_ROOT}/compiler/tools/pbc_2_ir_doc_gen.sh --binary-dir=${PANDA_BINARY_ROOT} --…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_warnings_tests/implicit_boxing_unboxing_tests/
Dimplicit_boxing_unboxing_1-expected.txt2 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:26:9]
4 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:27:9]
37 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:78:5]
38 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:81:8]
39 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:82:5]
40 ETS Warning: Implicit Unboxing to int in Binary Expression. [implicit_boxing_unboxing_1.sts:83:13]
/arkcompiler/ets_frontend/
D.gitattributes2 as2panda/dist/* binary
4 as2panda/lib/binaryen.js binary
/arkcompiler/runtime_core/static_core/tests/test-lists/hermes/
Dhermes-excluded.txt122 bigint-binary-addition.js
123 bigint-binary-ashl.js
124 bigint-binary-ashr.js
125 bigint-binary-division.js
126 bigint-binary-equality.js
127 bigint-binary-exponentiate.js
128 bigint-binary-lshr.js
129 bigint-binary-multiplication.js
130 bigint-binary-relops.js
131 bigint-binary-remainder.js
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/
Dconfig.py41 class Binary(BaseModel): class
48 binary: Binary
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.yaml29 - binary
30 description: Print methods code in binary format
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dplatform.py178 for binary in bu.binaries:
179 log.trace('Deleting: %s', binary)
180 binary.unlink(missing_ok=True)
220 for binary in bu.binaries:
221 log.info('Path to binary: %s', binary)
/arkcompiler/runtime_core/libabckit/include/c/
Dmetadata_core.h147 * @brief Read version of provided binary file.
148 * @return Version of the binary file.
149 * @param [ in ] file - Binary file to read version from.
155 …* @brief Enumerates modules that are defined in binary file `file`, invoking callback `cb` for eac…
158 * @param [ in ] file - Binary file to enumerate local modules in.
169 …* @brief Enumerates modules that are defined in other binary file, but are referenced in binary fi…
172 * @param [ in ] file - Binary file to enumerate external modules in.
221 * @brief Returns binary file that the given `value` is a part of.
278 * @brief Returns binary file that the given `lit` is a part of.
427 * @brief Returns binary file that the given module `m` is a part of.
[all …]
/arkcompiler/ets_frontend/es2panda/
DREADME.md15 - `--dump-size-stat`: Dump binary size statistics
19 - `--output`: Compiler binary output (.abc)
/arkcompiler/ets_frontend/ets2panda/
DREADME.md15 - `--dump-size-stat`: Dump binary size statistics
19 - `--output`: Compiler binary output (.abc)
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
Dnullable_type_in_stringconcat_func.sts29 …ft in the normalized union type (String|null). Unions are not allowed in binary expressions except…
30 …ft in the normalized union type (String|null). Unions are not allowed in binary expressions except…
/arkcompiler/runtime_core/verifier/tests/
Dverify_constant_pool_tests.cpp92 std::ifstream base_file(base_file_name, std::ios::binary);
120 std::ifstream base_file_02(base_file_name, std::ios::binary);
152 std::ifstream base_file(base_file_name, std::ios::binary);
180 std::ifstream base_file_02(base_file_name, std::ios::binary);
212 std::ifstream base_file(base_file_name, std::ios::binary);
240 std::ifstream base_file_02(base_file_name, std::ios::binary);
272 std::ifstream base_file(base_file_name, std::ios::binary);
299 std::ifstream base_file_02(base_file_name, std::ios::binary);
331 std::ifstream base_file(base_file_name, std::ios::binary);
372 std::ifstream base_file(base_file_name, std::ios::binary);
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp158 …CString maxSafeIntStr = "11111111111111111111111111111111111111111111111111111"; // Binary: 2 ^ 53… in HWTEST_F_L0()
159 … maxSafeIntPlusOneStr = "100000000000000000000000000000000000000000000000000000"; // Binary: 2 ^ 53 in HWTEST_F_L0()
160 …CString bigintStr1 = "111111111111111111111111111111111111111111111111111111"; // Binary: 2 ^ 54 -… in HWTEST_F_L0()
162 JSHandle<BigInt> maxSafeInt = BigIntHelper::SetBigInt(thread, maxSafeIntStr, BigInt::BINARY); in HWTEST_F_L0()
163 …<BigInt> maxSafeIntPlusOne = BigIntHelper::SetBigInt(thread, maxSafeIntPlusOneStr, BigInt::BINARY); in HWTEST_F_L0()
164 JSHandle<BigInt> bigint1 = BigIntHelper::SetBigInt(thread, bigintStr1, BigInt::BINARY); in HWTEST_F_L0()
165 JSHandle<BigInt> bigint2 = BigIntHelper::SetBigInt(thread, bigintStr2, BigInt::BINARY); in HWTEST_F_L0()
185 JSHandle<BigInt> bigint = BigIntHelper::SetBigInt(thread, bigintStr4, BigInt::BINARY); in HWTEST_F_L0()
193 JSHandle<BigInt> bigint5 = BigIntHelper::SetBigInt(thread, bigintStr5, BigInt::BINARY); in HWTEST_F_L0()
198 JSHandle<BigInt> bigint6 = BigIntHelper::SetBigInt(thread, bigintStr6, BigInt::BINARY); in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/static_core/docs/
Dassembly_format.md5binary files that can be executed by the Panda virtual machine. Please note that this document doe…
13 * When Panda assembler generates a binary executable file, it is not expected to check for language…
27 …/Unsigned decimal/hexadecimal/binary integers not larger than 64 bits. Hexadecimal literals are pr…
96 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to…
97 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to…
111 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to…
112 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to…
458 - Assembler doesn't guarantee that functions, records and their fields will be located in binary fi…
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_writer.h33 * ============= Sampler binary format ==================
39 * .aspt - ark sampling profiler trace file, binary format
77 writeStreamPtr_ = std::make_unique<std::ofstream>(filename, std::ios::binary); in StreamWriter()
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfldai.yaml35 # test - check binary representation of FP literals - positive
86 # test - check binary representation of FP literals - negative
164 # test - check binary representation of FP literals - positive
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/algorithms/
DTreeSanityTest.sts107 failures += test(testTree(tests[0]), "Test Binary Tree 0");
108 failures += test(testTree(tests[1]), "Test Binary Tree 1");
109 failures += test(testTree(tests[2]), "Test Binary Tree 2");
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfldai.yaml35 # test - check binary representation of FP literals - positive
86 # test - check binary representation of FP literals - negative
164 # test - check binary representation of FP literals - positive

12345678910>>...19