/third_party/ffmpeg/libavformat/ |
H A D | rawutils.h | 46 * Use 0 for the ret parameter to check for side data only. 49 * @param ret return value from ff_reshuffle_raw_rgb(), or 0 54 int ff_get_packet_palette(AVFormatContext *s, AVPacket *pkt, int ret, uint32_t *palette);
|
/third_party/libunwind/libunwind/src/x86/ |
H A D | longjmp.S | 35 ret
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
H A D | tri_vs_4_0.h | 33 ret
|
/third_party/musl/src/process/i386/ |
H A D | vfork.s | 12 ret
|
/third_party/musl/src/math/x32/ |
H A D | acosl.s | 16 ret
|
/third_party/musl/src/thread/i386/ |
H A D | tls.s | 9 ret
|
/third_party/musl/src/math/x86_64/ |
H A D | acosl.s | 16 ret
|
/third_party/musl/libc-test/src/functionalext/supplement/search/ |
H A D | hcreate_r.c | 29 int ret; in hcreate_r_0100() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
H A D | passthroughdepth2d11ps.h | 41 ret
|
H A D | buffertotexture11_ps_4f.h | 57 ret
|
H A D | buffertotexture11_ps_4ui.h | 37 ret
|
H A D | buffertotexture11_ps_4i.h | 37 ret
|
H A D | clearfloat11ps1.h | 49 ret
|
H A D | clearsint11ps1.h | 49 ret
|
H A D | passthroughrgba3d11ps.h | 40 ret
|
H A D | clearuint11ps1.h | 49 ret
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | upnp_xml.h | 23 enum http_reply_code *ret);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | upnp_xml.h | 23 enum http_reply_code *ret);
|
/drivers/hdf_core/framework/model/display/driver/panel/ |
H A D | ili9881_st_5p5.c | 494 int32_t ret;
in PanelPrepare() local 498 ret = regulator_enable(panel_dev->supply);
in PanelPrepare() 499 if (ret < 0) {
in PanelPrepare() 500 HDF_LOGE("failed to enable supply: %d\n", ret);
in PanelPrepare() 501 return ret;
in PanelPrepare() 521 ret = PanelSendCmds(panel_dev->dsiDev, g_panelOnCode, \
in PanelPrepare() 523 if (ret != HDF_SUCCESS) {
in PanelPrepare() 536 int32_t ret;
in PanelUnprepare() local 541 ret = PanelSendCmds(panel_dev->dsiDev, g_panelOffCode, \
in PanelUnprepare() 543 if (ret ! in PanelUnprepare() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 98 bool ret = bundleMgr->GetBundleInfo(bundleName, FLAGS, bundleInfo, AppExecFwk::Constants::ALL_USERID);
in SaveStorageDistributeInfo() local 99 if (!ret || !IsContinuable(bundleInfo)) {
in SaveStorageDistributeInfo() 100 HILOGW("GetBundleInfo of %{public}s failed:%{public}d or cannot be continued", bundleName.c_str(), ret);
in SaveStorageDistributeInfo() 122 ret = InnerSaveStorageDistributeInfo(
in SaveStorageDistributeInfo() 124 if (!ret) {
in SaveStorageDistributeInfo() 219 bool ret = bundleMgr->GetBundleInfo(bundleName, FLAGS, bundleInfo, AppExecFwk::Constants::ALL_USERID);
in DeleteStorageDistributeInfo() local 220 if (ret) {
in DeleteStorageDistributeInfo() 396 bool ret = DealGetBundleName(networkId, bundleNameId, bundleName);
in GetDistributedBundleName() local 397 if (!ret || bundleName == "") {
in GetDistributedBundleName() 398 HILOGE("get bundleName failed: %{public}d", ret);
in GetDistributedBundleName() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow.cpp | 246 bool ret = scrollable_->IsMotionStop(); in IsChildrenTouchEnable() local 247 return ret; in IsChildrenTouchEnable() 869 bool ret = true; in IsAxisScrollable() local 874 ret = false; in IsAxisScrollable() 880 ret = false; in IsAxisScrollable() 886 ret = false; in IsAxisScrollable() 892 ret = false; in IsAxisScrollable() 896 ret = false; in IsAxisScrollable() 900 ret = false; in IsAxisScrollable() 902 return ret; in IsAxisScrollable() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_add_test_ng.cpp | 56 return ret; 60 return ret; 64 return ret; 68 return ret; 70 int ret = -1; member in OHOS::NWeb::MockNWebSelectMenuBound 359 return ret; in GetType() 392 NWeb::DateTimeChooserType ret = NWeb::DateTimeChooserType::DTC_DATE; member in OHOS::OHOS::Ace::NG::NWebDateTimeChooserTestImpl 504 EXPECT_NE(chooser->ret, NWeb::DTC_TIME); in HWTEST_F() 528 auto ret = webPattern->GetSelectPopupPostion(nWebSelect); in HWTEST_F() local 529 EXPECT_EQ(ret in HWTEST_F() [all...] |
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/ |
H A D | avsessionservice_fuzzer.cpp | 263 uint32_t ret = service->CreateControllerInner(avSessionItem->GetSessionId(), avControllerItemObj); in AvSessionServiceControllerTest() local 264 if (ret != AVSESSION_SUCCESS) { in AvSessionServiceControllerTest() 685 int32_t ret = AVSESSION_SUCCESS; in ReportStartCastEnd001() local 688 avsessionService_->ReportStartCastEnd(func, outputDeviceInfo, uid, ret); in ReportStartCastEnd001() 696 int32_t ret = AVSESSION_ERROR; in ReportStartCastEnd002() local 699 avsessionService_->ReportStartCastEnd(func, outputDeviceInfo, uid, ret); in ReportStartCastEnd002() 947 int32_t ret = avsessionService_->OnRemoteRequest(code, dataMessageParcelForSession, in OnRemoteRequestForSessionStub() local 949 return ret; in OnRemoteRequestForSessionStub() 977 int32_t ret = avsessionService_->OnRemoteRequest(code, dataMessageParcel, reply, option); in OnRemoteRequest() local 978 return ret; in OnRemoteRequest() [all...] |
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 382 auto ret = CopySurfaceBufferToPixelMap(surfaceBuffer, pixelMap, pixelMapInfo); in CreatePixelMapFromSurfaceBuffer() local 383 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, nullptr, "CopySurfaceBufferToPixelMap failed"); in CreatePixelMapFromSurfaceBuffer() 421 auto ret = memcpy_s(dstPtr, lineByteCount, srcPtr, lineByteCount); in CopySurfaceBufferToPixelMap() local 422 TRUE_LOG(ret != EOK, MEDIA_LOGW, "Memcpy Y component failed."); in CopySurfaceBufferToPixelMap() 431 auto ret = memcpy_s(dstPtr, lineByteCount, srcPtr, lineByteCount); in CopySurfaceBufferToPixelMap() local 432 TRUE_LOG(ret != EOK, MEDIA_LOGW, "Memcpy UV component failed."); in CopySurfaceBufferToPixelMap() 547 int32_t ret = impl->Init(); in CreateAVMetadataHelper() local 548 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, nullptr, "failed to init AVMetadataHelperImpl"); in CreateAVMetadataHelper() 608 int32_t ret = HiSysEventWrite( in ReportSceneCode() local 611 if (ret ! in ReportSceneCode() [all...] |
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 290 auto ret = SettingDataShare::GetInstance(MULTIMODAL_INPUT_SERVICE_ID) in CreateBubbleObserver() 292 if (ret != RET_OK) { in CreateBubbleObserver() 302 ErrCode ret = SettingDataShare::GetInstance(MULTIMODAL_INPUT_SERVICE_ID). in CreateBubbleObserver() local 304 if (ret != ERR_OK) { in CreateBubbleObserver() 305 MMI_HILOGE("Register setting observer failed, ret=%{public}d", ret); in CreateBubbleObserver() 317 auto ret = SettingDataShare::GetInstance(MULTIMODAL_INPUT_SERVICE_ID) in CreatePointerObserver() 319 if (ret != RET_OK) { in CreatePointerObserver() 329 ErrCode ret = SettingDataShare::GetInstance(MULTIMODAL_INPUT_SERVICE_ID).RegisterObserver(statusObserver); in CreatePointerObserver() local 330 if (ret ! in CreatePointerObserver() [all...] |