Home
last modified time | relevance | path

Searched defs:child (Results 676 - 700 of 1096) sorted by relevance

1...<<21222324252627282930>>...44

/third_party/toybox/kconfig/
H A Dmenu.c370 struct menu *child; in menu_is_visible() local
/third_party/toybox/toys/pending/
H A Dfsck.c66 struct child_list *child; in kill_all() local
190 struct child_list *child; in do_fsck() local
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h162 void AddChild(Node* child) { children_.push_back(child); } in AddChild() argument
/third_party/python/Lib/test/test_importlib/
H A Dtest_namespace_pkgs.py250 import parent.child.one namespace
253 import parent.child.two namespace
261 import parent.child.three namespace
267 import parent.child.one global() namespace
270 import parent.child.two global() namespace
278 import parent.child.three global() namespace
282 import parent.child.three global() namespace
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DSphereEffect.cpp154 SphereNode(sk_sp<RenderNode> child, const SkSize& child_size) in SphereNode() argument
179 const auto& child = this->children()[0]; in contentShader() local
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp490 void SkSVGTextContainer::appendChild(sk_sp<SkSVGNode> child) { in appendChild() argument
/third_party/spirv-tools/source/opt/
H A Dscalar_analysis_nodes.h64 virtual inline void AddChild(SENode* child) { in AddChild() argument
248 AddCoefficient(SENode* child) AddCoefficient() argument
253 AddOffset(SENode* child) AddOffset() argument
[all...]
H A Dscalar_analysis_simplification.cpp242 GatherAccumulatorsFromChildNodes(SENode* new_node, SENode* child, bool negation) GatherAccumulatorsFromChildNodes() argument
[all...]
/third_party/spirv-tools/test/opt/
H A Dscalar_analysis.cpp122 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() local
245 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() local
361 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dxml-utils.c314 xml_node_t *child; in get_first_child_node() local
387 xml_node_t *child; in tnds_to_mo_iter() local
461 xml_node_t *body, *child; soap_get_body() local
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.cpp178 Statement* child = createStatement(state); in createNextChild() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dxml-utils.c314 xml_node_t *child; in get_first_child_node() local
387 xml_node_t *child; in tnds_to_mo_iter() local
461 xml_node_t *body, *child; soap_get_body() local
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp371 pid_t child = fork(); in ForkToDumpHiperf() local
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp192 pid_t child = fork(); in HWTEST_F() local
228 pid_t child = fork(); in HWTEST_F() local
287 pid_t child = fork(); HWTEST_F() local
411 pid_t child = fork(); HWTEST_F() local
484 pid_t child = fork(); HWTEST_F() local
[all...]
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dcontexts_trie.c42 static ParamHashNode *AddGroupNode(ParamContextsTrie *root, const char *name, ParamContextsTrie *child) in AddGroupNode() argument
79 static bool InsertElementToTrie(ParamContextsTrie *root, const char *element, ParamContextsTrie **child) in InsertElementToTrie() argument
119 ParamContextsTrie *child = NULL; in InsertParamToTrie() local
/base/startup/init/services/param/include/
H A Dparam_common.h57 uint32_t child; member
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c175 struct device_node *child; in of_gpio_flags_quirks() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.cpp192 auto child = childWeak.Upgrade(); in DumpFocusManager() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp288 const auto& child = *it; in MeasureRightRow() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp186 auto child = timeNode->GetFirstChild(); in SetTimeNodeColumnWeight() local
213 auto child = timeNode->GetFirstChild(); in SetTimeNodeColumnWeight() local
[all...]
H A Ddatepicker_column_layout_algorithm.cpp148 auto child = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureText() local
/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h38 explicit FocusableComponent(const RefPtr<Component>& child) : SoleChildComponent(child) in FocusableComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp156 auto child = children_.end(); in PopInstant() local
347 auto child = DynamicCast<TweenElement>(*iter); PerformPopPopup() local
418 auto child = children_.end(); PerformDirectPop() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp46 Create( const WeakPtr<PipelineContext>& context, const RefPtr<Component>& child) Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp58 void NavDestinationGroupNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument

Completed in 20 milliseconds

1...<<21222324252627282930>>...44