Home
last modified time | relevance | path

Searched refs:result (Results 22126 - 22150 of 26081) sorted by relevance

1...<<881882883884885886887888889890>>...1044

/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H A Dksz884x.c5451 int result = 0; in netdev_ioctl() local
5466 result = -EIO; in netdev_ioctl()
5475 result = -EPERM; in netdev_ioctl()
5477 result = -EIO; in netdev_ioctl()
5484 result = -EOPNOTSUPP; in netdev_ioctl()
5489 return result; in netdev_ioctl()
6552 int result; in pcidev_init() local
6556 result = pcim_enable_device(pdev); in pcidev_init()
6557 if (result) in pcidev_init()
6558 return result; in pcidev_init()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp3068 , m_result () // \note no per-iteration result logging (only one iteration) in DrawTest()
3086 , m_result (testCtx.getLog(), "Iteration result: ") in DrawTest()
3520 static bool edgeRelaxedImageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, const tcu::IVec3& renderTargetThreshold, int maxAllowedInvalidPixels) in edgeRelaxedImageCompare() argument
3522 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight()); in edgeRelaxedImageCompare()
3545 const tcu::RGBA screenPixel = result.getPixel(x, y); in edgeRelaxedImageCompare()
3547 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.) in edgeRelaxedImageCompare()
3552 // pixel valid, write greenish pixels to make the result image easier to read in edgeRelaxedImageCompare()
3567 const bool isOkReferenceCoverage = pixelNeighborhoodContainsCoverage(result, x, y, referenceCoverage); // Check reference pixel against screen pixel in edgeRelaxedImageCompare()
3572 // pixel valid, write greenish pixels to make the result imag in edgeRelaxedImageCompare()
3615 intersectionRelaxedLineImageCompare(tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, int maxAllowedInvalidPixels) intersectionRelaxedLineImageCompare() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/
H A Dsample_xcomponent.cpp162 int result = munmap(mappedAddr_, bufferHandle_->size); in DisPlay() local
163 if (result == -1) { in DisPlay()
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/samples/
H A Dsample_xcomponent.cpp174 int result = munmap(mappedAddr_, bufferHandle_->size); in DisPlay() local
175 if (result == -1) { in DisPlay()
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp139 int result = munmap(mappedAddr_, bufferHandle_->size); in DisPlay() local
140 if (result == -1) { in DisPlay()
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A DNativeImageAdaptor.cpp392 int result = munmap(mappedAddr, handle->size); in ProduceBuffer() local
393 if (result == -1) { in ProduceBuffer()
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.cpp248 XCOLLIE_LOGI("hisysevent write result=%{public}d, send event [FRAMEWORK,%{public}s], msg=%{public}s", in SendEvent()
289 int result = HiSysEventWrite(HiSysEvent::Domain::FRAMEWORK, eventName, HiSysEvent::EventType::FAULT, "PID", pid, in SendXCollieEvent() local
292 XCOLLIE_LOGI("hisysevent write result=%{public}d, send event [FRAMEWORK,%{public}s], " in SendXCollieEvent()
293 "msg=%{public}s", result, eventName.c_str(), keyMsg.c_str()); in SendXCollieEvent()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp199 auto result = AshMemUtils::WriteBulkData(msgParcel, from); in HWTEST_F() local
200 ASSERT_TRUE(result != nullptr); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp297 auto result = processCollector->GetMemCgProcesses(); in StoreProcessDatas() local
300 StoreProcessData(cpuCollectionInfo, result.data); in StoreProcessDatas()
374 HIVIEW_LOGE("failed to get result set from db query"); in GetStoredSysVersion()
379 HIVIEW_LOGE("failed to read row entity from result set"); in GetStoredSysVersion()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp268 bool result = HilogImplParseValue(thisVal, args, argsNum, &params); in HilogImpl() local
269 if (!result) { in HilogImpl()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp161 if (int result = PrepareUncompressedFile(parentPath, restore)) { in Init()
162 return result; in Init()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp191 bool TddUtil::ExecuteCmd(const std::string &cmd, std::string &result) in ExecuteCmd() argument
206 result = output.str(); in ExecuteCmd()
/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability.h215 int fenceId, GeofenceOperateType type, GeofenceOperateResult result);
228 static void SaDumpInfo(std::string& result);
/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h157 LocationErrCode ReportLocationStatus(sptr<ILocatorCallback>& callback, int result);
158 LocationErrCode ReportErrorStatus(sptr<ILocatorCallback>& callback, int result);
/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h218 ResultSet(ResultSet &&result);
219 ResultSet& operator = (ResultSet &&result);
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_utils.cpp394 errno_t result = memset_s(&zipInfo, sizeof(zipInfo), 0, sizeof(zipInfo)); in ZipTraceFile() local
395 if (result != EOK) { in ZipTraceFile()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
H A Dfaultloggerdserver_fuzzer.cpp113 requst.result = 1; in InitStatsRequests()
122 requst.result = 1; in InitStatsRequests()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp67 void CharPtrToVector(char** charPtr, int size, std::vector<std::string> &result) in CharPtrToVector() argument
70 result.push_back(std::string(charPtr[i])); in CharPtrToVector()
/base/powermgr/battery_statistics/services/native/src/entities/
H A Dbluetooth_entity.cpp445 void BluetoothEntity::DumpInfo(std::string& result, int32_t uid) in DumpInfo() argument
449 result.append("Bluetooth dump:\n") in DumpInfo()
/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_service_test.cpp265 bool result = DisplayPowerMgrClient::GetInstance().RegisterCallback(nullptr); in HWTEST_F() local
266 EXPECT_EQ(result, false); in HWTEST_F()
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_dump_test.cpp251 int32_t result = 1; in HWTEST_F() local
256 "TARGET_ABILITY", targetAbility, "CALLING_APP_UID", callAppUid, "RESULT", result); in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp463 std::string result = event->Dump(); in HWTEST_F() local
464 EXPECT_EQ("Event { No handler }\n", result); in HWTEST_F()
/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp349 string result = ""; in HWTEST_F() local
350 service_->SaDumpInfo(result); in HWTEST_F()
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp381 packet >> event.networkId >> event.remoteNetworkId >> event.result; in OnReplySubscribeLocation()
395 packet >> event.networkId >> event.remoteNetworkId >> event.result; in OnReplyUnSubscribeLocation()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp330 auto result = key.find(std::to_string(userId)); in GetAllDoNotDisturbProfiles() local
331 if (result != std::string::npos) { in GetAllDoNotDisturbProfiles()

Completed in 46 milliseconds

1...<<881882883884885886887888889890>>...1044