HomeSort by relevance Sort by last modified time
    Searched refs:scheduler (Results 101 - 125 of 239) sorted by null

1 2 3 45 6 7 8 910

  /external/autotest/scheduler/
monitor_db.py 3 Autotest scheduler
25 from autotest_lib.scheduler import agent_task, drone_manager
26 from autotest_lib.scheduler import email_manager, gc_stats, host_scheduler
27 from autotest_lib.scheduler import monitor_db_cleanup, prejob_task
28 from autotest_lib.scheduler import postjob_task
29 from autotest_lib.scheduler import query_managers
30 from autotest_lib.scheduler import scheduler_lib
31 from autotest_lib.scheduler import scheduler_models
32 from autotest_lib.scheduler import status_server, scheduler_config
90 """Make sure the configs are consistent before starting the scheduler"""
    [all...]
monitor_db_cleanup.py 2 Autotest AFE Cleanup used by the scheduler
9 from autotest_lib.scheduler import email_manager
10 from autotest_lib.scheduler import scheduler_config
28 """Method called by scheduler at the startup.
52 clean_interval_minutes in the SCHEDULER section.
238 @param run_at_initialize: True to run cleanup when scheduler starts.
query_managers.py 7 """Scheduler library classes.
19 from autotest_lib.scheduler import scheduler_models
20 from autotest_lib.scheduler import scheduler_lib
23 _job_timer = autotest_stats.Timer('scheduler.job_query_manager')
79 # scheduler.
80 # This won't prevent the shard scheduler to run this, as the shard db
213 _host_timer = autotest_stats.Timer('scheduler.host_query_manager')
253 # scheduler tick.
371 @return: A dict mapping an integer label id to a scheduler model label
drone_manager.py 13 from autotest_lib.scheduler import email_manager, drone_utility, drones
14 from autotest_lib.scheduler import drone_task_queue
15 from autotest_lib.scheduler import scheduler_config
16 from autotest_lib.scheduler import thread_lib
149 This class acts as an interface from the scheduler to drones, whether it be
555 Called at the end of a scheduler cycle to execute all queued actions
835 for this scheduler execution.
    [all...]
drones.py 9 from autotest_lib.scheduler import drone_utility, email_manager
15 AUTOTEST_INSTALL_DIR = global_config.global_config.get_config_value('SCHEDULER',
59 'scheduler', 'drone_utility.py')
180 __file__, 'autotest_lib.scheduler.site_drones',
rdb_cache_manager.py 47 Since hosts are only released by the scheduler there is no way the
86 from autotest_lib.scheduler import rdb_utils
monitor_db_unittest.py 12 from autotest_lib.scheduler import agent_task
13 from autotest_lib.scheduler import monitor_db, drone_manager
14 from autotest_lib.scheduler import pidfile_monitor
15 from autotest_lib.scheduler import scheduler_config, gc_stats
16 from autotest_lib.scheduler import scheduler_lib
17 from autotest_lib.scheduler import scheduler_models
381 # # Indirectly initialize the internal state of the host scheduler.
384 # # Test the host scheduler
421 'SCHEDULER', 'drones', 'localhost')
    [all...]
