| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_render_node.cpp | 226 void RSRenderNode::AddChild(SharedPtr child, int index) in AddChild() argument 243 children_.emplace(std::next(children_.begin(), index), child); AddChild() local 268 MoveChild(SharedPtr child, int index) MoveChild() argument 283 children_.emplace(std::next(children_.begin(), index), child); MoveChild() local 290 RemoveChild(SharedPtr child, bool skipTransition) RemoveChild() argument 372 auto child = weakChild.lock(); SetIsOnTheTree() local 422 AddCrossParentChild(const SharedPtr& child, int32_t index) AddCrossParentChild() argument 435 children_.emplace(std::next(children_.begin(), index), child); AddCrossParentChild() local 447 RemoveCrossParentChild(const SharedPtr& child, const WeakPtr& newParent) RemoveCrossParentChild() argument 485 auto child = shared_from_this(); RemoveFromTree() local 505 auto child = childWeakPtr.lock(); ClearChildren() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_main_thread.cpp | 3407 auto child = *it; DoParallelComposition() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
| H A D | rs_node.cpp | 2528 void RSNode::AddChild(SharedPtr child, int index) in AddChild() argument 2576 MoveChild(SharedPtr child, int index) MoveChild() argument 2605 RemoveChild(SharedPtr child) RemoveChild() argument 2643 AddCrossParentChild(SharedPtr child, int index) AddCrossParentChild() argument 2676 RemoveCrossParentChild(SharedPtr child, NodeId newParentId) RemoveCrossParentChild() argument [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 1463 void InheritQualifiers(glslang::TQualifier& child, const glslang::TQualifier& parent) in InheritQualifiers() argument 4033 TIntermNode* child = *c; visitSwitch() local [all...] |
| /third_party/libinput/test/ |
| H A D | litest.c | 121 pid_t parent, child; in litest_backtrace() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator.cc | 536 LiveRange* child = zone->New<LiveRange>(new_id, representation(), TopLevel()); in SplitAt() local 640 LiveRange* child in UpdateParentForAllChildren() local 923 LiveRange* child = last_child_covers_; GetChildCovers() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-comparison.cc | 11569 diff* child = *i; visit_end() local [all...] |
| H A D | abg-dwarf-reader.cc | 5208 Dwarf_Die child; in build_die_parent_relations_under() local [all...] |
| /third_party/python/Lib/test/ |
| H A D | _test_multiprocessing.py | 5056 def child(cls, n, conn): global() member in TestForkAwareThreadLock [all...] |
| /third_party/python/Objects/ |
| H A D | typeobject.c | 4681 compatible_with_tp_base(PyTypeObject *child) in compatible_with_tp_base() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ParseContext.cpp | 5875 createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TFunction *func) createUnaryMath() argument 5934 addUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc) addUnaryMath() argument 5945 addUnaryMathLValue(TOperator op, TIntermTyped *child, const TSourceLoc &loc) addUnaryMathLValue() argument [all...] |
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| H A D | fair.c | 8692 struct sched_domain *child = sd->child; in update_group_capacity() local 9514 struct sched_domain *child = env->sd->child; update_sd_lb_stats() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 8686 struct device_node *child; in vop2_bind() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 8805 struct device_node *child; in vop2_bind() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | frame_node.cpp | 223 auto child in GetFrameNodeByIndex() local 2526 const auto& child = iter->Upgrade(); IsOutOfTouchTestRegion() local 2684 const auto& child = iter->Upgrade(); TouchTest() local 2914 const auto& child = childWeak->Upgrade(); GetResponseRegionListByTraversal() local 2942 CheckChildHitTestReslut(HitTestResult childHitResult, const RefPtr<OHOS::Ace::NG::FrameNode>& child, bool& preventBubbling, bool& consumed, bool isExclusiveEventForChild) CheckChildHitTestReslut() argument 2989 const auto& child = iter->Upgrade(); AxisTest() local 4397 auto child = frameProxy_->GetFrameNodeByIndex(index, true, isCache, addToRenderTree); GetOrCreateChildByIndex() local 4837 const auto& child = iter->Upgrade(); CollectTouchInfos() local 4872 const auto& child = iter->Upgrade(); GetDispatchFrameNode() local 5501 auto child = AceType::DynamicCast<FrameNode>(host->GetChildByIndex(i)); GetValidLeafChildNumber() local 5718 std::unique_ptr<JsonValue> child = JsonUtil::Create(true); DumpOnSizeChangeInfo() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | overlay_manager.cpp | 6357 auto child = root->GetLastChild(); MarkDirtyOverlay() local 6373 auto child = root->GetLastChild(); CheckPageNeedAvoidKeyboard() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | rosen_render_context.cpp | 3953 MoveFrame(FrameNode* , const RefPtr<FrameNode>& child, int32_t index) global() argument 5176 auto child = rosenRenderContext->GetRSNode(); global() local 5185 auto child = rosenRenderContext->GetRSNode(); global() local 6554 auto child = JsonUtil::Create(true); global() local 6562 auto child = JsonUtil::Create(true); global() local 6569 auto child = JsonUtil::Create(true); global() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
| H A D | pipeline_context.cpp | 2546 auto& child = *iter; in FindNavigationNodeToHandleBack() local 4673 auto child = nodeInfo->GetChild(); in RestoreNodeInfo() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_pattern.cpp | 4413 void WebPattern::ParseNWebViewDataNode(std::unique_ptr<JsonValue> child, in ParseNWebViewDataNode() argument 4459 ParseNWebViewDataCommonField(std::unique_ptr<JsonValue> child, ViewDataCommon& viewDataCommon) ParseNWebViewDataCommonField() argument 4499 auto child = object->GetChild(); ParseNWebViewDataJson() local 5719 HandleScrollVelocity(float velocity, const RefPtr<NestableScrollContainer>& child) HandleScrollVelocity() argument 5747 OnScrollStartRecursive(WeakPtr<NestableScrollContainer> child, float position, float velocity) OnScrollStartRecursive() argument [all...] |
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui.cpp | 3647 ImGuiWindow* child = window->DC.ChildWindows[i]; in AddWindowToSortBuffer() local 3694 ImGuiWindow* child = window->DC.ChildWindows[i]; AddWindowToDrawData() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_pattern.cpp | 7160 auto child = jsonObject->GetChild(); in OnBackPressed() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui.cpp | 4294 ImGuiWindow* child = window->DC.ChildWindows[i]; AddWindowToSortBuffer() local 4345 ImGuiWindow* child = window->DC.ChildWindows[i]; AddWindowToDrawData() local [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 5002 int child, root = start; in mz_zip_reader_sort_central_dir_offsets_by_filename() local 5020 int child, roo in mz_zip_reader_sort_central_dir_offsets_by_filename() local [all...] |
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 9832 const i::ProfileNode* child = in GetChild() local
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 38806 let mut child = self.descend(); correct_parent_link() variables 44833 let mut child = 2 * hole.pos() + 1; sift_down_range() variables 44892 let mut child = 2 * hole.pos() + 1; sift_down_to_bottom() variables [all...] |