Home
last modified time | relevance | path

Searched refs:noparent (Results 1 – 18 of 18) sorted by relevance

/third_party/libnl/python/netlink/route/
Dtc.py199 def brief(self, title, nodev=False, noparent=False): argument
205 if not noparent:
323 noparent=False, indent=''): argument
327 buf = fmt.format(self.brief('qdisc', nodev, noparent))
451 noparent=False, indent=''): argument
455 buf = fmt.format(self.brief('class', nodev, noparent))
526 noparent=False, indent=''): argument
530 buf = fmt.format(self.brief('classifier', nodev, noparent))
/third_party/skia/third_party/externals/tint/
DCPPLINT.cfg1 set noparent
/third_party/grpc/src/core/ext/filters/client_channel/
DOWNERS1 set noparent
/third_party/grpc/src/core/ext/xds/
DOWNERS1 set noparent
/third_party/grpc/cmake/
DOWNERS1 set noparent
/third_party/grpc/bazel/
DOWNERS1 set noparent
/third_party/skia/buildtools/
DOWNERS1 set noparent
/third_party/node/
D.cpplint1 set noparent
/third_party/skia/buildtools/checkdeps/testdata/noparent/
DDEPS3 noparent = True
/third_party/skia/buildtools/checkdeps/
DREADME.md77 to "set noparent" in OWNERS files. For example, adding `noparent = True` in
82 noparent = True
Dbuilddeps.py267 noparent = local_scope.get(NOPARENT_VAR_NAME, False)
268 if noparent:
/third_party/node/tools/inspector_protocol/
DOWNERS1 set noparent
/third_party/grpc/tools/dockerfile/
DOWNERS1 set noparent
/third_party/skia/include/
DOWNERS1 set noparent
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpmux.c43 query_func (GstPad * pad, GstObject * noparent, GstQuery * query) in query_func() argument
74 event_func (GstPad * pad, GstObject * noparent, GstEvent * event) in event_func() argument
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c857 buffer_event_function (GstPad * pad, GstObject * noparent, GstEvent * event) in buffer_event_function() argument
871 return gst_pad_event_default (pad, noparent, event); in buffer_event_function()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasedepayload.c223 event_func (GstPad * pad, GstObject * noparent, GstEvent * event) in event_func() argument
226 return gst_pad_event_default (pad, noparent, event); in event_func()
Drtpbasepayload.c174 event_func (GstPad * pad, GstObject * noparent, GstEvent * event) in event_func() argument
177 return gst_pad_event_default (pad, noparent, event); in event_func()