HomeSort by relevance Sort by last modified time
    Searched full:jobs (Results 101 - 125 of 652) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libmpeg2/common/
impeg2_job_queue.c 61 * requirements. Buffer size required to store the jobs should be allocated in
384 * Job Queue buffer is assumed to be allocated to handle worst case number of jobs
458 * Job Queue buffer is assumed to be allocated to handle worst case number of jobs
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 152 if (FlagValue(argv[i], "jobs") || FlagValue(argv[i], "workers")) continue;
194 if (Flags.workers > 0 && Flags.jobs > 0)
195 return RunInMultipleProcesses(argc, argv, Flags.workers, Flags.jobs);
  /external/toybox/scripts/
make.sh 249 # ratelimit to $CPUS many parallel jobs, detecting errors
253 PENDING="$(echo $PENDING $(jobs -rp) | tr ' ' '\n' | sort -u)"
263 # wait for all background jobs, detecting errors
  /bionic/tools/bionicbb/
README.md 35 for a Jenkins account that has the appropriate permissions to launch the jobs
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ConstraintTestActivity.java 22 * Intent we use to force the job scheduler to consider any ready jobs that otherwise it may
MockJobService.java 88 * Block the test thread, expecting to timeout but still listening to ensure that no jobs
  /cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java 92 * Block the test thread, expecting to timeout but still listening to ensure that no jobs
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
TestJobService.java 76 // do is track which jobs have landed on our service, and
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
TestJobService.java 76 // do is track which jobs have landed on our service, and
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
TestJobService.java 76 // do is track which jobs have landed on our service, and
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 125 mm_jpeg_queue_t ongoing_job_q; /* queue for ongoing jobs */
  /external/fio/os/
os-mac.h 32 * so default to a lower number of max jobs supported
  /external/fio/
server.h 151 uint32_t jobs; member in struct:cmd_start_pdu
  /external/mksh/
Android.mk 29 src/expr.c src/funcs.c src/histrap.c src/jobs.c \
  /external/mksh/src/
sh_flags.opt 87 /* ./. don't kill running jobs when login shell exits */
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmaliOptions.java 81 public int jobs = -1; field in class:baksmaliOptions
  /external/v8/src/
optimizing-compiler-thread.h 73 // should make sure that we do not hold onto stale jobs indefinitely.
  /frameworks/base/core/java/android/app/job/
JobInfo.java 310 * jobs created with the same jobId, will update the pre-existing job with
357 * perform resource heavy jobs. Bear in mind that battery usage will still be attributed
415 * This is because back-off typically does not make sense for these types of jobs. See
448 // Allow jobs with no constraints - What am I, a database?
JobParameters.java 62 * For jobs with {@link android.app.job.JobInfo.Builder#setOverrideDeadline(long)} set, this
  /frameworks/base/packages/PrintSpooler/res/values/
strings.xml 169 <!-- Template for the notification label for a composite (multiple items) print jobs notification. [CHAR LIMIT=25] -->
172 <item quantity="other"><xliff:g id="print_job_name" example="foo.jpg">%1$d</xliff:g> print jobs</item>
222 <string name="permlab_accessAllPrintJobs" translatable="false">access all print jobs</string>
226 print jobs created by another app. Should never be needed for normal apps.</string>
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 163 // The service is dead and neither has active jobs nor discovery
278 // The service is dead and neither has active jobs nor discovery
300 // If the service has no print jobs and no active discovery
588 // If we do not have print jobs and no discovery is in progress,
RemotePrintSpooler.java 118 Slog.e(LOG_TAG, "Error getting print jobs.", re);
120 Slog.e(LOG_TAG, "Error getting print jobs.", te);
291 Slog.e(LOG_TAG, "Error removing obsolete print jobs .", re);
293 Slog.e(LOG_TAG, "Error removing obsolete print jobs .", te);
  /frameworks/base/tools/aapt2/
Linker.h 36 * The Linker has two jobs. It follows resource references
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DispatchThread.java 92 * Gracefully ends this thread. Will stop after all jobs are processed.
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
JobLimiter.java 25 // Limit the number of concurrent jobs that has been submitted into a ThreadPool

Completed in 4801 milliseconds

1 2 3 45 6 7 8 91011>>