Home
last modified time | relevance | path

Searched defs:child (Results 51 - 75 of 1036) sorted by relevance

12345678910>>...42

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D3-1.c52 pid_t child, ctl; in main() local
[all...]
H A D9-1.c53 pid_t child, ctl; in main() local
[all...]
H A D16-1.c62 pid_t child, ctl; in main() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dstart-child.c47 pid_t child; in pa_start_child_for_read() local
/third_party/skia/src/gpu/effects/
H A DGrMatrixEffect.h28 GrMatrixEffect(SkMatrix matrix, std::unique_ptr<GrFragmentProcessor> child) in GrMatrixEffect() argument
/third_party/python/Lib/test/test_import/data/circular_imports/subpkg2/parent/
H A D__init__.py1 import test.test_import.data.circular_imports.subpkg2.parent.child namespace
/third_party/skia/modules/sksg/include/
H A DSkSGOpacityEffect.h21 static sk_sp<OpacityEffect> Make(sk_sp<RenderNode> child, float opacity = 1) { in Make() argument
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_item_component.h31 explicit GridItemComponent(const RefPtr<Component>& child) in GridItemComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/proxy/
H A Dproxy_component.h29 explicit ProxyComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in ProxyComponent() argument
H A Drender_proxy.cpp46 auto child = children.front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_use.cpp67 const auto& child = GetFirstChild(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Droot_component.cpp23 RootComponent::RootComponent(const RefPtr<Component>& child) : child_(child) {} in RootComponent() argument
35 RefPtr<RootComponent> RootComponent::Create(const RefPtr<Component>& child) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_layout_algorithm.cpp46 auto child = layoutWrapper->GetOrCreateChildByIndex(0); in CreateChildConstraint() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_clip_path.cpp29 void SvgClipPath::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_element.cpp31 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_component.cpp27 PageComponent::PageComponent(int32_t pageId, const std::string& pageUrl, const RefPtr<Component>& child) in PageComponent() argument
33 PageComponent( int32_t pageId, const std::string& pageUrl, const ComposeId& cardComposeId, const RefPtr<Component>& child) PageComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp22 void TextComponentV2::OnChildInserted(const RefPtr<Component>& child, int32_t position) in OnChildInserted() argument
27 void TextComponentV2::OnChildAppended(const RefPtr<Component>& child) in OnChildAppended() argument
32 void TextComponentV2::CheckAndSetChildStyle(const RefPtr<Component>& child) in CheckAndSetChildStyle() argument
/foundation/arkui/ace_engine/frameworks/core/components/align/
H A Drender_align.cpp41 const auto& child = children.front(); in PerformLayout() local
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_branch_coverage.cpp36 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dnavigation_menus_composed_element.cpp29 auto child = GetElementChildBySlot(element, slot); in UpdateChildWithSlot() local
H A Dnavigation_title_composed_element.cpp29 auto child = GetElementChildBySlot(element, slot); in UpdateChildWithSlot() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_component.cpp22 ComposedComponent::ComposedComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in ComposedComponent() argument
/third_party/ltp/testcases/kernel/controllers/memcg/
H A Dmemcontrol01.c20 static struct tst_cg_group *parent, *child; variable
[all...]
/third_party/musl/libc-test/src/regression/
H A Draise-race.c14 static volatile int child; variable
/third_party/mesa3d/src/util/
H A Ddag.h36 struct dag_node *child; member

Completed in 8 milliseconds

12345678910>>...42