Searched refs:fires (Results 1 – 25 of 53) sorted by relevance
123
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | eos3 | 29 no more chains are being scheduled so the bin fires EOS. 65 chains. there are no more chains to schedule, the thread fires EOS. 68 it fires EOS. 109 it fires EOS. 155 fires EOS. 158 it fires EOS. 197 and the bin fires EOS because there are no more chains to schedule. 240 the handler. The first chain is disabled from the scheduler. thread1 fires EOS 254 the bin fires EOS.
|
D | eos5 | 31 doesn't get scheduled again. The scheduler fires the EOS 36 has no chains to schedule and so it fires EOS. 68 doesn't get scheduled again. The scheduler fires the EOS
|
D | eos2 | 35 and so the bin fires EOS. 108 the parent fires EOS. 146 queue2 finally fires the EOS signal and the parent removes the EOS provider 147 from its list, when the list is empty, the parent fires EOS.
|
D | eos4 | 42 has no chains to schedule and so it fires EOS.
|
D | eos-19012001 | 31 EOS signals: elements fires the EOS signal when all it's pads are in
|
D | negotiation3 | 169 When a pad is ready to negotiate and it has no peer pad, it fires the "need-link"
|
/third_party/lz4/examples/ |
D | frameCompress.c | 290 { size_t const fires = LZ4F_getFrameInfo(dctx, &info, src, &consumedSize); in decompress_file_allocDst() local 291 if (LZ4F_isError(fires)) { in decompress_file_allocDst() 292 printf("LZ4F_getFrameInfo error: %s\n", LZ4F_getErrorName(fires)); in decompress_file_allocDst()
|
/third_party/libuv/docs/src/ |
D | timer.rst | 41 If `timeout` is zero, the callback fires on the next event loop iteration. 42 If `repeat` is non-zero, the callback fires first after `timeout`
|
/third_party/node/test/common/ |
D | inspector-helper.js | 231 return fires( 378 while (await fires(instance.nextStderrString(), msg, TIMEOUT) !== 'started'); 524 function fires(promise, error, timeoutMs) { function
|
/third_party/gstreamer/gstplugins_good/gst/cutter/ |
D | README | 8 As soon as the buffer's RMS is greater than the threshold value, the plugin fires a CUT_START signa…
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
D | README | 37 fires (n) tasks in different groups to do some memory allocations etc. It
|
/third_party/gstreamer/gstreamer/docs/random/ds/ |
D | 0.9-planning2 | 112 fires a signal). If the element has an error or EOS, it sets 113 its ElementState to SOME_STATE and fires a signal, while the
|
D | negotiation | 131 <ds> a subclass of GstElement that fires up a helper thread? 172 <ds> the actual_state goes to PAUSED and fires a signal
|
/third_party/node/deps/npm/node_modules/libnpmhook/ |
D | README.md | 62 will send its payload to when it fires. `secret` is a shared secret that the 177 will send its payload to when it fires. `secret` is a shared secret that the
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxComplexSignatureHasApplicabilityError.tsx | 474 * fires when the menu is closed 490 * fires when the menu is scrolled to the bottom; can be used to paginate options 494 * fires when the menu is opened
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
D | README | 42 This script creates different scenarios for cpu controller testing and fires (n) tasks
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | word_POSIX.txt | 94 ^$ExFm+; # This rule fires only when there are format or extend characters at the
|
D | word.txt | 94 ^$ExFm+; # This rule fires only when there are format or extend characters at the
|
D | word_fi_sv.txt | 94 ^$ExFm+; # This rule fires only when there are format or extend characters at the
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | word_POSIX.txt | 94 ^$ExFm+; # This rule fires only when there are format or extend characters at the
|
D | word.txt | 100 ^$ExFm+; # This rule fires only when there are format or extend characters at the
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxComplexSignatureHasApplicabilityError.types | 803 * fires when the menu is closed 827 * fires when the menu is scrolled to the bottom; can be used to paginate options 833 * fires when the menu is opened
|
D | jsxComplexSignatureHasApplicabilityError.symbols | 1050 * fires when the menu is closed 1078 * fires when the menu is scrolled to the bottom; can be used to paginate options 1085 * fires when the menu is opened
|
/third_party/googletest/docs/ |
D | gmock_cheat_sheet.md | 145 // When this fires, the default action of MakeBuzz() will run, which
|
/third_party/curl/docs/ |
D | HTTP3.md | 283 soft timeout fires, when there has been **no data at all** seen from the
|
123