Home
last modified time | relevance | path

Searched defs:array5 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Darray_get_length_test.cpp66 ani_array_int array5 = nullptr; in TEST_F() local
Dfixedarray_get_length_test.cpp66 ani_array_int array5 = nullptr; in TEST_F() local
Darray_new_ref_test.cpp190 ani_array_int array5 = nullptr; in TEST_F() local
Dfixedarray_new_ref_test.cpp200 ani_array_int array5 = nullptr; in TEST_F() local
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts565 const array5 = new SendableFloat32Array([123456.789, 2000.00]); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp50 ets_intArray array5 = env_->NewIntArray(0); in TEST_F() local
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts1483 const array5 = new SendableArray<number>(123456.789, 2000.00); constant
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1142 const array5 = Array.from({ length: 5 }, (_, index) => index + 1); constant