/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 5451 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 D | glsDrawTest.cpp | 3068 , 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 D | sample_xcomponent.cpp | 162 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 D | sample_xcomponent.cpp | 174 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 D | sample_bitmap.cpp | 139 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 D | NativeImageAdaptor.cpp | 392 int result = munmap(mappedAddr, handle->size); in ProduceBuffer() local 393 if (result == -1) { in ProduceBuffer()
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_task.cpp | 248 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 D | sys_event_service_ohos_test.cpp | 199 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 D | cpu_storage.cpp | 297 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 D | hilog_module.cpp | 268 bool result = HilogImplParseValue(thisVal, args, argsNum, ¶ms);
in HilogImpl() local 269 if (!result) {
in HilogImpl()
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_persister.cpp | 161 if (int result = PrepareUncompressedFile(parentPath, restore)) { in Init() 162 return result; in Init()
|
/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
H A D | tdd_util.cpp | 191 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 D | gnss_ability.h | 215 int fenceId, GeofenceOperateType type, GeofenceOperateResult result); 228 static void SaDumpInfo(std::string& result);
|
/base/location/services/location_locator/locator/include/ |
H A D | locator_ability.h | 157 LocationErrCode ReportLocationStatus(sptr<ILocatorCallback>& callback, int result); 158 LocationErrCode ReportErrorStatus(sptr<ILocatorCallback>& callback, int result);
|
/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | sys_event_query.h | 218 ResultSet(ResultSet &&result); 219 ResultSet& operator = (ResultSet &&result);
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
H A D | trace_utils.cpp | 394 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 D | faultloggerdserver_fuzzer.cpp | 113 requst.result = 1; in InitStatsRequests() 122 requst.result = 1; in InitStatsRequests()
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_ffi.cpp | 67 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 D | bluetooth_entity.cpp | 445 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 D | display_power_mgr_service_test.cpp | 265 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 D | stats_dump_test.cpp | 251 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 D | lib_event_handler_event_test.cpp | 463 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 D | geo_convert_service_test.cpp | 349 string result = ""; in HWTEST_F() local 350 service_->SaDumpInfo(result); in HWTEST_F()
|
/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | dsoftbus_handler.cpp | 381 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 D | notification_preferences_info.cpp | 330 auto result = key.find(std::to_string(userId)); in GetAllDoNotDisturbProfiles() local 331 if (result != std::string::npos) { in GetAllDoNotDisturbProfiles()
|