/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | eos3 | 17 case1 has just one scheduled entity (chain) no problem here. 29 no more chains are being scheduled so the bin fires EOS. 48 case2 has two scheduled entities: fsr-i-q, q-fsk. 49 The first one is scheduled by the bin, the second one by the thread. 58 signal eos. the parent will take chain1 out if its scheduled chains. 64 src pad. the chain with the queue is removed from the threads scheduled 67 The bin now has no more scheduled chains and no more pending subbins, 94 case3 has tree scheduled entities: fsr-t(-q1,-q2), q1-fsk. q2-fsk 108 The bin now has no more scheduled chains and no more pending subbins, 138 case3 has tree scheduled entities: fsr-t(-q1,-q2), q1-fsk. q2-fsk [all …]
|
D | eos5 | 20 just two scheduled chains in a single bin. 31 doesn't get scheduled again. The scheduler fires the EOS 68 doesn't get scheduled again. The scheduler fires the EOS 74 it will be scheduled again.
|
D | eos4 | 20 just two scheduled chains in a single bin. 38 to the READY state and the chain is not scheduled anymore because 82 so that it will be scheduled again.
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_sul.md | 5 scheduled on to a single, unified, sorted linked-list in time order, 8 This makes it very cheap to know when the next scheduled event is 16 scheduled `lws_sul` event happens, which is optimal for power. 38 used when the callback was scheduled. You can use pointer arithmetic to translate 57 In the case you destroy your object and need to cancel the scheduled callback, use 70 amount of time, so what may have been scheduled by the user code may miss its time 74 behaviours and the function of the user code that was scheduled, and its meaning to 79 operate as intended, and so must force wake from suspend, or if for that scheduled 97 code a way to tell lws if a particular scheduled event is important enough to the
|
/third_party/flutter/skia/third_party/externals/sdl/src/timer/ |
D | SDL_timer.c | 37 Uint32 scheduled; member 86 if ((Sint32)(timer->scheduled-curr->scheduled) < 0) { in SDL_AddTimerInternal() 154 if ((Sint32)(tick-current->scheduled) < 0) { in SDL_TimerThread() 156 delay = (current->scheduled - tick); in SDL_TimerThread() 171 current->scheduled = tick + interval; in SDL_TimerThread() 311 timer->scheduled = SDL_GetTicks() + interval; in SDL_AddTimer()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcccombiner.c | 99 gst_queue_array_free (self->scheduled[0]); in gst_cc_combiner_finalize() 100 gst_queue_array_free (self->scheduled[1]); in gst_cc_combiner_finalize() 391 queue_caption (GstCCCombiner * self, GstBuffer * scheduled, guint field) in queue_caption() argument 397 gst_buffer_unref (scheduled); in queue_caption() 405 g_assert (gst_queue_array_get_length (self->scheduled[field]) <= in queue_caption() 408 if (gst_queue_array_get_length (self->scheduled[field]) == in queue_caption() 411 gst_queue_array_pop_tail_struct (self->scheduled[field]); in queue_caption() 426 item.buffer = scheduled; in queue_caption() 429 GST_BUFFER_PTS (scheduled)); in queue_caption() 432 GST_BUFFER_PTS (scheduled)); in queue_caption() [all …]
|
D | gstcccombiner.h | 72 GstQueueArray *scheduled[2]; member
|
/third_party/grpc/src/core/lib/iomgr/ |
D | exec_ctx.cc | 32 closure->scheduled = false; in exec_ctx_run() 180 if (closure->scheduled) { in Run() 189 closure->scheduled = true; in Run() 204 if (c->scheduled) { in RunList() 212 c->scheduled = true; in RunList()
|
D | closure.h | 82 bool scheduled; member 103 closure->scheduled = false;
|
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/ |
D | ticker.dart | 78 /// a tick is already scheduled, it will unschedule it. This will not 98 /// Whether this [Ticker] has scheduled a call to call its callback 206 /// Whether this [Ticker] has already scheduled a frame callback. 208 bool get scheduled => _animationId != null; 210 /// Whether a tick should be scheduled. 214 /// Reasons why a tick should not be scheduled include: 216 /// * A tick has already been scheduled for the coming frame. 220 bool get shouldScheduleTick => !muted && isActive && !scheduled; 224 assert(scheduled); 230 // The onTick callback may have scheduled another tick already, for [all …]
|
D | binding.dart | 134 /// No frame is being processed. Tasks (scheduled by 135 /// [WidgetsBinding.scheduleTask]), microtasks (scheduled by 141 /// The transient callbacks (scheduled by 150 /// Microtasks scheduled during the processing of transient callbacks are 157 /// The persistent callbacks (scheduled by 164 /// The post-frame callbacks (scheduled by 361 // Ensures that the scheduler services a task scheduled by [scheduleTask]. 384 /// tasks scheduled, if the scheduler is [locked], or if the highest-priority 427 /// The current number of transient frame callbacks scheduled. 429 /// This is reset to zero just before all the currently scheduled [all …]
|
D | debug.dart | 40 /// Log the call stacks that cause a frame to be scheduled. 47 /// To get a stack specifically when widgets are scheduled to be built, see
|
/third_party/python/Doc/library/ |
D | sched.rst | 70 Events scheduled for the same *time* will be executed in the order of their 112 Run all scheduled events. This method will wait (using the :func:`delayfunc` 114 on until there are no more scheduled events. 116 If *blocking* is false executes the scheduled events due to expire soonest 117 (if any) and then return the deadline of the next scheduled call in the
|
D | asyncio-dev.rst | 50 <asyncio-coroutine-not-scheduled>` and logs them; this mitigates 151 .. _asyncio-coroutine-not-scheduled: 158 or the coroutine is not scheduled with :meth:`asyncio.create_task`, asyncio 164 print("never scheduled")
|
/third_party/boost/libs/fiber/ |
D | README.md | 5 Boost.fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The … 7 …thread using a sort of cooperative scheduling (threads are preemptively scheduled) - the running f…
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | reduce_scheduler.c | 141 node->rsched.scheduled = true; in schedule_ready_list() 151 if (!succ->rsched.scheduled) { in schedule_ready_list() 242 node->rsched.scheduled = false; in gpir_reduce_reg_pressure_schedule_prog()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | scheduler.c | 129 instr->scheduled = true; in ppir_schedule_ready_list() 140 if (!succ->scheduled) { in ppir_schedule_ready_list()
|
/third_party/flutter/flutter/packages/flutter/test/scheduler/ |
D | scheduler_test.dart | 121 // Don't actually run the tasks, just record that it was scheduled. 128 // scheduleWarmUpFrame scheduled 2 Timers, scheduleTask scheduled 0 because
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | alarm_clock_test.dart | 34 // There should be no timers scheduled until we set a non-null datetime. 39 // There should be exactly 1 timer scheduled. 96 // No timers scheduled for past dates.
|
/third_party/grpc/doc/ |
D | grpc_release_schedule.md | 5 Releases are scheduled every six weeks on Tuesdays on a best effort basis. In some unavoidable situ… 7 …For Core and Java repos, the release branch is cut two weeks before the scheduled release date. Fo…
|
/third_party/openssl/doc/man3/ |
D | SSL_key_update.pod | 41 operation has been scheduled but not yet performed. The type of the pending key 77 renegotiation request has been scheduled but not yet acted on, or 0 otherwise. 88 has been scheduled but not yet acted on, or 0 otherwise.
|
/third_party/libuv/docs/src/ |
D | timer.rst | 62 Set the repeat interval value in milliseconds. The timer will be scheduled 68 scheduled to run again 33ms later. If other tasks consume more than the
|
/third_party/node/doc/api/ |
D | timers.md | 20 can be passed to [`clearImmediate()`][] in order to cancel the scheduled 23 By default, when an immediate is scheduled, the Node.js event loop will continue 67 [`clearInterval()`][] in order to cancel the scheduled actions. 69 By default, when a timer is scheduled using either [`setTimeout()`][] or 248 each return objects that represent the scheduled timers. These can be used to
|
/third_party/boost/libs/test/doc/test_organization/ |
D | test_tree_content.qbk | 10 The test module, and hence the test tree, should have at least one test-case scheduled for executio…
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | alarm_clock.dart | 28 /// Current target time the [callback] is scheduled for. 38 /// If the value is updated before an already scheduled timer goes off, the
|