Searched refs:noparent (Results 1 – 18 of 18) sorted by relevance
/third_party/libnl/python/netlink/route/ |
D | tc.py | 199 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/ |
D | CPPLINT.cfg | 1 set noparent
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | OWNERS | 1 set noparent
|
/third_party/grpc/src/core/ext/xds/ |
D | OWNERS | 1 set noparent
|
/third_party/grpc/cmake/ |
D | OWNERS | 1 set noparent
|
/third_party/grpc/bazel/ |
D | OWNERS | 1 set noparent
|
/third_party/skia/buildtools/ |
D | OWNERS | 1 set noparent
|
/third_party/node/ |
D | .cpplint | 1 set noparent
|
/third_party/skia/buildtools/checkdeps/testdata/noparent/ |
D | DEPS | 3 noparent = True
|
/third_party/skia/buildtools/checkdeps/ |
D | README.md | 77 to "set noparent" in OWNERS files. For example, adding `noparent = True` in 82 noparent = True
|
D | builddeps.py | 267 noparent = local_scope.get(NOPARENT_VAR_NAME, False) 268 if noparent:
|
/third_party/node/tools/inspector_protocol/ |
D | OWNERS | 1 set noparent
|
/third_party/grpc/tools/dockerfile/ |
D | OWNERS | 1 set noparent
|
/third_party/skia/include/ |
D | OWNERS | 1 set noparent
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpmux.c | 43 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/ |
D | gstcheck.c | 857 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/ |
D | rtpbasedepayload.c | 223 event_func (GstPad * pad, GstObject * noparent, GstEvent * event) in event_func() argument 226 return gst_pad_event_default (pad, noparent, event); in event_func()
|
D | rtpbasepayload.c | 174 event_func (GstPad * pad, GstObject * noparent, GstEvent * event) in event_func() argument 177 return gst_pad_event_default (pad, noparent, event); in event_func()
|