Home
last modified time | relevance | path

Searched defs:child (Results 1051 - 1075 of 1096) sorted by relevance

1...<<41424344

/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...]
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_uni_render_visitor.cpp75 bool CheckRootNodeReadyToDraw(const std::shared_ptr<RSBaseRenderNode>& child) in CheckRootNodeReadyToDraw() argument
87 bool CheckScbReadyToDraw(const std::shared_ptr<RSBaseRenderNode>& child) in CheckScbReadyToDraw() argument
[all...]
H A Drs_main_thread.cpp3407 auto child = *it; DoParallelComposition() local
[all...]
/third_party/alsa-lib/src/
H A Dconf.c2142 snd_config_add(snd_config_t *parent, snd_config_t *child) snd_config_add() argument
2180 snd_config_add_after(snd_config_t *after, snd_config_t *child) snd_config_add_after() argument
2221 snd_config_add_before(snd_config_t *before, snd_config_t *child) snd_config_add_before() argument
2396 snd_config_t *child = snd_config_iterator_entry(i); snd_config_delete() local
2446 snd_config_t *child = snd_config_iterator_entry(i); snd_config_delete_compound_members() local
[all...]
/third_party/backends/sanei/
H A Dsanei_usb.c636 static xmlNode* sanei_xml_find_next_child_with_name(xmlNode* child, in sanei_xml_find_next_child_with_name() argument
/third_party/littlefs/
H A Dlfs.c4696 lfs_block_t child[2]; local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c2328 char child[PATH_MAX]; in cpuset_collides_exclusive() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1529 const struct glsl_type *child = glsl_get_array_element(type); in rewrite_64bit_type() local
/third_party/libfuse/include/
H A Dfuse_kernel.h959 uint64_t child; member
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc295 SetNamedAutoIndexReference(HeapGraphEdge::Type type, const char* description, HeapEntry* child, StringsStorage* names, HeapSnapshotGenerator* generator, ReferenceVerification verification) SetNamedAutoIndexReference() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp5034 auto &child = get<SPIRBlock>(to); flush_phi_required() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c4952 type_datum_t *child; in cil_check_type_bounds() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c870 struct task_group *parent, *child; in walk_tg_tree_from() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp6033 auto child = JsonUtil::Create(true); CreateNodeInfoJson() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3069 void TextPattern::UpdateContainerChildren(const RefPtr<UINode>& parentNode, const RefPtr<UINode>& child) in UpdateContainerChildren() argument
3178 void TextPattern::AddChildSpanItem(const RefPtr<UINode>& child) in AddChildSpanItem() argument
3210 AddImageToSpanItem(const RefPtr<UINode>& child) AddImageToSpanItem() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h116 virtual void MoveFrame(FrameNode* self, const RefPtr<FrameNode>& child, int32_t index) {} in MoveFrame() argument
/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

Completed in 118 milliseconds

1...<<41424344