HomeSort by relevance Sort by last modified time
    Searched refs:JOB (Results 1 - 8 of 8) 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
212 JOB *j;
265 j = xzalloc(sizeof(JOB));
280 dlist_add_nomalloc((struct double_list **)&cfile->job, (struct double_list *)j);
296 static void free_jobs(JOB **jlist)
298 JOB *j = dlist_pop(jlist);
329 JOB *jstart, *jlist = (JOB *)list->job;
507 JOB *job, *jstart; local
540 JOB *job, *jstart; local
591 JOB *job, *jstart; local
    [all...]
  /external/autotest/contrib/
servo-stat 147 JOB=$(remote $SERVO status servod | sed 's/,.*//')
148 if [ "$JOB" = "servod start/running" ]
  /external/tensorflow/tensorflow/tools/dist_test/server/
grpc_tensorflow_server.py 25 SPEC is <JOB>(,<JOB>)*
26 JOB is <NAME>|<HOST:PORT>(;<HOST:PORT>)*
27 NAME is a valid job name ([a-z][0-9a-z]*)
64 job_def = cluster.job.add()
77 print("Added job named \"%s\"" % job_name)
87 print(" Added task \"%s\" to job \"%s\"" % (job_tasks[i], job_name))
97 # Job name
125 Cluster spec: SPEC. SPEC is <JOB>(,<JOB>)*," JOB i
    [all...]
  /external/autotest/scheduler/
monitor_db_functional_test.py 32 _PidfileType = enum.Enum('verify', 'cleanup', 'repair', 'job', 'gather',
37 drone_manager.AUTOSERV_PID_FILE: _PidfileType.JOB,
441 job, queue_entry = self._make_job_and_queue_entry()
443 self._run_dispatcher() # launches job
452 job, queue_entry = self._make_job_and_queue_entry()
453 job.reboot_before = model_attributes.RebootBefore.ALWAYS
454 job.save()
463 self._run_dispatcher() # job
486 # from here the job should run as normal
492 # 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 20 import android.app.job.JobParameters;
142 * A constant indicating a job timer
144 public static final int JOB = 14;
247 * - Deferred job metrics.
369 * These are the thresholds for bucketing last time since a job was run for an app
370 * that just moved to ACTIVE due to a launch. So if the last time a job ran was less
623 * Returns a mapping containing scheduled job statistics.
632 * @return A Map of String job names to completion type -> count mapping.
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/26.2.0-alpha16/
protos-26.2.0-alpha16.jar 

Completed in 205 milliseconds