Home
last modified time | relevance | path

Searched defs:array7 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Darray_get_length_test.cpp76 ani_array_float array7 = nullptr; in TEST_F() local
Dfixedarray_get_length_test.cpp76 ani_array_float array7 = nullptr; in TEST_F() local
Darray_new_ref_test.cpp196 ani_array_float array7 = nullptr; in TEST_F() local
Dfixedarray_new_ref_test.cpp206 ani_array_float array7 = nullptr; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp60 ets_floatArray array7 = env_->NewFloatArray(0); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1148 const array7 = Array(5).fill("hello"); constant