Home
last modified time | relevance | path

Searched defs:result1 (Results 1 - 25 of 195) sorted by relevance

12345678

/arkcompiler/ets_runtime/test/moduletest/arraytoreversed/
H A Darraytoreversed.js38 var result1 = arr5.toReversed(); variable
/arkcompiler/ets_runtime/test/moduletest/arraytospliced/
H A Darraytospliced.js38 var result1 = arr4.toSpliced(0, 2, 6); variable
/arkcompiler/ets_runtime/test/moduletest/arraywith/
H A Darraywith.js38 var result1 = arr4.with(4, 100); variable
/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/
H A Darrayflatmap.js37 var result1 = arr1.flatMap(testFunction); variable
/arkcompiler/ets_runtime/test/moduletest/arrayshift/
H A Darrayshift.js28 var result1 = arr1.shift(); variable
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
H A Darrayfindlastindex.js41 var result1 = arr1.findLastIndex(testFunction); variable
/arkcompiler/runtime_core/plugins/ecmascript/tests/
H A Decmascript_meta_test.cpp28 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.extends"); in HWTEST() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_cmd_client_test.cpp73 int result1 = wifiCmdClient_->SetRxListen(ifName, param); in HWTEST_F() local
83 int result1 = wifiCmdClient_->Set2gSoftapMss(ifName, param); in HWTEST_F() local
103 int result1 = wifiCmdClient_->Set2gSoftapMss(ifName, param); in HWTEST_F() local
113 int result1 = wifiCmdClient_->Set2gSoftapMss(ifName, param); in HWTEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_list_iterator_test.cpp100 JSHandle<JSTaggedValue> result1 = JSAPIListIterator::CreateListIterator(thread, undefined); in HWTEST_F_L0() local
H A Djs_api_linked_list_iterator_test.cpp100 JSHandle<JSTaggedValue> result1 = JSAPILinkedListIterator::CreateLinkedListIterator(thread, undefined); in HWTEST_F_L0() local
/arkcompiler/runtime_core/assembler/tests/
H A Decmascript_meta_test.cpp39 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.extends"); in HWTEST_F() local
116 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.annotation"); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Dlazy_test.cpp31 auto result1 = FoldLeft(stream1, -4, calcFunc); in TEST() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_arraybuffer_test.cpp78 JSTaggedValue result1 = BuiltinsArrayBuffer::Slice(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Dbuiltins_math_test.cpp2915 JSTaggedValue result1 = BuiltinsMath::Random(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
2930 JSTaggedValue result1 = BuiltinsMath::Random(ecmaRuntimeCallInfo); local
H A Dbuiltins_sharedarraybuffer_test.cpp88 JSTaggedValue result1 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
181 JSTaggedValue result1 = BuiltinsSharedArrayBuffer::IsSharedArrayBuffer(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
197 bool result1 = BuiltinsSharedArrayBuffer::IsShared(arrBuf1.GetTaggedValue()); in HWTEST_F_L0() local
/foundation/ability/ability_runtime/test/unittest/app_lifecycle_deal_test/
H A Dapp_lifecycle_deal_test.cpp144 int32_t result1 = appLifeCycle->ChangeAppGcState(0); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/cj_utils_ffi_test/
H A Dcj_utils_ffi_test.cpp59 const char* result1 = CreateCStringFromString(emptyStr); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dcircle_painter_test_ng.cpp87 bool result1 = NG::ShapePainter::SetPen(pen, shapePaintProperty); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dparagraph_style_test.cpp48 auto result1 = paragraphStyle->GetEquivalentAlign(); in HWTEST_F() local
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Dnull_check_test.cpp299 OH_AVFormat *result1; in HWTEST_F() local
/foundation/window/window_manager/utils/test/unittest/
H A Dpermission_test.cpp78 bool result1 = Permission::IsSystemCallingOrStartByHdcd(false); in HWTEST_F() local
/kernel/linux/linux-5.10/sound/core/
H A Disadma.c72 unsigned int result, result1; in snd_dma_pointer() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/waterFlower/
H A DwaterFlower.cpp52 auto result1 = OH_ArkUI_WaterFlowSectionOption_GetRowGap(option,0); in testWaterFlower_004() local
/test/xts/acts/multimedia/av_codec/audio_decoder/src/
H A Dnull_check_test.cpp299 OH_AVFormat *result1; in HWTEST_F() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_executor_test.cpp174 int result1 = JSPandaFileExecutor::ExecuteAbcFileWithSingletonPatternFlag(thread, "com.application.example", in HWTEST_F_L0() local

Completed in 16 milliseconds

12345678