/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 3-1.c | 52 pid_t child, ctl; in main() local [all...] |
H A D | 9-1.c | 53 pid_t child, ctl; in main() local [all...] |
H A D | 16-1.c | 62 pid_t child, ctl; in main() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | start-child.c | 47 pid_t child; in pa_start_child_for_read() local
|
/third_party/skia/src/gpu/effects/ |
H A D | GrMatrixEffect.h | 28 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__.py | 1 import test.test_import.data.circular_imports.subpkg2.parent.child namespace
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGOpacityEffect.h | 21 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 D | grid_item_component.h | 31 explicit GridItemComponent(const RefPtr<Component>& child) in GridItemComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/proxy/ |
H A D | proxy_component.h | 29 explicit ProxyComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in ProxyComponent() argument
|
H A D | render_proxy.cpp | 46 auto child = children.front(); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_use.cpp | 67 const auto& child = GetFirstChild(); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/root/ |
H A D | root_component.cpp | 23 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 D | grid_item_layout_algorithm.cpp | 46 auto child = layoutWrapper->GetOrCreateChildByIndex(0); in CreateChildConstraint() local
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_clip_path.cpp | 29 void SvgClipPath::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_element.cpp | 31 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
|
/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_component.cpp | 27 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 D | text_component_v2.cpp | 22 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 D | render_align.cpp | 41 const auto& child = children.front(); in PerformLayout() local
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng_branch_coverage.cpp | 36 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 D | navigation_menus_composed_element.cpp | 29 auto child = GetElementChildBySlot(element, slot); in UpdateChildWithSlot() local
|
H A D | navigation_title_composed_element.cpp | 29 auto child = GetElementChildBySlot(element, slot); in UpdateChildWithSlot() local
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | composed_component.cpp | 22 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 D | memcontrol01.c | 20 static struct tst_cg_group *parent, *child; variable [all...] |
/third_party/musl/libc-test/src/regression/ |
H A D | raise-race.c | 14 static volatile int child; variable
|
/third_party/mesa3d/src/util/ |
H A D | dag.h | 36 struct dag_node *child; member
|