Home
last modified time | relevance | path

Searched refs:result (Results 15976 - 16000 of 17712) sorted by relevance

1...<<631632633634635636637638639640>>...709

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_bridge.cpp89 auto result = func->ExecuteJS(1, &itemIndex); in ParseGetGridItemSize()
90 if (!result->IsArray()) { in ParseGetGridItemSize()
93 ParseGridItemSize(result, gridItemSize); in ParseGetGridItemSize()
109 auto result = func->ExecuteJS(1, &itemIndex); in ParseGetGridItemRect()
110 if (!result->IsArray()) { in ParseGetGridItemRect()
113 ParseGridItemRect(result, gridItemRect); in ParseGetGridItemRect()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1248 void DeclarativeEventHandler::HandleSyncEvent(const EventMarker& eventMarker, const KeyEvent& info, bool& result) in Initialize() argument
1264 result = delegate_->FireSyncEvent(eventMarker.GetData().eventId, param, ""); in Initialize()
1311 void DeclarativeEventHandler::HandleSyncEvent(const EventMarker& eventMarker, bool& result) in Initialize() argument
1328 void DeclarativeEventHandler::HandleSyncEvent(const EventMarker& eventMarker, const BaseEventInfo& info, bool& result) in Initialize() argument
1337 const EventMarker& eventMarker, const std::string& param, std::string& result) in Initialize()
1343 delegate_->FireSyncEvent(eventMarker.GetData().eventId, param, std::string(""), result); in Initialize()
1336 HandleSyncEvent( const EventMarker& eventMarker, const std::string& param, std::string& result) Initialize() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp230 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) in OnTouchTestHit()
239 scrollBar_->AddScrollBarController(coordinateOffset, result); in OnTouchTestHit()
244 result.emplace_back(scrollable_); in OnTouchTestHit()
1162 auto result = gridMatrix_.find(gridCells_.begin()->first); in CalculateWholeSize() local
1163 if (result != gridMatrix_.end()) { in CalculateWholeSize()
1164 int32_t startItem = result->second.begin()->second; in CalculateWholeSize()
229 OnTouchTestHit( const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) OnTouchTestHit() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_web_test_ng.cpp1577 bool result = webPattern->IsTouchHandleValid(handle_); in HWTEST_F() local
1579 EXPECT_TRUE(result); in HWTEST_F()
1611 bool result = webPattern->IsTouchHandleValid(handle_); in HWTEST_F() local
1613 EXPECT_TRUE(result); in HWTEST_F()
1645 bool result = webPattern->IsTouchHandleValid(handle_); in HWTEST_F() local
1647 EXPECT_TRUE(result); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp602 auto result = surfaceNode->GetStagingProperties().GetCornerRadius()[0]; in HWTEST_F() local
603 EXPECT_TRUE(ROSEN_EQ(floatData[0], result)); in HWTEST_F()
618 auto result = surfaceNode->GetStagingProperties().GetCornerRadius()[1]; in HWTEST_F() local
619 EXPECT_TRUE(ROSEN_EQ(floatData[1], result)); in HWTEST_F()
634 auto result = surfaceNode->GetStagingProperties().GetCornerRadius()[2]; in HWTEST_F() local
635 EXPECT_TRUE(ROSEN_EQ(floatData[2], result)); in HWTEST_F()
/foundation/multimedia/image_effect/test/unittest/
H A Dnative_image_effect_unittest.cpp1037 bool result = OH_EffectFilter_LookupFilters("test"); in HWTEST_F() local
1038 ASSERT_EQ(result, true); in HWTEST_F()
1051 bool result = OH_EffectFilter_LookupFilters("test:default"); in HWTEST_F() local
1052 ASSERT_EQ(result, true); in HWTEST_F()
1065 bool result = OH_EffectFilter_LookupFilters("Category:test"); in HWTEST_F() local
1066 ASSERT_EQ(result, true); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp1597 auto result = notifyStub_->OnRemoteRequest(errcode, data, reply, option); in HWTEST_F() local
1598 EXPECT_EQ(result, IPC_STUB_UNKNOW_TRANS_ERR); in HWTEST_F()
1600 result = notifyStub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
1601 EXPECT_EQ(result, IPC_STUB_INVALID_DATA_ERR); in HWTEST_F()
1605 result = notifyStub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
1606 EXPECT_EQ(result, ERR_NONE); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp847 bool result = NetConnService::GetInstance()->Init(); in HWTEST_F() local
848 EXPECT_FALSE(result); in HWTEST_F()
851 result = NetConnService::GetInstance()->FindSameCallback(nullptr, reqId); in HWTEST_F()
852 EXPECT_FALSE(result); in HWTEST_F()
1044 std::string result = httpProxyTracker.GetExclusionsAsString(list); in HWTEST_F() local
1045 EXPECT_TRUE(result.empty()); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp629 LOGI("SetTxPower, result:sta:%{public}d, p2p:%{public}d, ap:%{public}d", in SetTxPower()
641 int32_t result = HDF_FAILURE; in IfaceSetTxPower() local
646 int32_t result = iface->SetTxPower(power); in IfaceSetTxPower() local
647 if (result != HDF_SUCCESS) { in IfaceSetTxPower()
648 LOGE("SetTxPower, call SetTxPower failed! Result:%{public}d", result); in IfaceSetTxPower()
650 return result; in IfaceSetTxPower()
653 return result; in IfaceSetTxPower()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp1264 std::vector<uint8_t> result = RelationalStoreManager::CalcPrimaryKeyHash(primaryKey, collateType); in HWTEST_F() local
1265 EXPECT_NE(result.size(), 0u); in HWTEST_F()
1275 errCode = SQLiteUtils::BindBlobToStatement(statement, 1, result); // 1 means hashkey index in HWTEST_F()
1317 std::vector<uint8_t> result = RelationalStoreManager::CalcPrimaryKeyHash(primaryKey, collateType); in HWTEST_F() local
1318 EXPECT_NE(result.size(), 0u); in HWTEST_F()
1328 errCode = SQLiteUtils::BindBlobToStatement(statement, 1, result); // 1 means hashkey index in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kvstore_test.cpp1455 auto result = kvDelegatePtrS1_->GetCloudVersion(""); in HWTEST_F() local
1456 EXPECT_EQ(result.first, NOT_FOUND); in HWTEST_F()
1490 auto result = kvDelegatePtrS2_->GetCloudVersion(invalidDevice); in HWTEST_F() local
1491 EXPECT_EQ(result.first, INVALID_ARGS); in HWTEST_F()
1525 auto result = kvDelegateInvalidPtrS1_->GetCloudVersion(""); in HWTEST_F() local
1526 EXPECT_EQ(result.first, DB_ERROR); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp1396 WSError result = ssm_->DumpSessionAll(infos); in HWTEST_F() local
1397 ASSERT_EQ(WSError::WS_OK, result); in HWTEST_F()
1415 WSError result = ssm_->DumpSessionWithId(windowSessionProperty->GetPersistentId(), infos); in HWTEST_F() local
1416 ASSERT_EQ(WSError::WS_OK, result); in HWTEST_F()
2086 auto result = ssm_->RecoverAndConnectSpecificSession(sessionStage, eventChannel, in HWTEST_F() local
2088 ASSERT_EQ(result, WSError::WS_ERROR_NULLPTR); in HWTEST_F()
/third_party/curl/tests/
H A Dservers.pm501 my $result = 0;
508 $result = -1;
519 return $result;
574 $res >>= 8; # rotate the result
651 my $res = $? >> 8; # rotate the result
717 $res >>= 8; # rotate the result
850 $res >>= 8; # rotate the result
937 my $res = $? >> 8; # rotate the result
997 my $res = $? >> 8; # rotate the result
2894 my $result
[all...]
/third_party/eudev/src/udev/
H A Dudev-rules.c645 char result[UTIL_LINE_SIZE]; in import_program_into_properties() local
650 err = udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, result, sizeof(result)); in import_program_into_properties()
654 line = result; in import_program_into_properties()
2127 char result[UTIL_LINE_SIZE]; in udev_rules_apply_to_event() local
2138 if (udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, result, sizeof(result)) < 0) { in udev_rules_apply_to_event()
2144 util_remove_trailing_chars(result, '\n'); in udev_rules_apply_to_event()
2146 count = util_replace_chars(result, UDEV_ALLOWED_CHARS_INPUT); in udev_rules_apply_to_event()
2150 event->program_result = strdup(result); in udev_rules_apply_to_event()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm320 %ifidn %1, v ; [3]=hev() result
574 pand m0, m7 ; normal_limit result
691 %if mmsize == 16 ; [3]=hev() result
692 ; [4]=filter tmp result
694 ; [7]=lim_res sign result
962 pand m0, m7 ; normal_limit result
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c529 int result = 0; in estimate_affine_2d() local
594 result = 1; in estimate_affine_2d()
597 return result; in estimate_affine_2d()
683 int result = 0; in minimize_error() local
728 result = 1; in minimize_error()
731 return result; in minimize_error()
832 // Always returns numbers that result in a window of length size, even if that
/third_party/alsa-lib/src/control/
H A Dcontrol_remap.c1161 int result, err; in snd_ctl_remap_open() local
1173 result = err; in snd_ctl_remap_open()
1179 result = err; in snd_ctl_remap_open()
1197 result = -ENOMEM; in snd_ctl_remap_open()
1206 result = err; in snd_ctl_remap_open()
1218 return result; in snd_ctl_remap_open()
/third_party/backends/backend/
H A Dteco1.c576 teco_sense_handler (int __sane_unused__ scsi_fd, unsigned char *result, void __sane_unused__ *arg) in teco_sense_handler() argument
583 sensekey = get_RS_sense_key (result); in teco_sense_handler()
584 len = 7 + get_RS_additional_length (result); in teco_sense_handler()
586 hexdump (DBG_info2, "sense", result, len); in teco_sense_handler()
588 if (get_RS_error_code (result) != 0x70) in teco_sense_handler()
592 get_RS_error_code (result)); in teco_sense_handler()
H A Dteco3.c422 teco_sense_handler (int __sane_unused__ scsi_fd, unsigned char *result, void __sane_unused__ *arg) in teco_sense_handler() argument
429 sensekey = get_RS_sense_key (result); in teco_sense_handler()
430 len = 7 + get_RS_additional_length (result); in teco_sense_handler()
432 hexdump (DBG_info2, "sense", result, len); in teco_sense_handler()
434 if (get_RS_error_code (result) != 0x70) in teco_sense_handler()
438 get_RS_error_code (result)); in teco_sense_handler()
1948 * shifting. So here is the result of some trial and error in sane_get_parameters()
/third_party/lame/frontend/
H A Dget_audio.c133 double result = 0; in read_ieee_extended_high_low() local
136 result = HUGE_VAL; in read_ieee_extended_high_low()
143 result = ldexp(mantissa_h, e); in read_ieee_extended_high_low()
145 result += ldexp(mantissa_l, e); in read_ieee_extended_high_low()
148 return s ? -result : result; in read_ieee_extended_high_low()
1121 /* Check result */ in open_snd_file()
1237 /* Check result */ in open_snd_file()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c777 ecma_value_t result = ecma_op_object_find_own (ecma_make_object_value (object_p), in ecma_op_object_get_own_data_prop()
792 return result; in ecma_op_object_get_own_data_prop()
801 * with its result (including error throws).
822 * with its result (including error throws).
919 * with its result (including error throws).
1179 ecma_value_t result; in ecma_op_object_put_apply_receiver() local
1185 result = ecma_reject (is_throw); in ecma_op_object_put_apply_receiver()
1195 result = ecma_op_object_define_own_property (receiver_obj_p, property_name_p, &prop_desc); in ecma_op_object_put_apply_receiver()
1200 return result; in ecma_op_object_put_apply_receiver()
1728 ecma_preferred_type_hint_t hint) /**< hint on preferred result typ in ecma_op_object_default_value()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc283 WasmCompilationResult result = ExecuteLiftoffCompilation( in RecompileLiftoffWithBreakpoints() local
292 if (!result.succeeded()) FATAL("Liftoff compilation failed"); in RecompileLiftoffWithBreakpoints()
296 native_module_->AddCompiledCode(std::move(result))); in RecompileLiftoffWithBreakpoints()
1039 // Make sure last array element is empty as a result. in ClearBreakPoint()
1226 Handle<Object> result; in CheckBreakPoint() local
1232 .ToHandle(&result)) { in CheckBreakPoint()
1236 return result->BooleanValue(isolate); in CheckBreakPoint()
/third_party/nghttp2/src/
H A Dhttp2.cc1831 auto result = make_byte_ref(balloc, path.size() + 1);
1832 auto p = result.base;
1862 return path_join(balloc, StringRef{}, StringRef{}, StringRef{result.base, p},
1878 auto result = make_byte_ref(balloc, path.size() + 1);
1879 auto p = result.base;
1909 return path_join(balloc, StringRef{}, StringRef{}, StringRef{result.base, p},
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y146 unsigned result;
225 %type <result> resultBinding resultColBinding
1851 yyerror(& @2, state, "invalid program result name");
1860 yyerror(& @2, state, "invalid program result name");
1873 yyerror(& @2, state, "invalid program result name");
1882 yyerror(& @2, state, "invalid program result name");
1891 yyerror(& @2, state, "invalid program result name");
1917 yyerror(& @1, state, "invalid program result name");
1926 * "result.color[n]" will fail to load, and only
1927 * "result
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp113 static void mergeTimeZoneKey(const UnicodeString& mzID, char* result);
430 // then we need to get result as UTF16 code units. in search()
1209 name.setToBogus(); // cleanup result. in getMetaZoneDisplayName()
1235 name.setToBogus(); // cleanup result. in getTimeZoneDisplayName()
1261 name.setToBogus(); // cleanup result. in getExemplarLocationName()
1285 static void mergeTimeZoneKey(const UnicodeString& mzID, char* result) { in mergeTimeZoneKey() argument
1287 result[0] = '\0'; in mergeTimeZoneKey()
1295 uprv_memcpy((void *)result, (void *)gMZPrefix, prefixLen); in mergeTimeZoneKey()
1296 uprv_memcpy((void *)(result + prefixLen), (void *)mzIdChar, keyLen); in mergeTimeZoneKey()
1297 result[keyLe in mergeTimeZoneKey()
[all...]

Completed in 68 milliseconds

1...<<631632633634635636637638639640>>...709