/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component_utils.cpp | 55 Component *child = const_cast<Component *>(rootComponent->GetChildHead()); in ReleaseComponents() local
|
/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | grid_layout.cpp | 24 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 D | IntfContainerObserverTest.cpp | 103 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 D | flat_container.cpp | 104 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 D | rs_proxy_node.cpp | 99 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 D | all-dwarf-ranges.c | 60 Dwarf_Die child; in walk_tree() local
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usb_obj.c | 107 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 D | heap-inl.h | 73 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 D | handle-scope-allocator.c | 121 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 D | nir_lower_to_source_mods.c | 165 nir_instr *child = child_src->parent_instr; in nir_lower_to_source_mods_block() local
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-uaf-check.c | 34 static int child(void) in child() function
|
H A D | malloc-overflow-check.c | 33 static int child(void) in child() function
|
/third_party/musl/src/thread/ |
H A D | pthread_atfork.c | 14 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 D | hugemmap08.c | 44 pid_t child; in test_chunk_overcommit() local
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
H A D | starvation.c | 74 static void child(void) in child() function
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
H A D | clock_gettime03.c | 54 static void child(struct time64_variants *tv, struct tcase *tc) in child() function
|
/third_party/ltp/testcases/kernel/syscalls/flock/ |
H A D | flock04.c | 28 static void child(int opt, int should_pass, char *lock) in child() function
|
/third_party/ltp/testcases/kernel/syscalls/setpgid/ |
H A D | setpgid01.c | 94 static int wait4child(pid_t child) in wait4child() argument
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_ns06.c | 48 static int child(void *arg LTP_ATTRIBUTE_UNUSED) in child() function
|
H A D | ioctl_ns05.c | 47 static int child(void *arg LTP_ATTRIBUTE_UNUSED) in child() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 2-1.c | 66 pid_t child, ctl; in main() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | graph.c | 66 struct basic_block *child; in graph_ep() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
H A D | 6-1.c | 189 pthread_t child; in main() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | optimize.c | 129 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 D | pthread_atfork.c | 50 static void child(void) in child() function
|