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

  /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...]
  /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 193 milliseconds