drone_utility.py 22 from autotest_lib.scheduler import drone_logging_config
23 from autotest_lib.scheduler import email_manager, scheduler_config
167 'SCHEDULER', 'check_processes_for_dark_mark', bool, False)
213 __file__, 'autotest_lib.scheduler.site_drone_utility',
293 The scheduler used to create files at results/hosts/<hostname>, and
298 This can be a problem the first time the scheduler runs after upgrading.
556 'SCHEDULER', hostname + '_username', default=getpass.getuser())
589 __file__, 'autotest_lib.scheduler.site_drone_utility',
scheduler_models_unittest.py 13 from autotest_lib.scheduler import monitor_db
14 from autotest_lib.scheduler import scheduler_lib
15 from autotest_lib.scheduler import scheduler_models
monitor_db_functional_test.py 10 from autotest_lib.scheduler import drone_manager, email_manager, host_scheduler
11 from autotest_lib.scheduler import monitor_db, scheduler_models
12 from autotest_lib.scheduler import scheduler_config
13 from autotest_lib.scheduler import scheduler_lib
91 Object to represent pidfile IDs that is opaque to the scheduler code but
323 # some number of ticks after which the scheduler is presumed to have
370 self.mock_config.set_config_value('SCHEDULER', 'pidfile_timeout_mins',
372 self.mock_config.set_config_value('SCHEDULER', 'gc_stats_interval_mins',
374 self.mock_config.set_config_value('SCHEDULER', 'enable_archiving', True)
375 self.mock_config.set_config_value('SCHEDULER',
    [all...]
prejob_task.py 16 will indicate to the scheduler that it needs to schedule a new special task
18 the scheduler only monitors it through the Agent, and its is_active bit=1.
20 success bits, so the scheduler ignores it.
23 This status is acted upon in the scheduler, to assign an AgentTask.
53 in the next scheduler tick. Failing the HQE results in either a Parsing
62 from autotest_lib.scheduler import agent_task, scheduler_config
323 # self.queue_entry is a scheduler models HostQueueEntry object, but
scheduler_models.py 3 """Database model classes for the scheduler.
5 Contains model classes abstracting the various DB tables used by the scheduler.
8 (particularly HostQueueEntry and Job) have considerable scheduler-specific logic
29 from autotest_lib.scheduler import drone_manager, email_manager
30 from autotest_lib.scheduler import rdb_lib
31 from autotest_lib.scheduler import scheduler_config
32 from autotest_lib.scheduler import scheduler_lib
639 # state. This means that if someone sigkills the scheduler between
642 # and the scheduler should never be killed mid-tick.
    [all...]
  /external/autotest/scheduler/shard/
shard_client.py 23 from autotest_lib.scheduler import email_manager
24 from autotest_lib.scheduler import scheduler_lib
205 # The scheduler sets shard to None upon completion of the job.
shard_client_unittest.py 17 from autotest_lib.scheduler.shard import shard_client
  /external/junit/src/org/junit/runners/
ParentRunner.java 372 * Sets a scheduler that determines the order and parallelization
375 public void setScheduler(RunnerScheduler scheduler) {
376 this.fScheduler = scheduler;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 131 final JobScheduler scheduler = context.getSystemService(JobScheduler.class);
135 scheduler.cancel(jobId);
174 scheduler.scheduleAsPackage(builder.build(), packageName, UserHandle.myUserId(), TAG);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java 257 String broadcastPermission, Handler scheduler) {
278 String receiverPermission, BroadcastReceiver resultReceiver, Handler scheduler,
286 Handler scheduler, int initialCode, String initialData, Bundle initialExtras) {
  /external/v8/
Android.v8common.mk 79 src/compiler/instruction-scheduler.cc \
125 src/compiler/scheduler.cc \
413 src/compiler/arm/instruction-scheduler-arm.cc \
444 src/compiler/arm64/instruction-scheduler-arm64.cc \
461 src/compiler/mips/instruction-scheduler-mips.cc \
489 src/compiler/mips64/instruction-scheduler-mips64.cc \
517 src/compiler/ia32/instruction-scheduler-ia32.cc \
543 src/compiler/x64/instruction-scheduler-x64.cc \
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]
  /external/autotest/client/tests/hackbench/src/
hackbench.c 3 * This is the latest version of hackbench.c, that tests scheduler and
19 hackbench tests the Linux scheduler. The original program is at
72 > http://people.redhat.com/mingo/cfs-scheduler/tools/hackbench.c
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
  /frameworks/base/core/jni/
android_util_Process.cpp 244 int scheduler = sched_getscheduler(t_pid); local
245 if ((scheduler == SCHED_FIFO) || (scheduler == SCHED_RR)) {
    [all...]
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 75 v.info scheduler : show valgrind thread state and stacktrace
  /external/autotest/site_utils/
gs_offloader.py 43 from autotest_lib.scheduler import email_manager
81 'SCHEDULER', 'notify_email', default='')
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 401 IntentFilter filter, String broadcastPermission, Handler scheduler) {

Completed in 1895 milliseconds

1 2 3 45 6 7 8 910