Home
last modified time | relevance | path

Searched defs:child (Results 251 - 275 of 1102) sorted by relevance

1...<<11121314151617181920>>...45

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar.cpp35 void DOMToolBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
40 void DOMToolBar::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
59 void DOMToolBar::AddChildNode(const RefPtr<DOMNode>& child, int32_t slot, bool isRebuild) in AddChildNode() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dnavigator_model_impl.cpp26 RefPtr<OHOS::Ace::Component> child; in Create() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp151 auto child = frameNode_->GetChildByIndex(index); in HWTEST_F() local
187 auto child = frameNode_->GetChildByIndex(index); in HWTEST_F() local
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation.cpp181 RefPtr<Component> DialogModalComponent::Create(RefPtr<Component> child) in Create() argument
175 Create( RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) Create() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_content_modifier.cpp23 ArkUI_Int32 AddChild(ArkUINodeContentHandle content, ArkUINodeHandle child) in AddChild() argument
33 ArkUI_Int32 InsertChild(ArkUINodeContentHandle content, ArkUINodeHandle child, ArkUI_Int32 position) in InsertChild() argument
43 ArkUI_Int32 RemoveChild(ArkUINodeContentHandle content, ArkUINodeHandle child) in RemoveChild() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group_element.cpp57 const auto& child = *itChild; in UpdateChildren() local
H A Drender_context.h43 virtual bool IsIntersectWith(const RefPtr<RenderNode>& child, Offset& offset) { return true; } in IsIntersectWith() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_item_composed_element.cpp119 auto child = GetInspectorComposedElement(); in UpdateChildWithSlot() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_utils.cpp55 Component *child = const_cast<Component *>(rootComponent->GetChildHead()); in ReleaseComponents() local
/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp24 UIView* child = childrenHead_; in LayoutChildren() local
51 UIView* child = childrenHead_; in LayoutHorizontal() local
85 UIView* child = childrenHead_; LayoutVertical() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerObserverTest.cpp103 auto child = CreateTestType<IObject>("DirectChild"); in HWTEST_F() local
123 auto child = CreateTestType<IObject>("Descendant"); in HWTEST_F() local
154 auto child = CreateTestType<IObject>("DescendantChild"); in HWTEST_F() local
195 auto child = CreateTestType<IObject>("Descendant"); HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dflat_container.cpp104 bool FlatContainer::Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith, bool addAlways) in Replace() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_proxy_node.cpp99 void RSProxyNode::AddChild(std::shared_ptr<RSBaseNode> child, int index) in AddChild() argument
104 void RSProxyNode::RemoveChild(std::shared_ptr<RSBaseNode> child) in RemoveChild() argument
/third_party/elfutils/tests/
H A Dall-dwarf-ranges.c60 Dwarf_Die child; in walk_tree() local
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_obj.c107 struct usb_obj *child; in usbobj_find() local
184 struct usb_obj *child, *tmp; in usbobj_for_each_child() local
/third_party/libuv/src/
H A Dheap-inl.h73 heap_node_swap(struct heap* heap, struct heap_node* parent, struct heap_node* child) heap_node_swap() argument
111 struct heap_node** child; HEAP_EXPORT() local
156 struct heap_node* child; HEAP_EXPORT() local
[all...]
/third_party/jerryscript/jerry-ext/handle-scope/
H A Dhandle-scope-allocator.c121 jerryx_handle_scope_dynamic_t *child = ((jerryx_handle_scope_dynamic_t *) scope)->child; in jerryx_handle_scope_get_child() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_to_source_mods.c165 nir_instr *child = child_src->parent_instr; in nir_lower_to_source_mods_block() local
/third_party/musl/libc-test/src/regression/
H A Dmalloc-uaf-check.c34 static int child(void) in child() function
H A Dmalloc-overflow-check.c33 static int child(void) in child() function
/third_party/musl/src/thread/
H A Dpthread_atfork.c14 void (*child)(void); member
45 int pthread_atfork_for_gwpasan(void (*prepare)(void), void (*parent)(void), void (*child)(void)) in pthread_atfork_for_gwpasan() argument
59 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(voi argument
[all...]
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap08.c44 pid_t child; in test_chunk_overcommit() local
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
H A Dstarvation.c74 static void child(void) in child() function
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dclock_gettime03.c54 static void child(struct time64_variants *tv, struct tcase *tc) in child() function
/third_party/ltp/testcases/kernel/syscalls/flock/
H A Dflock04.c28 static void child(int opt, int should_pass, char *lock) in child() function

Completed in 11 milliseconds

1...<<11121314151617181920>>...45