/external/guava/guava/src/com/google/common/util/concurrent/ |
D | MoreExecutors.java | 569 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local 570 return new ListenableScheduledTask<Void>(task, scheduled); in schedule() 577 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local 578 return new ListenableScheduledTask<V>(task, scheduled); in schedule() 586 ScheduledFuture<?> scheduled = in scheduleAtFixedRate() local 588 return new ListenableScheduledTask<Void>(task, scheduled); in scheduleAtFixedRate() 596 ScheduledFuture<?> scheduled = in scheduleWithFixedDelay() local 598 return new ListenableScheduledTask<Void>(task, scheduled); in scheduleWithFixedDelay()
|
/external/llvm/test/CodeGen/X86/ |
D | misched-fusion.ll | 3 ; Verify that TEST+JE are scheduled together. 28 ; Verify that DEC+JE are scheduled together. 55 ; DEC+JS should *not* be scheduled together. 83 ; Verify that CMP+JB are scheduled together.
|
D | testb-je-fusion.ll | 3 ; testb should be scheduled right before je to enable macro-fusion.
|
D | misched-matrix.ll | 28 ; scheduled independently, and that the imull/adds are interleaved. 59 ; scheduled independently, and that the imull/adds are clustered.
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | lds-output-queue.ll | 38 ; scheduled one after the other, but they do need to be scheduled in the same 66 ; the global memory read will always be scheduled first. This will give us a
|
D | drop-mem-operand-move-smrd.ll | 5 ; in the global loads not being scheduled together.
|
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.cc | 130 bool scheduled = it_bool.first->second.StartWatching(); in WatchFileDescriptor() local 136 << (scheduled ? " successfully" : " failed."); in WatchFileDescriptor() 138 if (!scheduled) { in WatchFileDescriptor()
|
/external/autotest/client/site_tests/performance_Tracker/ |
D | control | 7 PURPOSE = "Records cpu and memory usage for manually scheduled test."
|
/external/autotest/client/site_tests/network_CDMAActivate/ |
D | control | 27 scheduled in case of failure.
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 36 scheduled query packet, etc.) Note that the time returned is an absolute 66 time for the next scheduled event.
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | control.chameleon.h264.480p.collectgoldenimages | 22 should be scheduled to run on a desired dut via autotest.
|
D | control.chameleon.vp8.720p.collectgoldenimages | 22 should be scheduled to run on a desired dut via autotest.
|
D | control.chameleon.h264.720p.collectgoldenimages | 22 should be scheduled to run on a desired dut via autotest.
|
D | control.chameleon.vp8.480p.collectgoldenimages | 22 should be scheduled to run on a desired dut via autotest.
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug03.sh | 17 Desc: Do tasks get scheduled to a newly on-lined CPU?
|
/external/llvm/test/CodeGen/AArch64/ |
D | misched-fusion.ll | 8 ; Make sure sub is scheduled in front of cbnz
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiSchedule.td | 39 // Max micro-ops that may be scheduled per cycle. [default = 1]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 48 // must not be scheduled below other instructions.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/ltp/testcases/realtime/profiles/ |
D | default | 19 # Pass if maximum time for signaled thread to be scheduled is less
|
/external/iptables/extensions/ |
D | libxt_connbytes.man | 8 scheduled using a lower priority band in traffic control.
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | in-tree-user.ll | 8 ; Uses inside the tree must be scheduled after the corresponding tree bundle.
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | CapabilityPolling.java | 432 long scheduled = mNextPollingTimeStamp - System.currentTimeMillis(); in schedulePolling() local 433 if ((scheduled > 0) && (scheduled < msec)) { in schedulePolling()
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.jobs_3.7.0.v20150330-2103.jar | ... core.runtime.jobs.IJobChangeEvent event
public void scheduled (org.eclipse.core.runtime.jobs ... |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-10-19-atomic-cmp-eflags.ll | 3 ; check that cmp is not scheduled before the add
|