Home
last modified time | relevance | path

Searched full:primitives (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_frontend/ts2panda/tests/types/
Dprimitives.test.ts29 describe("primitives tests in primitives.test.ts", function() {
30 it("test primitives in block", function() {
31 let fileNames = 'tests/types/primitives/primitives_in_block.ts';
60 let fileNames = 'tests/types/primitives/primitives_in_function.ts';
99 it("test primitives in for", function() {
100 let fileNames = 'tests/types/primitives/primitives_in_for.ts';
129 it("test primitives in if", function() {
130 let fileNames = 'tests/types/primitives/primitives_in_if.ts';
158 it("test primitives in class", function() {
159 let fileNames = 'tests/types/primitives/primitives_in_class.ts';
[all …]
Dunion.test.ts30 it("test union with primitives", function () {
104 it("test union with multi same primitives", function () {
Dobject.test.ts30 it("test object with primitives", function() {
Darray.test.ts30 it("test array with primitives", function() {
/arkcompiler/runtime_core/scripts/
Drun-check-concurrency-format.sh24 # Do not check files with primitives wrappers.
29 # Do not check files with primitives wrappers.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml37 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
200 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
241 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
284 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
345 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
413 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
760 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
1134 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
1178 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
Dfldarr.32.yaml188 description: Check fldarr.32 reads correct items from array of primitives.
234 …description: Check fldarr.32 reads correct items from array of primitives. Inspect different index…
Dldarr.16.yaml184 description: Check ldarr.16 reads correct items from array of primitives.
231 …description: Check ldarr.16 reads correct items from array of primitives. Inspect different indexe…
Dldarr.8.yaml193 description: Check ldarr.8 reads correct items from array of primitives.
242 …description: Check ldarr.8 reads correct items from array of primitives. Inspect different indexes…
Dldarru.16.yaml184 description: Check ldarru.16 reads correct items from array of primitives.
231 …description: Check ldarru.16 reads correct items from array of primitives. Inspect different index…
Dfldarr.64.yaml188 description: Check fldarr.64 reads correct items from array of primitives.
233 …description: Check fldarr.64 reads correct items from array of primitives. Inspect different index…
Dldarru.8.yaml191 description: Check ldarru.8 reads correct items from array of primitives.
240 …description: Check ldarru.8 reads correct items from array of primitives. Inspect different indexe…
Dldarr.64.yaml187 description: Check ldarr.64 reads correct items from array of primitives.
237 …description: Check ldarr.64 reads correct items from array of primitives. Inspect different indexe…
Dldarr.yaml187 description: Check ldarr reads correct items from array of primitives.
234 …description: Check ldarr reads correct items from array of primitives. Inspect different indexes a…
Dinitobj.short.yaml25 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
1941 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
2033 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3334 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3458 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3583 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3619 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
Dinitobj.yaml25 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
2008 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
2122 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3562 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3683 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3806 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3843 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
Dlenarr.yaml54 description: Check 'lenarr' returns correct array length with array of primitives.
Dinitobj.range.yaml25 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
2168 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
2272 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3828 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
3948 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
4068 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
4106 …default values (i.e. 0 for primitives and null for objects), call specified initializer and put a …
Dnewarr.yaml689 … description: Check `newarr` creates array of primitives which is filled by 0 in Panda context.
787 …description: Check `newarr` creates array of primitives which is filled by 0 in PandaAssembly cont…
Dlda.const.yaml105 Check that big size literal arrays of primitives work as expected.
Dstarr.yaml1147 description: Check starr stores correct items into array of primitives.
/arkcompiler/runtime_core/cmake/
DCodeStyle.cmake94 # Function to check correct usage of std primitives.
/arkcompiler/ets_frontend/testTs/
Dskip_tests.json252 "./testTs/test/types/primitives/string/invalidStringAssignments.ts",
253 "./testTs/test/types/primitives/string/assignFromStringInterface.ts",
254 "./testTs/test/types/primitives/string/assignFromStringInterface2.ts",
255 "./testTs/test/types/primitives/string/stringPropertyAccessWithError.ts",
256 "./testTs/test/types/primitives/number/assignFromNumberInterface2.ts",
257 "./testTs/test/types/primitives/number/assignFromNumberInterface.ts",
258 "./testTs/test/types/primitives/number/invalidNumberAssignments.ts",
259 "./testTs/test/types/primitives/undefined/invalidUndefinedAssignments.ts",
260 "./testTs/test/types/primitives/undefined/directReferenceToUndefined.ts",
261 "./testTs/test/types/primitives/void/invalidVoidAssignments.ts",
[all …]
/arkcompiler/runtime_core/
DREADME.md39 … # Basic ArkCompiler runtime library, including logs, synchronization primitives, and common data…
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md159 objects and non-garbage collectable primitives to simplify automatic memory management.

12