HomeSort by relevance Sort by last modified time
    Searched refs:JOB (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/platform_DaemonsRespawn/
test_respawn.sh 12 # Verifies that the given job is running and returns the pid.
26 echo "Job $upstart_job is not running."
30 # Now make sure that upstart has the pid that we would expect for this job
33 echo "Upstart not able to track pid for job: $upstart_job"
38 echo "Unable to find running job for daemon: $daemon"
54 for job in $UPSTART_JOBS_TO_TEST ; do
56 JOB=$(echo "$job" | awk -F':' '{ print $1 }')
57 DAEMON=$(echo "$job" | awk -F':' '{ print $2 }')
59 get_job_pid "$JOB" "$DAEMON
    [all...]
  /external/toybox/toys/pending/
crond.c 49 } JOB;
53 struct double_list *job, *var; member in struct:_cronfile
211 JOB *j;
264 j = xzalloc(sizeof(JOB));
279 dlist_add_nomalloc((struct double_list **)&cfile->job, (struct double_list *)j);
295 static void free_jobs(JOB **jlist)
297 JOB *j = dlist_pop(jlist);
328 JOB *jstart, *jlist = (JOB *)list->job;
506 JOB *job, *jstart; local
539 JOB *job, *jstart; local
590 JOB *job, *jstart; local
    [all...]
  /external/autotest/contrib/
servo-stat 114 JOB=$(remote $SERVO status servod | sed 's/,.*//')
115 if [ "$JOB" = "servod start/running" ]
  /external/autotest/scheduler/
monitor_db_functional_test.py 51 _PidfileType = enum.Enum('verify', 'cleanup', 'repair', 'job', 'gather',
56 drone_manager.AUTOSERV_PID_FILE: _PidfileType.JOB,
444 job, queue_entry = self._make_job_and_queue_entry()
446 self._run_dispatcher() # launches job
455 job, queue_entry = self._make_job_and_queue_entry()
456 job.reboot_before = model_attributes.RebootBefore.ALWAYS
457 job.save()
466 self._run_dispatcher() # job
489 # from here the job should run as normal
495 # reset fails, it copies its results over to the job directory usin
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 130 * A constant indicating a job timer
132 public static final int JOB = 14;
412 * Returns a mapping containing scheduled job statistics.
    [all...]

Completed in 198 milliseconds