Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Darm_exidx_test.cpp166 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
186 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
206 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
227 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
250 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
273 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
296 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
321 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
348 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
370 std::shared_ptr<RegLocState> rs = std::make_shared<RegLocState>(); variable
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_group_mgr_test.cpp112 auto rs = windowGroupMgr_->MoveMissionsToForeground({1, 2, 3}, 2); variable
126 auto rs = windowGroupMgr_->MoveMissionsToBackground({1, 2, 3}, moveRs); variable
H A Dwindow_manager_service_test.cpp193 WMError rs = wms->MoveMissionsToForeground({}, -1); variable
206 WMError rs = wms->MoveMissionsToBackground({}, moveRs); variable
1036 int32_t rs = wmsHandler_->MoveMissionsToBackground({}, moveRs); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_ext_node_operation_test.cpp37 auto& rs = RSExtNodeOperation::GetInstance(); variable
H A Drs_ui_share_context_test.cpp37 auto& rs = RSUIShareContext::GetInstance(); variable
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_pipeline.h120 uint8x8_t rs = NeonLerp(r0, r1, a1); in NeonPreLerpARGB8888() local
140 uint8x8_t rs = NeonPreLerp(r0, r1, a1); in NeonPrelerpARGB8888() local
161 uint8x8_t rs = NeonPreLerp(r0, r1, a1); in NeonPrelerpARGB8888() local
187 uint8x8_t rs = NeonPreLerp(r0, r1, a1); in NeonPrelerpARGB8888() local
210 uint8x8_t rs = NeonPreLerp(r0, r1, a1); in NeonPrelerpARGB8888() local
231 uint8x8_t rs = NeonLerp(r0, r1, a1); in NeonLerpARGB8888() local
251 uint8x8_t rs = NeonLerp(r0, r1, a1); in NeonLerpARGB8888() local
272 uint8x8_t rs = NeonLerp(r0, r1, a1); in NeonLerpARGB8888() local
298 uint8x8_t rs = NeonLerp(r0, r1, a1); in NeonLerpARGB8888() local
321 uint8x8_t rs = NeonLerp(r0, r1, a1); in NeonLerpARGB8888() local
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dmulti_workgroup.cpp87 IntervalReply rs; in CreateRSWorkGroup() local
132 IntervalReply rs; in JoinRSWorkGroup() local
295 IntervalReply rs; in WorkgroupJoin() local
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_svc_intf_test.cpp43 IntervalReply rs; in QueryInterval() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/screen_manager/
H A Drs_screen_hdr_capability_test.cpp75 RSScreenHDRCapability rs(1.f, 1.f, 1.f, formats); variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_config_impl.cpp146 RState rs = temp->CopyFromLocaleInfo(other.GetLocaleInfo()); in CopyLocale() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp628 auto rs = Drawing::Rect(x, y, x + startArcWidth, y + startArcHeight); in DrawTopBorder() local
656 auto rs = Drawing::Rect(x - startArcWidth, y, x, y + startArcHeight); in DrawRightBorder() local
683 auto rs = in DrawBottomBorder() local
711 auto rs = in DrawLeftBorder() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_section.cpp117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs) in Step()
H A Dunwinder.cpp225 std::shared_ptr<RegLocState> rs = nullptr; member
913 std::shared_ptr<RegLocState> rs = nullptr; in StepInner() local
1084 bool Unwinder::Impl::Apply(std::shared_ptr<DfxRegs> regs, std::shared_ptr<RegLocState> rs) in Apply()
H A Darm_exidx.cpp364 bool ArmExidx::Step(uintptr_t entryOffset, std::shared_ptr<RegLocState> rs) in Step()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp318 std::shared_ptr<RSTransaction> rs; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp319 void SetCullMode(const GraphicsState::RasterizationState& rs) in SetCullMode()
339 void SetFrontFace(const GraphicsState::RasterizationState& rs) in SetFrontFace()
354 void SetPolygonMode(const GraphicsState::RasterizationState& rs) in SetPolygonMode()
2794 const auto& rs = graphicsState.rasterizationState; in PrimeCache() local
2951 const auto& rs = graphicsState.rasterizationState; in UpdateRasterizationState() local
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp164 const camera_rational_t rs[] = { in TestManualExposure() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.cpp331 if (IRenderSystem* rs = GetSystem<IRenderSystem>(ecs); rs) { in GetRenderNodeGraphs() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/
H A Drender_node_scene_util.cpp169 const RenderScene& rs = dsScene->GetScene(); in GetSceneRenderDataStores() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp318 RState rs = temp->CopyFromLocaleInfo(otherLocaleInfo); in CopyLocale() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_client_branch_test.cpp556 std::vector<int32_t> rs; variable
571 std::vector<int32_t> rs; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_second_test/
H A Dability_manager_service_second_test.cpp1285 std::vector<int32_t> rs; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/
H A Dability_manager_proxy_test.cpp1535 std::vector<int32_t> rs; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… argument
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… argument

12