HomeSort by relevance Sort by last modified time
    Searched full:scheduler (Results 51 - 75 of 834) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
RandomScheduler.java 24 import android.filterfw.core.Scheduler;
29 public class RandomScheduler extends Scheduler {
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 32 .setContentTitle("Scheduler Test running")
33 .setContentText("Scheduler Test running")
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 48 * {@link Scheduler}. When this service is asked to stop via {@link #stopAsync} it will cancel the
83 * protected Scheduler scheduler() {
84 * return Scheduler.newFixedRateSchedule(0, 1, TimeUnit.SECONDS);
100 * A scheduler defines the policy for how the {@link AbstractScheduledService} should run its
104 * methods, these provide {@link Scheduler} instances for the common use case of running the
111 public abstract static class Scheduler {
113 * Returns a {@link Scheduler} that schedules the task using the
121 public static Scheduler newFixedDelaySchedule(final long initialDelay, final long delay,
123 return new Scheduler() {
    [all...]
  /external/iproute2/man/man8/
tc-drr.8 3 drr \- deficit round robin scheduler
12 The Deficit Round Robin Scheduler is a classful queuing discipline as
30 and the scheduler moves on to the next class in the active list.
36 Amount of bytes a flow is allowed to dequeue before the scheduler moves to
56 Like SFQ, DRR is only useful when it owns the queue \-\- it is a pure scheduler and does
  /frameworks/base/core/java/android/content/
ContextWrapper.java 457 Handler scheduler, int initialCode, String initialData,
460 resultReceiver, scheduler, initialCode,
469 Handler scheduler, int initialCode, String initialData,
472 options, resultReceiver, scheduler, initialCode,
480 Handler scheduler, int initialCode, String initialData,
483 resultReceiver, scheduler, initialCode,
507 String receiverPermission, BroadcastReceiver resultReceiver, Handler scheduler,
510 scheduler, initialCode, initialData, initialExtras);
517 Handler scheduler, int initialCode, String initialData, Bundle initialExtras) {
519 scheduler, initialCode, initialData, initialExtras)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmMockContext.java 477 BroadcastReceiver resultReceiver, Handler scheduler, int initialCode,
479 spiedContext.sendOrderedBroadcast(intent, receiverPermission, resultReceiver, scheduler,
485 BroadcastReceiver resultReceiver, Handler scheduler, int initialCode,
488 scheduler,
494 BroadcastReceiver resultReceiver, Handler scheduler, int initialCode,
497 scheduler,
526 String receiverPermission, BroadcastReceiver resultReceiver, Handler scheduler,
529 scheduler, initialCode, initialData, initialExtras);
536 Handler scheduler, int initialCode, String initialData, Bundle initialExtras) {
539 scheduler, initialCode, initialData, initialExtras)
    [all...]
  /external/autotest/client/virt/
virt_scheduler.py 5 class scheduler: class in inherits:
7 A scheduler that manages several parallel test execution pipelines on a
26 # Pipes -- s stands for scheduler, w stands for worker
43 Waits for commands from the scheduler and processes them.
53 # Inform the scheduler this worker is ready
61 # The scheduler wants this worker to run a test
73 # The scheduler wants this worker to free its used resources
91 def scheduler(self): member in class:scheduler
93 The scheduler function.
225 # the scheduler
    [all...]
  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler_unittest.py 45 self.scheduler = deduping_scheduler.DedupingScheduler(afe=self.afe)
89 self.assertTrue(self.scheduler.ScheduleSuite(self._SUITE,
108 self.assertFalse(self.scheduler.ScheduleSuite(self._SUITE,
122 self.assertFalse(self.scheduler.ScheduleSuite(self._SUITE,
148 self.assertTrue(self.scheduler.ScheduleSuite(self._SUITE,
169 self.scheduler.ScheduleSuite,
202 self.scheduler.ScheduleSuite,
235 self.scheduler.ScheduleSuite,
258 self.scheduler._file_bug = True
289 """Test that the scheduler file a bug.""
    [all...]
driver.py 38 def __init__(self, scheduler, enumerator, is_sanity=False):
41 @param scheduler: an instance of deduping_scheduler.DedupingScheduler.
46 self._scheduler = scheduler
119 """Main loop of the scheduler. Runs til the process is killed.
145 scheduler: a DedupingScheduler, used to schedule jobs with the AFE.
149 scheduler = inputs['scheduler']
155 event.Handle(scheduler, branch_builds, board)
178 args.append({'scheduler': self._scheduler,
suite_scheduler.py 7 """CrOS suite scheduler. Will schedule suites based on configured triggers.
9 The Scheduler understands two main primitives: Events and Tasks. Each stanza
13 The scheduler supports two kinds of Events: timed events, and
31 On startup, the scheduler reads in a config file that provides a few
56 CONFIG_SECTION = 'SCHEDULER'
83 """Configure loggings for scheduler, e.g., email setup."""
155 self.add_smtp_handler('Suite scheduler ERROR', logging.ERROR)
156 self.add_smtp_handler('Suite scheduler WARNING', logging.WARN)
165 help='Scheduler config. Defaults to suite_scheduler.ini')
238 # exception will be raised and suite scheduler will not continue to run
    [all...]
  /external/autotest/scheduler/
monitor_db_babysitter 5 from autotest_lib.scheduler import babysitter_logging_config
8 from autotest_lib.scheduler import scheduler_logging_config
9 from autotest_lib.scheduler import status_server
10 from autotest_lib.scheduler import monitor_db
19 default=False, help=("runs the scheduler monitor on "
25 monitor_db_path = os.path.join(autodir, 'scheduler/monitor_db.py')
67 __file__, 'autotest_lib.scheduler.site_monitor_db_babysitter',
gc_stats_unittest.py 9 from autotest_lib.scheduler import gc_stats
  /external/autotest/client/site_tests/kernel_SchedCgroups/
kernel_SchedCgroups.py 15 Verify scheduler cgroups
  /external/kernel-headers/original/uapi/linux/
errqueue.h 42 SCM_TSTAMP_SCHED, /* data entered the packet scheduler */
  /external/llvm/test/CodeGen/AMDGPU/
vtx-schedule.ll 3 ; This test is for a scheduler bug where VTX_READ instructions that used
  /external/llvm/test/CodeGen/MSP430/
misched-msp430.ll 8 ; Test that the MI Scheduler's initPolicy does not crash when i32 is
  /external/llvm/test/CodeGen/X86/
2012-05-17-TwoAddressBug.ll 5 ; because of poor pre-RA schedule. That will be fixed by MI scheduler.
critical-anti-dep-breaker.ll 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic -post-RA-scheduler=1 -break-anti-dependencies=critical | FileCheck %s
7 ; The post-RA-scheduler and critical-anti-dependency breaker can eliminate that hazard using R10.
tailcallstack64.ll 1 ; RUN: llc < %s -tailcallopt -mcpu=generic -mtriple=x86_64-linux -post-RA-scheduler=true | FileCheck %s
2 ; RUN: llc < %s -tailcallopt -mcpu=generic -mtriple=x86_64-win32 -post-RA-scheduler=true | FileCheck %s
  /external/v8/src/compiler/
scheduler.h 28 class Scheduler {
43 // transitions over time while the scheduler is choosing a position:
75 Scheduler(Zone* zone, Graph* graph, Schedule* schedule, Flags flags);
118 DEFINE_OPERATORS_FOR_FLAGS(Scheduler::Flags)
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
Task.java 27 * the scheduler, The task must be constructable with the intent. Specifically, It must have a
95 * @return number of milliSeconds the scheduler should wait before running this task. A value
97 * If no tasks are ready, the scheduler will sleep for this amount of time before doing another
105 * Called on the main thread when the scheduler is about to send the task into the worker
  /external/autotest/client/tests/hackbench/
hackbench.py 8 measuring the performance, overhead and scalability of the Linux scheduler.
12 @see: http://people.redhat.com/~mingo/cfs-scheduler/tools/hackbench.c
  /external/autotest/site_utils/admin/
autotest.init 34 --background --exec $BASE_DIR/scheduler/monitor_db_babysitter )
46 stop_daemon monitor_db scheduler
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 85 /// Target can subclass this hook to select a different DAG scheduler.
117 /// This currently replaces the SelectionDAG scheduler with the "source" order
118 /// scheduler (though see below for an option to turn this off and use the
119 /// TargetLowering preference). It does not yet disable the postRA scheduler.
122 /// \brief True if the machine scheduler should disable the TLI preference
123 /// for preRA scheduling with the source level scheduler.
128 /// By default this is enabled if the machine scheduler is enabled, but
132 /// True if the subtarget should run a scheduler after register allocation.
  /frameworks/base/docs/html/training/scheduling/
index.jd 22 <a href="{@docRoot}shareables/training/Scheduler.zip"
24 <p class="filename">Scheduler.zip</p>

Completed in 4133 milliseconds

1 23 4 5 6 7 8 91011>>