Home
last modified time | relevance | path

Searched full:after (Results 1 – 25 of 1570) sorted by relevance

12345678910>>...63

/arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/
Dtypedarrayreverse.js26 assert_equal("After reverse (Uint8Array): "+uint8Array,"After reverse (Uint8Array): 200,128,0,255,1…
32 assert_equal("After reverse (Int8Array): "+int8Array,"After reverse (Int8Array): -50,100,0,-128,10"…
38 assert_equal("After reverse (Uint16Array): "+uint16Array,"After reverse (Uint16Array): 5000,1000,25…
44 assert_equal("After reverse (Int16Array): "+int16Array,"After reverse (Int16Array): -10000,5000,0,-…
50 assert_equal("After reverse (Uint32Array): "+uint32Array,"After reverse (Uint32Array): 500000000,0,…
56 assert_equal("After reverse (Int32Array): "+int32Array,"After reverse (Int32Array): 0,-5000,1000,-2…
62 assert_equal("After reverse (Float32Array): "+float32Array,"After reverse (Float32Array): 2.7100000…
68 assert_equal("After reverse (Float64Array): "+float64Array,"After reverse (Float64Array): 2.718,3.1…
74 assert_equal("After reverse (BigUint64Array): "+bigUint64Array,"After reverse (BigUint64Array): 100…
80 assert_equal("After reverse (BigInt64Array): "+bigInt64Array,"After reverse (BigInt64Array): 200000…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp29 // NOTE(oignatenko) uncomment Array_TestJSLength code after interop is implemented from JS to eTS
53 // NOTE(oignatenko) uncomment Array_TestJSSlice code after interop is implemented from JS to eTS
60 // NOTE(oignatenko) uncomment Array_TestJSSplice code after interop is implemented from JS to eTS
67 // NOTE(oignatenko) uncomment test_to_spliced.js code after recent regression making it work in pla…
74 // NOTE(oignatenko) uncomment Array_TestJSCopyWithin code after interop is implemented from JS to e…
81 // NOTE(oignatenko) uncomment Array_TestJSWith code after interop is implemented from JS to eTS
94 // NOTE(oignatenko) uncomment Array_TestJSToReversed code after interop is implemented from JS to e…
101 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
107 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
113 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_expect_output.txt20 after change raw string.__proto__
26 after change string.__proto__
32 after change array.__proto__
38 after change map.__proto__
44 after change set.__proto__
50 after change Uint8Array.prototype.__proto__
56 after change obj(typed array).__proto__
Dexpect_output.txt20 after change raw string.__proto__
26 after change string.__proto__
32 after change array.__proto__
38 after change map.__proto__
44 after change set.__proto__
50 after change Uint8Array.prototype.__proto__
56 after change obj(typed array).__proto__
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/expressions/
Dts-test-instantiation-expressions-4.ts20 // "}" after "<***>"
24 // "==" after "<***>"
27 // "!=" after "<***>"
30 // "<=" after "<***>"
33 // "? :" after "<***>"
36 // "===" after "<***>"
39 // "!==" after "<***>"
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
DREADME.md31 …sion=ets --output=/dev/null --dump-ets-src-after-phases plugins-after-parse --exit-after-phases pl…
34 … --extension=ets --output=/dev/null --dump-after-phases plugins-after-parse --exit-after-phases pl…
Drunner_srcdumper.py61 '--exit-after-phase', 'plugins-after-parse',
68 '--exit-after-phase', 'plugins-after-parse',
75 '--exit-after-phase', 'plugins-after-parse',
82 '--exit-after-phase', 'plugins-after-parse',
89 '--exit-after-phase', 'plugins-after-parse',
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin-expected.txt2 After parse
37 After bind
38 After check
39 After lowerings
Dplugin_test-expected.txt2 After parse
20 After check
21 After lowerings
/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_import_js_rules.ets.json24 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
34 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
44 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
54 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
64 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
74 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
84 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
94 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
104 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
/arkcompiler/ets_runtime/
Dhisysevent.yaml26 …GC_TOTAL_MEM_USED: {type: INT32, desc: Total memory used after GC in the current statistical inter…
28 …GC_ACTIVE_MEM_USED: {type: INT32, desc: Total memory usage of the young generation after GC in the…
29 …GC_ACTIVE_MEM_COMMITTED: {type: INT32, desc: Total memory committed by the young generation after
30 …GC_OLD_MEM_USED: {type: INT32, desc: Total memory usage of the old generation after GC in the stat…
31 …GC_OLD_MEM_COMMITTED: {type: INT32, desc: Total memory committed by the old generation after GC in…
32 …GC_HUGE_MEM_USED: {type: INT32, desc: Total memory used by the Huge segment after GC in this measu…
33 …GC_HUGE_MEM_COMMITTED: {type: INT32, desc: Total committed memory of the Huge segment after GC in …
74 AFTER_GC_TOTAL_MEM_USED: {type: INT32, desc: AFTER GC TOTAL MEM USED}
75 AFTER_GC_TOTAL_MEM_COMMITTED: {type: INT32, desc: AFTER GC TOTAL MEM COMMITTED}
76 AFTER_GC_ACTIVE_MEM_USED: {type: INT32, desc: AFTER GC ACTIVE MEM USED}
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/ts_to_sts/conversion_big_int/
Dconversion_big_int.cpp27 // NOTE issue (17741) - enable this after fix import bigInt
32 // NOTE issue (17741) - enable this after fix import bigInt
37 // NOTE issue (17741) - enable this after fix import bigInt
42 // NOTE issue (17741) - enable this after fix import bigInt
47 // NOTE issue (17741) - enable this after fix import bigInt
52 // NOTE issue (17741) - enable this after fix import bigInt
57 // NOTE issue (17741) - enable this after fix import bigInt
62 // NOTE issue (17741) - enable this after fix import bigInt
/arkcompiler/ets_frontend/arkguard/src/configs/ingoreFilenameList/
DingoreTest262List.json416 …"language/expressions/class/elements/after-same-line-gen-grammar-privatename-identifier-semantics-…
417 "language/expressions/class/elements/after-same-line-gen-rs-field-identifier-initializer.js",
418 "language/expressions/class/elements/after-same-line-gen-rs-private-getter-alt.js",
419 "language/expressions/class/elements/after-same-line-gen-rs-private-method-alt.js",
420 "language/expressions/class/elements/after-same-line-gen-rs-private-setter.js",
421 "language/expressions/class/elements/after-same-line-gen-rs-private-setter-alt.js",
422 "language/expressions/class/elements/after-same-line-gen-rs-private-method.js",
423 "language/expressions/class/elements/after-same-line-gen-rs-field-identifier.js",
424 "language/expressions/class/elements/after-same-line-gen-rs-privatename-identifier.js",
425 …"language/expressions/class/elements/after-same-line-gen-rs-privatename-identifier-initializer.js",
[all …]
/arkcompiler/ets_frontend/test262/
Des2022_tests.txt211 language/expressions/class/elements/after-same-line-method-rs-field-identifier.js
214 language/expressions/class/elements/after-same-line-static-async-gen-computed-names.js
226 language/expressions/class/elements/after-same-line-method-computed-names.js
228 language/expressions/class/elements/after-same-line-static-async-gen-literal-names.js
234 language/expressions/class/elements/after-same-line-static-async-gen-rs-field-identifier.js
235 language/expressions/class/elements/after-same-line-method-literal-names-asi.js
237 language/expressions/class/elements/after-same-line-static-method-literal-names.js
244 language/expressions/class/elements/after-same-line-method-string-literal-names.js
249 language/expressions/class/elements/after-same-line-static-gen-computed-names.js
250 language/expressions/class/elements/after-same-line-static-gen-rs-field-identifier-initializer.js
[all …]
/arkcompiler/ets_runtime/test/moduletest/typedarraysort/
Dtypedarraysort.js64 assert_equal("After sort (Uint8Array): "+uint8Array,"After sort (Uint8Array): 0,10,128,200,255");
70 assert_equal("After sort (Int8Array): "+int8Array,"After sort (Int8Array): -128,-50,0,10,100");
76 assert_equal("After sort (Uint16Array): "+uint16Array,"After sort (Uint16Array): 0,256,1000,5000,65…
82 assert_equal("After sort (Int16Array): "+int16Array,"After sort (Int16Array): -30000,-10000,0,5000,…
88 assert_equal("After sort (Uint32Array): "+uint32Array,"After sort (Uint32Array): 0,255,1000000,5000…
94 assert_equal("After sort (Int32Array): "+int32Array,"After sort (Int32Array): -2147483648,-5000,0,1…
100 assert_equal("After sort (Float32Array): "+float32Array,"After sort (Float32Array): -3.140000104904…
106 assert_equal("After sort (Float64Array): "+float64Array,"After sort (Float64Array): -5.678,1.234,2.…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/ArrayList/
DArrayListLengthTest.ets102 assertFalse(arrayList.has("start"), "The ArrayList should not contain 'start' after removal");
103 assertFalse(arrayList.has("end"), "The ArrayList should not contain 'end' after removal");
117 assertFalse(arrayList.has("`"), "The ArrayList should not contain '`' after removal");
118 assertFalse(arrayList.has("%"), "The ArrayList should not contain '%' after removal");
119 assertFalse(arrayList.has(`"`), "The ArrayList should not contain '\"' after removal");
162 …assertFalse(arrayList.has("zhang san"), "The ArrayList should not contain 'zhang san' after remova…
163 assertFalse(arrayList.has(1), "The ArrayList should not contain the number 1 after removal");
164 …assertFalse(arrayList.has(temp), "The ArrayList should not contain the Temp object after removal");
165 … assertFalse(arrayList.has(undefined), "The ArrayList should not contain undefined after removal");
166 assertFalse(arrayList.has(null), "The ArrayList should not contain null after removal");
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/
Dindexed_type.cpp72 // NOTE(andreypetukhov) enable after fixibng #17821
78 // NOTE(andreypetukhov) enable after fixibng #17821
84 // NOTE(andreypetukhov) enable after fixibng #17821
90 // NOTE(andreypetukhov) enable after fixibng #17821
101 // NOTE(andreypetukhov) enable after fixibng #18131
107 // NOTE(andreypetukhov) enable after fixibng #18131
113 // NOTE(andreypetukhov) enable after fixibng #18131
119 // NOTE enable after fixing #22422
125 // NOTE enable after fixing #22422
131 // NOTE(andreypetukhov) enable after fixibng #18238
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dbase_mem_stats.cpp33 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordAllocate()
41 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordMoved()
57 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordFree()
64 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated()
71 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed()
82 …tomic with acquire order reason: data race with allocated_ with dependecies on reads after the load in GetAllocatedHeap()
96 …tomic with acquire order reason: data race with allocated_ with dependecies on reads after the load in GetFreedHeap()
112 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
117 …with acquire order reason: data race with allocated_ with dependecies on reads after the load which in GetFootprint()
121 …with acquire order reason: data race with allocated_ with dependecies on reads after the load which in GetFootprint()
[all …]
/arkcompiler/runtime_core/libpandabase/mem/
Dbase_mem_stats.cpp32 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordAllocate()
40 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordMoved()
56 …// Atomic with acq_rel order reason: data race with allocated_ with dependecies on reads after the… in RecordFree()
63 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated()
70 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed()
81 …tomic with acquire order reason: data race with allocated_ with dependecies on reads after the load in GetAllocatedHeap()
95 …tomic with acquire order reason: data race with allocated_ with dependecies on reads after the load in GetFreedHeap()
111 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
116 …with acquire order reason: data race with allocated_ with dependecies on reads after the load which in GetFootprint()
120 …with acquire order reason: data race with allocated_ with dependecies on reads after the load which in GetFootprint()
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/recheck/
Drunner_recheck.py63 '--exit-after-phase', 'plugins-after-check',
71 '--exit-after-phase', 'plugins-after-check',
79 '--exit-after-phase', 'plugins-after-check',
87 '--exit-after-phase', 'plugins-after-check',
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_instantiation_expressions3.ts21 // "&&" after "<***>"
24 // "||" after "<***>"
27 // "??" after "<***>"
30 // "," after "<***>"
/arkcompiler/ets_frontend/ets2panda/util/
DdoubleLinkedList.h102 Item *Insert(Item *after, const T &data) in Insert() argument
107 Insert(after, item); in Insert()
111 void Insert(Item *after, Item *item) in Insert() argument
114 ES2PANDA_ASSERT(after != nullptr); in Insert()
117 auto afterNext = after->next; in Insert()
119 after->next = item; in Insert()
120 item->prev = after; in Insert()
127 if (after == tail_) { in Insert()
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/arithmetic/
Dbininst_static.ets29 // After AOP 1:
37 // After AOP 2:
45 // After AOP 3:
53 // After AOP 4:
61 // After AOP 5:
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dno_side_effect_import.ets.json24 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
34 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
44 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
54 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
64 …"rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.cpp108 // NOTE #15888 enable this after interop is implemented for eTS getter use in JS
119 // NOTE #15889 enable this after interop is implemented for eTS setter use in JS
195 // NOTE #15890 enable this after interop is implemented in this direction
294 // NOTE #16812 enable this after interop is implemented in this direction
305 // NOTE #16103 enable this after interop is implemented for interrface arguments
311 // NOTE #16103 enable this after interop is implemented for interrface arguments
317 // NOTE #16103 enable this after interop is implemented for interrface arguments
323 // NOTE #16103 enable this after interop is implemented for interrface arguments
329 // NOTE #16103 enable this after interop is implemented for interrface arguments
335 // NOTE #16103 enable this after interop is implemented for interrface arguments
[all …]

12345678910>>...63