Home
last modified time | relevance | path

Searched defs:children (Results 201 - 225 of 537) sorted by relevance

12345678910>>...22

/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info.c21 static const xmlChar *get_text_from_children(xmlNodePtr children) in get_text_from_children() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLX11VisualTest.cpp214 Window *children; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h387 inline iterator_range<DWARFDie::iterator> DWARFDie::children() const { in children() function in llvm::DWARFDie
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRepeater.cpp27 RepeaterRenderNode(std::vector<sk_sp<RenderNode>>&& children, CompositeMode mode) in RepeaterRenderNode() argument
86 const auto& children = this->children(); variable
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAndroidExtensionPackES31ATests.cpp263 const std::vector<tcu::TestNode*>& children = shaderLibrary.loadShaderFile("shaders/es31/android_extension_pack.test"); in init() local
270 const std::vector<tcu::TestNode*>& children = shaderLibrary.loadShaderFile("shaders/es32/android_extension_pack.test"); in init() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderConstExprTests.cpp139 vector<tcu::TestNode*> children; in createTests() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c184 char **children; in add_child_nodes() local
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.cpp54 void DefaultHierarchyInflater::enterTestPackage (TestPackage* testPackage, vector<TestNode*>& children) in enterTestPackage() argument
78 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& children) in enterGroupNode() argument
[all...]
H A DtcuTestPackage.cpp150 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children) in TestPackageRoot() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c184 char **children; in add_child_nodes() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.h158 std::unordered_map<std::string, std::shared_ptr<DirTreeNode>> children; member
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h160 std::unordered_map<std::string, std::shared_ptr<DirTreeNode>> children; member
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp98 const auto& children = GetChildren(); in Paint() local
132 const auto& children = GetChildren(); in Paint() local
171 const auto& children = node->GetChildren(); in GetShapeChild() local
230 const auto& children in BitmapMesh() local
34 SortChildrenByZIndex( const std::list<RefPtr<RenderNode>>& children) SortChildrenByZIndex() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp32 auto children = host->GetChildren(); in Measure() local
209 auto children = host->GetChildren(); in Layout() local
350 auto children = host->GetChildren(); in PerformMeasureSelf() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_referee.cpp180 auto children = group->GetGroupRecognizer(); in CheckRecognizer() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp101 std::list<RefPtr<LayoutWrapper>> children = layoutWrapper->GetAllChildrenWithBuild(); in MeasureChildren() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp134 auto children = row->GetAllChildrenWithBuild(); in MeasureRow() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp204 auto children = renderListItemGroup->GetChildren(); in GetFirstChildSize() local
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp469 const auto& children = GetChildren(); in UpdateTouchRect() local
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h214 RowComponent(FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) in RowComponent() argument
229 ColumnComponent(FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) in ColumnComponent() argument
32 FlexComponent(FlexDirection direction, FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) FlexComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.cpp267 const auto& children = GetChildren(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp287 std::list<RefPtr<Component>> children; in Initialize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddate_time_animation_controller.cpp424 auto children = value->GetChildren(); in SetDatePicker() local
/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_element.cpp164 const auto& children = element->GetChildren(); in GetComponentsCount() local
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h30 WrapComponent(double spacing, double contentSpacing, const std::list<RefPtr<Component>>& children) in WrapComponent() argument
34 explicit WrapComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) {} in WrapComponent() argument

Completed in 14 milliseconds

12345678910>>...22