/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.
|
D | 2009-10-19-atomic-cmp-eflags.ll | 3 ; check that cmp is not scheduled before the add
|
/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 | 123 bool scheduled = it_bool.first->second.StartWatching(); in WatchFileDescriptor() local 129 << (scheduled ? " successfully" : " failed."); in WatchFileDescriptor() 131 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 | 28 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.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.h264.480p.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/llvm/test/CodeGen/AArch64/ |
D | misched-fusion.ll | 6 ; Make sure sub is scheduled in front of cbnz
|
/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/iptables/extensions/ |
D | libxt_connbytes.man | 8 scheduled using a lower priority band in traffic control.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/ |
D | test_connection.py | 33 from boto.ec2.autoscale.scheduled import ScheduledUpdateGroupAction
|
/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/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/llvm/test/CodeGen/ARM/ |
D | misched-copy-arm.ll | 5 ; There is also a MUL here, but we don't care where it is scheduled.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-03-15-AsmCCClobber.ll | 16 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
|
/external/autotest/docs/ |
D | test-that.md | 99 that contain Ifa73d7de7aac9c6efebd5f559708623804ad3691). Jobs will be scheduled
|