Home
last modified time | relevance | path

Searched defs:child (Results 1001 - 1025 of 1066) sorted by relevance

1...<<414243

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2651 bool SceneHolder::IsMultiMeshChild(const CORE3D_NS::ISceneNode* child) in IsMultiMeshChild() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp1267 auto child = GetRenderNode(args.Uint64(0)); in OnParallelRenderBegin() local
2004 const auto child = g_blinkSavedParentChildren[i]; OnParallelRenderBegin() local
2009 const auto child = g_blinkSavedParentChildren[i]; OnParallelRenderBegin() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c521 struct ra_interval *child = ir3_reg_interval_to_ra_interval(_child); interval_readd() local
2369 dummy_interval_readd(struct ir3_reg_ctx *ctx, struct ir3_reg_interval *parent, struct ir3_reg_interval *child) dummy_interval_readd() argument
[all...]
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c2378 fuse_lowlevel_notify_delete(struct fuse_session *se, fuse_ino_t parent, fuse_ino_t child, const char *name, size_t namelen) global() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c2373 struct expression *child = e->idx_expression; in convert_index() local
2384 struct expression *child = e->ident_expression; in convert_ident() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp3064 TIntermTyped *TParseContext::createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TType *funcReturnType) in createUnaryMath() argument
3109 addUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc) addUnaryMath() argument
3121 addUnaryMathLValue(TOperator op, TIntermTyped *child, const TSourceLoc &loc) addUnaryMathLValue() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh1855 unsigned int child = i; in apply() local
[all...]
/third_party/python/Modules/
H A D_elementtree.c814 PyObject* child = deepcopy(self->extra->children[i], memo); in _elementtree_Element___deepcopy___impl() local
945 PyObject *child = self->extra->children[i]; _elementtree_Element___getstate___impl() local
1031 PyObject *child = PyList_GET_ITEM(children, i); element_setstate_from_attributes() local
2624 treebuilder_add_subelement(PyObject *element, PyObject *child) treebuilder_add_subelement() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c374 struct device_node *child = NULL; in of_get_child_regulator() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c4890 struct device_node *child; in of_child_node_is_present() local
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c3194 struct device_node *child; in rockchip_pinctrl_child_count() local
3272 struct device_node *child; in rockchip_pinctrl_parse_functions() local
3313 struct device_node *child; in rockchip_pinctrl_parse_dt() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H A Dclk.h506 struct rockchip_clk_branch *child; member
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dclk.h602 struct rockchip_clk_branch *child; member
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/
H A Dclk.h602 struct rockchip_clk_branch *child; member
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2247 auto& child = *iter; in MouseHoverTest() local
3389 void RenderSwiper::OnChildAdded(const RefPtr<RenderNode>& child) in OnChildAdded() argument
3407 void RenderSwiper::OnChildRemoved(const RefPtr<RenderNode>& child) in OnChildRemoved() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp2407 bool SheetPresentationPattern::HandleScrollVelocity(float velocity, const RefPtr<NestableScrollContainer>& child) in GetSheetTypeWithAuto() argument
2300 OnScrollStartRecursive( WeakPtr<NestableScrollContainer> child, float position, float velocity) GetSheetTypeWithAuto() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp870 GetPreviewNodeTotalSize(const RefPtr<LayoutWrapper>& child, const Rect& menuWindowRect, RefPtr<LayoutWrapper>& previewLayoutWrapper, SizeF& size, bool isShowHoverImage) GetPreviewNodeTotalSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp1084 auto& child = *iter; in FireNavigationChange() local
1094 auto& child = *iter; in FireNavigationLifecycleChange() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp574 const auto& child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h325 virtual void OnChildAdded(const RefPtr<RenderNode>& child) in OnChildAdded() argument
332 virtual void OnChildRemoved(const RefPtr<RenderNode>& child) {} in OnChildRemoved() argument
967 auto& child = *iter; FindChildNodeOfClass() local
1015 const auto child = searchQueue.front(); FindChildOfClass() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3526 auto child = nodeInfo->GetChild(); in RestoreNodeInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp735 auto child = GetScrollOriginChild(); in OnTouchDown() local
2250 bool ScrollablePattern::HandleScrollVelocity(float velocity, const RefPtr<NestableScrollContainer>& child) in HandleScrollVelocity() argument
2373 void ScrollablePattern::OnScrollStartRecursive(WeakPtr<NestableScrollContainer> child, float position, float velocity) in OnScrollStartRecursive() argument
2380 OnScrollStartRecursiveInner( WeakPtr<NestableScrollContainer> child, float position, float velocity) OnScrollStartRecursiveInner() argument
3615 std::unique_ptr<JsonValue> child = JsonUtil::Create(true); DumpAdvanceInfo() local
3622 std::unique_ptr<JsonValue> child = JsonUtil::Create(true); DumpAdvanceInfo() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2562 auto child = GetCommonIndicatorNode(); CheckMarkDirtyNodeForRenderIndicator() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp251 ArkUI_Int32 AddChild(ArkUINodeHandle parent, ArkUINodeHandle child) in AddChild() argument
261 ArkUI_Int32 InsertChildAt(ArkUINodeHandle parent, ArkUINodeHandle child, int32_t position) in InsertChildAt() argument
271 void RemoveChild(ArkUINodeHandle parent, ArkUINodeHandle child) in RemoveChild() argument
276 ArkUI_Int32 InsertChildAfter(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildAfter() argument
297 ArkUI_Int32 InsertChildBefore(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildBefore() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp52 bool CheckRootNodeReadyToDraw(const std::shared_ptr<RSBaseRenderNode>& child) in CheckRootNodeReadyToDraw() argument
67 bool CheckScbReadyToDraw(const std::shared_ptr<RSBaseRenderNode>& child) in CheckScbReadyToDraw() argument
2607 const auto child = GetFirstChild(); HasOnlyOneRootNode() local
[all...]

Completed in 93 milliseconds

1...<<414243