/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ReschedulerTest.java | 46 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in runs() 57 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in cancels() 70 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in cancelPermanently() 83 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in reschedules() 86 rescheduler.reschedule(50, TimeUnit.NANOSECONDS); in reschedules() 102 rescheduler.reschedule(50, TimeUnit.NANOSECONDS); in reschedulesShortDelay() 105 rescheduler.reschedule(1, TimeUnit.NANOSECONDS); in reschedulesShortDelay()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/ |
D | JSDispatcher.kt | 25 override fun reschedule() { in <lambda>() method in kotlinx.coroutines.SetTimeoutBasedDispatcher.ScheduledMessageQueue 110 override fun reschedule() { in reschedule() method in kotlinx.coroutines.WindowMessageQueue 133 abstract fun reschedule() in schedule() method 154 reschedule() in process()
|
D | EventLoop.kt | 19 …protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask): Unit = uns… in unpark() method in kotlinx.coroutines.EventLoopImplPlatform
|
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | RoundTripLatencyActivity.java | 76 boolean reschedule = false; in onAnalyserDone() 88 reschedule = true; in onAnalyserDone() 100 reschedule = true; in onAnalyserDone() 107 if (reschedule) { in onAnalyserDone()
|
D | NativeSniffer.java | 55 public void reschedule() { in reschedule() method in NativeSniffer
|
D | EchoActivity.java | 90 reschedule(); in run()
|
D | GlitchActivity.java | 155 reschedule(); in run()
|
D | TestDataPathsActivity.java | 110 reschedule(); in run()
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | AbstractScheduledService.java | 480 reschedule(); 485 public void reschedule() { 557 task.reschedule();
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractScheduledService.java | 520 reschedule(); 525 public void reschedule() { 597 task.reschedule();
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
D | EventLoop.kt | 12 protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask): Unit = in reschedule() method in kotlinx.coroutines.EventLoopImplPlatform
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | EventLoop.kt | 16 protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) { in reschedule() method in kotlinx.coroutines.EventLoopImplPlatform
|
/external/libwebsockets/lib/event-libs/libev/ |
D | libev.c | 49 int reschedule = 0; in lws_ev_idle_cb() local 58 reschedule = _lws_plat_service_forced_tsi(pt->context, pt->tid); in lws_ev_idle_cb() 71 if (!reschedule) in lws_ev_idle_cb()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | EventLoop.common.kt | 176 protected fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) in delayNanosToMillis() method in kotlinx.coroutines.EventLoopImplPlatform 362 SCHEDULE_COMPLETED -> reschedule(now, delayedTask) in schedule() 397 reschedule(now, delayedTask) in rescheduleAllDelayed()
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | ppcg_options.h | 23 int reschedule; member
|
D | ppcg_options.c | 85 ISL_ARG_BOOL(struct ppcg_options, reschedule, 0, "reschedule", 1,
|
D | cpu.c | 681 if (!ps->options->reschedule) in optionally_compute_schedule()
|
/external/libevent/ |
D | bufferevent_sock.c | 196 goto reschedule; in bufferevent_readcb() 218 reschedule: in bufferevent_readcb() 300 goto reschedule; in bufferevent_writecb() 329 reschedule: in bufferevent_writecb()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/ |
D | MessageQueueTest.kt | 19 override fun reschedule() { in <lambda>() method in kotlinx.coroutines.MessageQueueTest
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | Rescheduler.java | 55 void reschedule(long delay, TimeUnit timeUnit) { in reschedule() method in Rescheduler
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.jobs_3.10.0.v20180427-1454.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/Reactive-Extensions/RxCpp/ |
D | DeveloperManual.md | 11 …```schedulable``` is passed to the function and allows the function to reschedule itself or schedu…
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | expand-si-indirect.mir | 4 # register allocation. We don’t want to reschedule the mode switching or to
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | aarch64-fix-cortex-a53-835769.ll | 12 ; a test case where the scheduler has not freedom at all to reschedule the
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-fix-cortex-a53-835769.ll | 12 ; a test case where the scheduler has not freedom at all to reschedule the
|