/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | event.cpp | 45 std::swap(_chain, evs); in trigger_self() 69 std::swap(_chain, evs); in abort_self() 108 _chain.push_back(ev); in chain()
|
D | event.hpp | 95 std::vector<intrusive_ref<event>> _chain; member in clover::event
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events | 30 - plugins should check the type of the GstData passed in the _chain 99 the event in the _chain function and will call the default handler. The
|
D | events3 | 30 - plugins should check the type of the GstData passed in the _chain
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.6.rst | 65 - clover: Implement locking of the wait_count, \_chain and \_status
|
/third_party/python/Lib/collections/ |
D | __init__.py | 32 from itertools import chain as _chain unknown 624 return _chain.from_iterable(_starmap(_repeat, self.items()))
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | uvch264demux.c | 57 _sink_##type##_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer) \
|
/third_party/elfutils/tests/ |
D | run-show-die-info.sh | 636 Name : _chain
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | README | 101 In this mode, the ogg demuxer receives buffers in the _chain() function which
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25042-libgdbm-clang-dwarf5.so.6.0.0.abi | 560 …<var-decl name='_chain' type-id='type-id-68' visibility='default' filepath='/usr/include/bits/type…
|
D | test21-pr19092.so.abi | 580 …<var-decl name='_chain' type-id='type-id-34' visibility='default' filepath='/usr/include/libio.h' …
|
D | test10-pr18818-gcc.so.abi | 483 …<var-decl name='_chain' type-id='type-id-25' visibility='default' filepath='/usr/include/libio.h' …
|
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 2053 …<var-decl name='_chain' type-id='type-id-149' visibility='default' filepath='/usr/include/libio.h'… 16624 …<var-decl name='_chain' type-id='type-id-149' visibility='default' filepath='/usr/include/libio.h'…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 1074 <!-- _IO_FILE* _IO_FILE::_chain --> 1075 …<var-decl name='_chain' type-id='type-id-34' visibility='default' filepath='/usr/include/libio.h' …
|
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 3610 <!-- _IO_FILE* _IO_FILE::_chain --> 3611 …<var-decl name='_chain' type-id='type-id-149' visibility='default' filepath='/usr/include/libio.h'… 26744 <!-- _IO_FILE* _IO_FILE::_chain --> 26745 …<var-decl name='_chain' type-id='type-id-149' visibility='default' filepath='/usr/include/libio.h'…
|
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 6903 <!-- _IO_FILE* _IO_FILE::_chain --> 6904 …<var-decl name='_chain' type-id='type-id-69' visibility='default' filepath='/usr/include/libio.h' …
|
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 3741 <!-- _IO_FILE* _IO_FILE::_chain --> 3742 …<var-decl name='_chain' type-id='type-id-137' visibility='default' filepath='/usr/include/libio.h'…
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 14534 in the _chain function of the pad. 15080 aggregator: always store or unref the buffer on the _chain function 31199 _chain would block until EOS, so the functions cannot be merged trivially. 48713 Makes _chain() and _loop() 25% faster 68474 Baseparse internaly breaks the semantics of a _chain function by calling it with 68476 also an unchecked access to buffer later in _chain. Actually that code is wrong, 71911 pad on next _chain() call. Also do a fallback alloc, if there is no output yet to 72343 valve: no need to ref the object in _chain 83753 * when pushing buffer (_chain) by 10% 83838 * receiving a buffer (_chain) by 20% [all …]
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18166-libtirpc.so.abi | 2293 …<var-decl name='_chain' type-id='type-id-345' visibility='default' filepath='/usr/include/libio.h'…
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 770 don't reset the CS values for channels on every _chain, so that
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 2925 _chain should now work.Many other changes including: all immutable
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 255 few buffer leaks in the error paths in `_chain` and `_push_history`. 391 In push mode (streaming), if the received chunk buffer size from _chain is bigger 28750 called much earlier in the _chain function to make pts available to 58381 and register all timers from the _chain function. 64427 rtpmux: no need to ref pad in _chain() 89951 Baseparse internaly breaks the semantics of a _chain function by calling it with 89953 also an unchecked access to buffer later in _chain. Actually that code is wrong, 109938 Also remove unused size variable in _chain().
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 1847 …ommit/5f450f3f92)] - **crypto**: replace goto SSL\_CTX\_use\_certificate\_chain (Daniel Bevenius) …
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 100191 in the _chain function of the pad. 110119 aggregator: always store or unref the buffer on the _chain function 156059 h264parse: remove _chain hack 176038 valve: no need to ref the object in _chain 176453 rtpmux: no need to ref pad in _chain() 195828 pad on next _chain() call. Also do a fallback alloc, if there is no output yet to 201028 Baseparse internaly breaks the semantics of a _chain function by calling it with 201030 also an unchecked access to buffer later in _chain. Actually that code is wrong,
|
/third_party/libabigail/tests/data/test-diff-dwarf-abixml/ |
D | test0-pr19026-libvtkIOSQL-6.1.so.1.abi | 473 …<var-decl name='_chain' type-id='type-id-38' visibility='default' filepath='/usr/include/libio.h' …
|