Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 25 of 69) sorted by relevance

123

/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java569 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/
Dmisched-fusion.ll3 ; 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.
Dtestb-je-fusion.ll3 ; testb should be scheduled right before je to enable macro-fusion.
Dmisched-matrix.ll28 ; scheduled independently, and that the imull/adds are interleaved.
59 ; scheduled independently, and that the imull/adds are clustered.
D2009-10-19-atomic-cmp-eflags.ll3 ; check that cmp is not scheduled before the add
/external/llvm/test/CodeGen/AMDGPU/
Dlds-output-queue.ll38 ; 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
Ddrop-mem-operand-move-smrd.ll5 ; in the global loads not being scheduled together.
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc123 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/
Dcontrol7 PURPOSE = "Records cpu and memory usage for manually scheduled test."
/external/autotest/client/site_tests/network_CDMAActivate/
Dcontrol28 scheduled in case of failure.
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt36 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/
Dcontrol.chameleon.vp8.720p.collectgoldenimages22 should be scheduled to run on a desired dut via autotest.
Dcontrol.chameleon.h264.720p.collectgoldenimages22 should be scheduled to run on a desired dut via autotest.
Dcontrol.chameleon.h264.480p.collectgoldenimages22 should be scheduled to run on a desired dut via autotest.
Dcontrol.chameleon.vp8.480p.collectgoldenimages22 should be scheduled to run on a desired dut via autotest.
/external/llvm/test/CodeGen/AArch64/
Dmisched-fusion.ll6 ; Make sure sub is scheduled in front of cbnz
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td48 // must not be scheduled below other instructions.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/iptables/extensions/
Dlibxt_connbytes.man8 scheduled using a lower priority band in traffic control.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
Dtest_connection.py33 from boto.ec2.autoscale.scheduled import ScheduledUpdateGroupAction
/external/llvm/test/Transforms/SLPVectorizer/X86/
Din-tree-user.ll8 ; Uses inside the tree must be scheduled after the corresponding tree bundle.
/external/icu/tools/srcgen/currysrc/libs/
Dorg.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/
Dmisched-copy-arm.ll5 ; There is also a MUL here, but we don't care where it is scheduled.
/external/llvm/test/CodeGen/Thumb2/
D2010-03-15-AsmCCClobber.ll16 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
/external/autotest/docs/
Dtest-that.md99 that contain Ifa73d7de7aac9c6efebd5f559708623804ad3691). Jobs will be scheduled

123