Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/array_buffer/
Dnative_test.cpp52 size_t resultLength; in TEST_F() local
74 size_t resultLength; in TEST_F() local
94 size_t resultLength; in TEST_F() local
119 size_t resultLength; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/arraybuffer_ops/
Darraybuffer_create_test.cpp72 size_t resultLength; in TEST_F() local
99 size_t resultLength; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_AbcRuntimeLinker.cpp44 auto resultLength = newAbcFilesHandle->GetLength() + currentLength; in EtsAbcRuntimeLinkerAddNewAbcFiles() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp200 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0() local
249 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0() local
300 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0() local
Dbuiltins_reflect_test.cpp398 JSHandle<JSTaggedValue> resultLength = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2193 int32_t resultLength = std::min(std::max(end, 0), size - start); in SubStr() local