Home
last modified time | relevance | path

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

/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.js1118 const array5 = Array.from({ length: 5 }, (_, index) => index + 1); constant