Home
last modified time | relevance | path

Searched defs:child (Results 1076 - 1100 of 1102) sorted by relevance

1...<<4142434445

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp226 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 Drs_main_thread.cpp3407 auto child = *it; DoParallelComposition() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2528 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 DGlslangToSpv.cpp1463 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 Dlitest.c121 pid_t parent, child; in litest_backtrace() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc536 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 Dabg-comparison.cc11569 diff* child = *i; visit_end() local
[all...]
H A Dabg-dwarf-reader.cc5208 Dwarf_Die child; in build_die_parent_relations_under() local
[all...]
/third_party/python/Lib/test/
H A D_test_multiprocessing.py5056 def child(cls, n, conn): global() member in TestForkAwareThreadLock
[all...]
/third_party/python/Objects/
H A Dtypeobject.c4681 compatible_with_tp_base(PyTypeObject *child) in compatible_with_tp_base() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp5875 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 Dfair.c8692 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 Drockchip_drm_vop2.c8686 struct device_node *child; in vop2_bind() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c8805 struct device_node *child; in vop2_bind() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp223 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 Doverlay_manager.cpp6357 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 Drosen_render_context.cpp3953 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 Dpipeline_context.cpp2546 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 Dweb_pattern.cpp4413 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 Dimgui.cpp3647 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 Dtext_field_pattern.cpp7160 auto child = jsonObject->GetChild(); in OnBackPressed() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp4294 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 Dtinyexr.h5002 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 Dapi.cc9832 const i::ProfileNode* child = in GetChild() local
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs38806 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...]

Completed in 307 milliseconds

1...<<4142434445