Home
last modified time | relevance | path

Searched full:for (Results 1 – 25 of 8329) sorted by relevance

12345678910>>...334

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmplad_unit_define.def6 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Unit allocation for kUnitIdSlot0 failed." << std::e…
8 DEBUG_ASSERT(instancekUnitIdSlot0, "Unit allocation for kUnitIdSlot0 failed.");
12 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Unit allocation for kUnitIdSlot1 failed." << std::e…
14 DEBUG_ASSERT(instancekUnitIdSlot1, "Unit allocation for kUnitIdSlot1 failed.");
18 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Unit allocation for kUnitIdAgen failed." << std::en…
20 DEBUG_ASSERT(instancekUnitIdAgen, "Unit allocation for kUnitIdAgen failed.");
24 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Unit allocation for kUnitIdHazard failed." << std::…
26 DEBUG_ASSERT(instancekUnitIdHazard, "Unit allocation for kUnitIdHazard failed.");
30 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Unit allocation for kUnitIdCrypto failed." << std::…
32 DEBUG_ASSERT(instancekUnitIdCrypto, "Unit allocation for kUnitIdCrypto failed.");
[all …]
Dmplad_reservation_define.def4 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Reservation allocation for kLtUndef failed." << std…
6 DEBUG_ASSERT(resvInstkLtUndef, "Reservation allocation for kLtUndef failed.");
11 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Reservation allocation for kLtShift failed." << std…
13 DEBUG_ASSERT(resvInstkLtShift, "Reservation allocation for kLtShift failed.");
19 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Reservation allocation for kLtShiftReg failed." << …
21 DEBUG_ASSERT(resvInstkLtShiftReg, "Reservation allocation for kLtShiftReg failed.");
26 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Reservation allocation for kLtAlu failed." << std::…
28 DEBUG_ASSERT(resvInstkLtAlu, "Reservation allocation for kLtAlu failed.");
33 …maple::LogInfo::MapleLogger(maple::kLlErr) << "Reservation allocation for kLtAluShift failed." << …
35 DEBUG_ASSERT(resvInstkLtAluShift, "Reservation allocation for kLtAluShift failed.");
[all …]
/arkcompiler/runtime_core/static_core/docs/
Dmemory-management-SW-requirements.md8 1. Allocations for the application
9 1. Allocations for the internal usage by Runtime(Allocations for compiler purposes, for GC internal…
31 - Internal memory space for non-compiler part of runtime (including GC internals)
33 - Non-moving space(space for non-movable objects)
38 - GC for classes (optional)
39 - GC for code cache(optional)
43 High level requirements for GC:
44 - acceptable latency (max pause) for good user experience
51 …ation for application (for example: we can choose non-compacting GC with freelist allocators for s…
58 - allocator API for runtime
[all …]
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md8 1. Allocations for the application
9 1. Allocations for the internal usage by Runtime(Allocations for compiler purposes, for GC internal…
31 - Internal memory space for non-compiler part of runtime (including GC internals)
33 - Non-moving space(space for non-movable objects)
38 - GC for classes (optional)
39 - GC for code cache(optional)
43 High level requirements for GC:
44 - acceptable latency (max pause) for good user experience
51 …ation for application (for example: we can choose non-compacting GC with freelist allocators for s…
58 - allocator API for runtime
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-for.js12 * See the License for the specific language governing permissions and
17 for(;;);
19 for(;;){}
21 for(a<b;;);
23 for(a<b;c(););
25 for(a<b;c();a++){AnimationPlaybackEvent; fetch;[]()}
27 for((function(){})(); (function(){})(); (function(){})()) {}
29 for (;a;);
30 for (;;a);
32 for (let fa = 5;;);
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-for.js12 * See the License for the specific language governing permissions and
17 for(;;);
19 for(;;){}
21 for(a<b;;);
23 for(a<b;c(););
25 for(a<b;c();a++){AnimationPlaybackEvent; fetch;[]()}
27 for((function(){})(); (function(){})(); (function(){})()) {}
29 for (;a;);
30 for (;;a);
32 for (let fa = 5;;);
[all …]
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dfor_stmts.ts12 * See the License for the specific language governing permissions and
22 for (const m in Mammals) {
31 for (const entry of someArray) {
35 for (const entry of [1, 'string', false]) {
44 for (const entry of someTuple) {
49 for (const i in list) {
53 for (const i of list) {
57 for (const i of [4, 5, 6]) {
62 for (const c of s) {
67 for (const c of s2) {
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfor_stmts.ts12 * See the License for the specific language governing permissions and
22 for (const m in Mammals) {
31 for (const entry of someArray) {
35 for (const entry of [1, 'string', false]) {
44 for (const entry of someTuple) {
49 for (const i in list) {
53 for (const i of list) {
57 for (const i of [4, 5, 6]) {
62 for (const c of s) {
67 for (const c of s2) {
[all …]
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-dev11 # See the License for the specific language governing permissions and
14 # List of dependencies for testing Panda on Ubuntu 18.04 and 20.04
23 lcov # For coverage calculation
24 libc++-dev:amd64 # For clang-tidy to find standard headers
25 python3 # For running multilingual benchmarks
26 python3-matplotlib # For statistics visualization and plotting
27 openjdk-8-jdk # For running Java benchmarks
28 libasm-java # For running legacy Java files compilation
29 doxygen # For generate documentation
30 graphviz # For graphs in documentation
[all …]
Dubuntu-20-04-dev11 # See the License for the specific language governing permissions and
14 # List of dependencies for testing Panda on Ubuntu 20.04
23 lcov=1.14-* # For coverage calculation
24 libc++-dev:amd64=1:10** # For clang-tidy to find standard headers
25 python3=3.8* # For running multilingual benchmarks
26 python3-matplotlib=3.1.2-* # For statistics visualization and plotting
27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.2-* # For running legacy Java files compilation
29 doxygen=1.8.17-* # For generate documentation
30 graphviz=2.42.2-* # For generate graphs in documentation
[all …]
Dubuntu-18-04-dev11 # See the License for the specific language governing permissions and
14 # Dependency list for testing Panda on Ubuntu 18.04
23 lcov=1.13-* # For coverage calculation
24 libc++-dev:amd64=6.0-* # For clang-tidy to find standard headers
25 python3=3.6.7-* # For running multilingual benchmarks
26 python3-matplotlib=2.1.1-* # For statistics visualization and plotting
27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.0-* # For running legacy Java files compilation
29 doxygen=1.8.13-* # For generate documentation
30 graphviz=2.40.1-* # For generate graphs in documentation
[all …]
Dubuntu-18-04-arm-dev11 # See the License for the specific language governing permissions and
14 # Dependency list for testing Panda on Ubuntu 18.04
23 lcov=1.13-* # For coverage calculation
24 libc++-dev:arm64=6.0-* # For clang-tidy to find standard headers
25 python3=3.6.7-* # For running multilingual benchmarks
26 python3-matplotlib=2.1.1-* # For statistics visualization and plotting
27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.0-* # For running legacy Java files compilation
29 doxygen=1.8.13-* # For generate documentation
30 graphviz=2.40.1-* # For generate graphs in documentation
[all …]
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-dev11 # See the License for the specific language governing permissions and
14 # List of dependencies for testing Panda on Ubuntu 18.04 and 20.04
24 lcov # For coverage calculation
25 libc++-dev:amd64 # For clang-tidy to find standard headers
26 python3 # For running multilingual benchmarks
27 python3-matplotlib # For statistics visualization and plotting
28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java # For running legacy Java files compilation
30 doxygen # For generate documentation
31 graphviz # For graphs in documentation
[all …]
Dubuntu-20-04-dev11 # See the License for the specific language governing permissions and
14 # List of dependencies for testing Panda on Ubuntu 20.04
24 lcov=1.14-* # For coverage calculation
25 libc++-dev:amd64=1:10* # For clang-tidy to find standard headers
28 python3=3.8* # For running multilingual benchmarks
30 openjdk-8-jdk # For running Java benchmarks
31 libasm-java=7.2-* # For running legacy Java files compilation
32 doxygen=1.8.17-* # For generate documentation
33 graphviz=2.42.2-* # For generate graphs in documentation
34 unzip=6.0-* # For unpacking jar
[all …]
Dubuntu-22-04-dev11 # See the License for the specific language governing permissions and
14 # List of dependencies for testing Panda on Ubuntu 22.04
22 lcov=1.15-* # For coverage calculation
23 libc++-dev:amd64=1:14** # For clang-tidy to find standard headers
26 python3=3.10* # For running multilingual benchmarks
28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java=9.2-* # For running legacy Java files compilation
30 doxygen=1.9.1-* # For generate documentation
31 graphviz=2.42.2-* # For generate graphs in documentation
32 unzip=6.0-* # For unpacking jar
[all …]
Dubuntu-20-04-arm-dev11 # See the License for the specific language governing permissions and
14 # List of dependencies for testing Panda on Ubuntu 20.04
21 lcov=1.14-* # For coverage calculation
22 # Missing: libc++-dev:arm64=1:10* # For clang-tidy to find standard headers
25 python3=3.8* # For running multilingual benchmarks
27 openjdk-8-jdk # For running Java benchmarks
28 libasm-java=7.2-* # For running legacy Java files compilation
29 doxygen=1.8.17-* # For generate documentation
30 graphviz=2.42.2-* # For generate graphs in documentation
31 unzip=6.0-* # For unpacking jar
[all …]
Dubuntu-22-04-arm-dev11 # See the License for the specific language governing permissions and
14 # List of dependencies for testing Panda on Ubuntu 22.04
22 lcov=1.15-* # For coverage calculation
23 libc++-dev:arm64=1:14** # For clang-tidy to find standard headers
26 python3=3.10* # For running multilingual benchmarks
28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java=9.2-* # For running legacy Java files compilation
30 doxygen=1.9.1-* # For generate documentation
31 graphviz=2.42.2-* # For generate graphs in documentation
32 unzip=6.0-* # For unpacking jar
[all …]
Dubuntu-18-04-arm-dev11 # See the License for the specific language governing permissions and
14 # Dependency list for testing Panda on Ubuntu 18.04
23 lcov=1.13-* # For coverage calculation
24 libc++-dev:arm64=6.0-* # For clang-tidy to find standard header
27 python3.8=3.8.0* # For running multilingual benchmarks
28 python3.8-dev=3.8.0* # For running multilingual benchmarks
30 openjdk-8-jdk # For running Java benchmarks
31 libasm-java=7.0-* # For running legacy Java files compilation
32 doxygen=1.8.13-* # For generate documentation
33 graphviz=2.40.1-* # For generate graphs in documentation
[all …]
Dubuntu-18-04-dev11 # See the License for the specific language governing permissions and
14 # Dependency list for testing Panda on Ubuntu 18.04
25 lcov=1.13-* # For coverage calculation
26 libc++-dev:amd64=6.0-* # For clang-tidy to find standard headers
29 python3.8=3.8.0* # For running multilingual benchmarks
30 python3.8-dev=3.8.0* # For running multilingual benchmarks
32 openjdk-8-jdk # For running Java benchmarks
33 libasm-java=7.0-* # For running legacy Java files compilation
34 doxygen=1.8.13-* # For generate documentation
35 graphviz=2.40.1-* # For generate graphs in documentation
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe80.md1 # ``for .. in`` is not supported
3 Rule ``arkts-no-for-in``
8 ``for .. in`` loop. For objects, iteration over properties at runtime is
10 cannot change at runtime. For arrays, iterate with the regular ``for`` loop.
19 for (let i in a) {
31 for (let i = 0; i < a.length; ++i) {
39 - Recipe 082: ``for-of`` is supported only for arrays, strings, sets, maps and classes derived fro…
/arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/
Drecipe80.md1 # ``for .. in`` is not supported
3 Rule ``arkts-no-for-in``
8 ``for .. in`` loop. For objects, iteration over properties at runtime is
10 cannot change at runtime. For arrays, iterate with the regular ``for`` loop.
19 for (let i in a) {
31 for (let i = 0; i < a.length; ++i) {
39 - Recipe 082: ``for-of`` is supported only for arrays, strings, sets, maps and classes derived fro…
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.spec.ts12 * See the License for the specific language governing permissions and
20 describe('Tester Cases for <FileUtils>.', function () {
21 /** test for readFile */
22 it('Tester: <file not found> case for FileUtils#readFile', function () {
27 it('Tester: <read file content.> case for FileUtils#readFile', function () {
32 /** test for readFileAsJson */
33 it('Tester: <read file as json.> case for FileUtils#readFileAsJson', function () {
39 it('Tester: <file not found.> case for FileUtils#readFileAsJson', function () {
45 it('Tester: <error json format.> case for FileUtils#readFileAsJson', function () {
51 /** test for getFileName */
[all …]
/arkcompiler/ets_frontend/test262/
Des2021_tests.txt496 language/expressions/optional-chaining/iteration-statement-for-await-of.js
497 language/expressions/optional-chaining/iteration-statement-for-in.js
498 language/expressions/optional-chaining/iteration-statement-for.js
499 language/expressions/optional-chaining/iteration-statement-for-of-type-error.js
526 language/expressions/dynamic-import/for-await-resolution-and-error-a_FIXTURE.js
553 language/expressions/dynamic-import/for-await-resolution-and-error-poisoned_FIXTURE.js
560 language/expressions/dynamic-import/for-await-resolution-and-error-b_FIXTURE.js
564 language/expressions/dynamic-import/for-await-resolution-and-error-agen.js
570 language/expressions/dynamic-import/for-await-resolution-and-error.js
579 language/expressions/dynamic-import/for-await-resolution-and-error-a_FIXTURE.js
[all …]
Dts2abc_skip_tests.json98 "language/expressions/dynamic-import/for-await-resolution-and-error-agen-yield.js",
99 "language/expressions/dynamic-import/for-await-resolution-and-error-agen.js",
102 "language/expressions/dynamic-import/for-await-resolution-and-error.js",
159 "language/expressions/optional-chaining/iteration-statement-for-await-of.js",
160 "language/expressions/optional-chaining/iteration-statement-for-in.js",
161 "language/expressions/optional-chaining/iteration-statement-for.js",
162 "language/expressions/optional-chaining/iteration-statement-for-of-type-error.js",
520 …elated and funcName-related Cases that are not supported on ts2abc about async generators for now",
595 "language/statements/for-await-of/async-gen-dstr-var-obj-ptrn-id-init-fn-name-gen.js",
596 "language/statements/for-await-of/async-gen-dstr-var-obj-ptrn-id-init-fn-name-class.js",
[all …]
/arkcompiler/ets_frontend/testTs/instype/
Drecordthis-expected.txt1 Handle types for function: #1#A
3 Handle types for function: getName
5 Handle types for function: getId
7 Handle types for function: setName
9 Handle types for function: setId
11 Handle types for function: dump
13 Handle types for function: stest
15 Handle types for function: test
17 Handle types for function: testwiththis
19 Handle types for function: add
[all …]

12345678910>>...334