Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...42

/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
/third_party/ltp/testcases/kernel/syscalls/setpgid/
H A Dsetpgid01.c94 static int wait4child(pid_t child) in wait4child() argument
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns06.c48 static int child(void *arg LTP_ATTRIBUTE_UNUSED) in child() function
H A Dioctl_ns05.c47 static int child(void *arg LTP_ATTRIBUTE_UNUSED) in child() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D2-1.c66 pid_t child, ctl; in main() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dgraph.c66 struct basic_block *child; in graph_ep() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D6-1.c189 pthread_t child; in main() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Doptimize.c129 gpir_alu_node *child = gpir_node_to_alu(alu->children[0]); in optimize_not() local
136 gpir_alu_node *child = gpir_node_to_alu(alu->children[0]); in optimize_not() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_atfork.c50 static void child(void) in child() function

Completed in 12 milliseconds

1...<<11121314151617181920>>...42