| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_tool_bar.cpp | 35 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 D | navigator_model_impl.cpp | 26 RefPtr<OHOS::Ace::Component> child; in Create() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| H A D | grid_cache_layout_test_ng.cpp | 151 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 D | mock_animation.cpp | 181 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 D | node_content_modifier.cpp | 23 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 D | component_group_element.cpp | 57 const auto& child = *itChild; in UpdateChildren() local
|
| H A D | render_context.h | 43 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 D | list_item_composed_element.cpp | 119 auto child = GetInspectorComposedElement(); in UpdateChildWithSlot() local
|
| /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
|