Home
last modified time | relevance | path

Searched refs:_child (Results 1 – 24 of 24) sorted by relevance

/third_party/FreeBSD/sys/kern/
Dbus_if.h26 typedef struct resource * bus_alloc_resource_t(device_t _dev, device_t _child,
61 device_t _child, int _type, in BUS_ALLOC_RESOURCE() argument
70 return ((bus_alloc_resource_t *) _m)(_dev, _child, _type, _rid, _start, _end, _count, _flags); in BUS_ALLOC_RESOURCE()
75 typedef int bus_child_pnpinfo_str_t(device_t _dev, device_t _child, char *_buf,
98 static __inline int BUS_CHILD_PNPINFO_STR(device_t _dev, device_t _child, in BUS_CHILD_PNPINFO_STR() argument
103 return ((bus_child_pnpinfo_str_t *) _m)(_dev, _child, _buf, _buflen); in BUS_CHILD_PNPINFO_STR()
109 typedef int bus_child_location_str_t(device_t _dev, device_t _child, char *_buf,
131 static __inline int BUS_CHILD_LOCATION_STR(device_t _dev, device_t _child, in BUS_CHILD_LOCATION_STR() argument
136 return ((bus_child_location_str_t *) _m)(_dev, _child, _buf, _buflen); in BUS_CHILD_LOCATION_STR()
142 typedef int bus_print_child_t(device_t _dev, device_t _child);
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dsliver_prototype_extent_list.dart133 RenderBox _child;
134 RenderBox get child => _child;
136 if (_child != null)
137 dropChild(_child);
138 _child = value;
139 if (_child != null)
140 adoptChild(_child);
153 if (_child != null)
154 _child.attach(owner);
160 if (_child != null)
[all …]
Dlayout_builder.dart51 Element _child;
55 if (_child != null)
56 visitor(_child);
61 assert(child == _child);
62 _child = null;
115 _child = updateChild(_child, built, null);
116 assert(_child != null);
128 _child = updateChild(null, built, slot);
Dbinding.dart949 Element _child;
955 if (_child != null)
956 visitor(_child);
961 assert(child == _child);
962 _child = null;
998 _child = updateChild(_child, widget.child, _rootChildSlot);
999 assert(_child != null);
1009 _child = updateChild(null, error, _rootChildSlot);
Dautomatic_keep_alive.dart44 Widget _child;
60 _child = NotificationListener<KeepAliveNotification>(
230 assert(_child != null);
233 child: _child,
Dframework.dart3912 Element _child;
3917 assert(_child == null);
3920 assert(_child != null);
3961 _child = updateChild(_child, built, slot);
3962 assert(_child != null);
3974 _child = updateChild(null, built, slot);
3989 if (_child != null)
3990 visitor(_child);
3995 assert(child == _child);
3996 _child = null;
[all …]
Dbasic.dart5548 _child = child,
5605 final Widget _child;
5609 Widget result = _child;
/third_party/boost/boost/pending/
Dfibonacci_heap.hpp52 , _child(n) in fibonacci_heap()
73 _child[v] = nil(); in push()
107 w = _child[_root]; in pop()
163 _child[v] = u; in make_child()
169 size_type t = _child[v]; in make_child()
270 if (_child[p] == v) in remove_from_family()
271 _child[p] = w; in remove_from_family()
293 size_type i = _child[x]; in print_recur()
299 } while (i != _child[x]); in print_recur()
314 LinkVec _child; member in boost::fibonacci_heap
/third_party/boost/boost/msm/front/euml/
Dguard_grammar.hpp49 Not_<BuildGuards(proto::_child)>()
98 Pre_inc_<BuildGuards(proto::_child)>()
105 Deref_<BuildGuards(proto::_child)>()
112 Pre_dec_<BuildGuards(proto::_child)>()
119 Post_inc_<BuildGuards(proto::_child)>()
126 Post_dec_<BuildGuards(proto::_child)>()
266 Unary_Minus_<BuildGuards(proto::_child)>()
Dstate_grammar.hpp279 Pre_inc_< BuildActions(proto::_child)>()
286 Pre_dec_< BuildActions(proto::_child)>()
293 Post_inc_< BuildActions(proto::_child)>()
300 Post_dec_< BuildActions(proto::_child)>()
307 Deref_< BuildActions(proto::_child)>()
448 Unary_Plus_< BuildActions(proto::_child)>()
455 Unary_Minus_< BuildActions(proto::_child)>()
/third_party/boost/boost/xpressive/detail/static/
Dgrammar.hpp78 make<detail::use_simple_repeat<_child, Char> >
213 , in_sequence<call<as_optional<Gram, Greedy>(_child)> >
253 , call<Gram(call<as_repeat<Char, Gram, mpl::false_>(_child)>)>
261 … , in_sequence<call<as_inverse(call<switch_<InvertibleCases<Char, Gram> >(_child)>)> >
/third_party/boost/libs/proto/example/
Dlambda.hpp394 : proto::otherwise<Eval(proto::_child)>
399 : proto::otherwise<Eval(proto::_child)>
409 template<> struct Cases::case_<tag::protect> : proto::otherwise<proto::_child> {};
410 template<> struct Cases::case_<tag::default_> : proto::otherwise<Eval(proto::_child)> {};
411 template<> struct Cases::case_<tag::catch_all_> : proto::otherwise<Eval(proto::_child)> {};
/third_party/boost/boost/proto/
Dproto_fwd.hpp863 typedef _child0 _child; typedef
868 #define M0(Z, N, DATA) typedef _child_c<N> BOOST_PP_CAT(_child, N);
/third_party/boost/libs/proto/doc/
Dproto.qbk147 [classref boost::proto::_child `proto::_child`]]
Dback_end.qbk800 For unary expressions, we use `CalcArity(proto::_child)` which is a /callable transform/ that compu…
1632 , RemoveUnaryPlus(proto::_child)
/third_party/python/Lib/lib2to3/
Drefactor.py700 processes = [multiprocessing.Process(target=self._child)
716 def _child(self): member in MultiprocessRefactoringTool
/third_party/boost/boost/xpressive/detail/
Ddetail_fwd.hpp410 using proto::_child;
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_quantifier.hpp341 : call<make_optional_<Greedy>(_child)>
/third_party/boost/libs/proto/test/
Dexamples.cpp158 CalcArity(proto::_child)
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dobject.dart2871 ChildType _child;
2873 ChildType get child => _child;
2875 if (_child != null)
2876 dropChild(_child);
2877 _child = value;
2878 if (_child != null)
2879 adoptChild(_child);
2885 if (_child != null)
2886 _child.attach(owner);
2892 if (_child != null)
[all …]
/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c518 struct ir3_reg_interval *_child) in interval_readd() argument
521 struct ra_interval *child = ir3_reg_interval_to_ra_interval(_child); in interval_readd()
530 interval_add(ctx, _child); in interval_readd()
Dir3_spill.c438 struct ir3_reg_interval *_child) in interval_readd() argument
440 interval_add(_ctx, _child); in interval_readd()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c549 radv_amdgpu_cs_execute_secondary(struct radeon_cmdbuf *_parent, struct radeon_cmdbuf *_child, in radv_amdgpu_cs_execute_secondary() argument
553 struct radv_amdgpu_cs *child = radv_amdgpu_cs(_child); in radv_amdgpu_cs_execute_secondary()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt4618 …lutter/src/rendering/proxy_box.dart,_RenderProxyBox&RenderBox&RenderObjectWithChildMixin,get:_child
4621 …lutter/src/rendering/proxy_box.dart,_RenderProxyBox&RenderBox&RenderObjectWithChildMixin,set:_child
4652 …er/src/rendering/shifted_box.dart,_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin,get:_child
4655 …er/src/rendering/shifted_box.dart,_RenderShiftedBox&RenderBox&RenderObjectWithChildMixin,set:_child
4727 …kage:flutter/src/rendering/view.dart,_RenderView&RenderObject&RenderObjectWithChildMixin,get:_child
5090 package:flutter/src/widgets/framework.dart,ComponentElement,get:_child
5093 package:flutter/src/widgets/framework.dart,ComponentElement,set:_child
5213 package:flutter/src/widgets/framework.dart,SingleChildRenderObjectElement,get:_child
5217 package:flutter/src/widgets/framework.dart,SingleChildRenderObjectElement,set:_child
5454 …ge:flutter/src/widgets/overlay.dart,__RenderTheatre&RenderBox&RenderObjectWithChildMixin,get:_child