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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
workstealing.h 116 // How many jobs?
134 // No more threads than jobs, at least one thread.
179 // How many jobs per thread? last thread gets the rest.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
workstealing.h 116 // How many jobs?
134 // No more threads than jobs, at least one thread.
179 // How many jobs per thread? last thread gets the rest.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 29 import org.eclipse.core.runtime.jobs.Job;
177 /** Cancels the current lint jobs, if any, and optionally waits for them to finish */
179 // Cancel any current running jobs first
  /external/compiler-rt/test/tsan/
test_output.sh 61 for job in `jobs -p`; do
  /external/fio/
client.h 49 unsigned int jobs; member in struct:fio_client
gfio.h 25 GtkWidget *jobs; member in struct:eta_widget
  /external/lldb/test/lang/objc/objc-checker/
TestObjCCheckers.py 2 Use lldb Python API to make sure the dynamic checkers are doing their jobs.
  /external/toybox/toys/pending/
sh.c 17 * alias bg cd command fc fg getopts hash jobs kill read type ulimit
82 bool "Job Control (fg, bg, jobs)"
87 the built-in commands "fg", "bg", and "jobs".
167 Adds the commands exec, fg, bg, help, jobs, pwd, export, source, set,
crond.c 318 * Iterate all cronfiles to identify the completed jobs and freed them.
319 * If all jobs got completed for a cronfile, freed cronfile too.
362 // Scan cronfiles and prepare the list of cronfiles with their jobs.
473 // Send an e-mail for each successfully completed jobs.
502 // Count the number of jobs, which are not completed.
535 // Execute jobs one by one and prepare for the e-mail sending.
582 // Identify jobs, which needs to be started at the given time interval.
  /external/v8/tools/testrunner/local/
execution.py 199 def Run(self, jobs):
201 self._RunInternal(jobs)
207 def _RunInternal(self, jobs):
208 pool = Pool(jobs)
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 25 import org.eclipse.core.runtime.jobs.Job;
  /external/clang/include/clang/Driver/
Tool.h 119 /// ConstructJob - Construct jobs to perform the action \p JA,
120 /// writing to \p Output and with \p Inputs, and add the jobs to
Driver.h 141 /// Only print tool bindings, don't build any jobs.
165 /// jobs.
197 // Before executing jobs, sets up response files for commands that need them.
298 /// arguments to form the list of jobs to run.
363 /// BuildJobsForAction - Construct the jobs to perform for the
  /external/libxml2/result/HTML/
test2.html.sax 85 SAX.startElement(a, href='http://jobs.linuxtoday.com/')
86 SAX.characters(jobs, 4)
  /external/v8/tools/testrunner/server/
local_handler.py 102 sio.write("My own jobs: %d, relative performance: %.2f\n" %
103 (self.server.daemon.jobs, self.server.daemon.relative_perf))
  /frameworks/base/services/core/java/com/android/server/job/controllers/
AppIdleController.java 31 * Controls when apps are considered idle and if jobs pertaining to those apps should
34 * out of idle state, it will be allowed to run scheduled jobs.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 33 import org.eclipse.core.runtime.jobs.Job;
144 // Launch all test info collector jobs
163 // wait for all test info collector jobs to complete
198 // Spawn all instrumentation runner jobs
212 // Wait for all jobs to complete
  /ndk/sources/host-tools/make-3.81/po/
id.po 566 msgid "*** Waiting for unfinished jobs...."
567 msgstr "*** Menunggu jobs yang belum selesai...."
632 msgid "read jobs pipe"
633 msgstr "membaca jobs pipe"
759 " -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no "
762 "Melakukan N jobs secara bersamaan. Jobs tidak terhingga jika tidak diberikan "
774 " Don't start multiple jobs unless load is below
    [all...]
  /frameworks/base/core/java/android/printservice/
PrintService.java 57 * <h3>Print jobs</h3>
63 * jobs for this service is obtained by calling {@link #getActivePrintJobs()}. Active
64 * print jobs are ones that are queued or started.
102 * from a print service if there are active print jobs for the printers managed by it.
307 * Gets the active print jobs for the printers managed by this service.
308 * Active print jobs are ones that are not in a final state, i.e. whose
311 * @return The active print jobs.
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConnectivityConstraintTest.java 35 * Schedules jobs with the {@link android.app.job.JobScheduler} that have network connectivity
83 // Positives - schedule jobs under conditions that require them to pass.
151 // Negatives - schedule jobs under conditions that require that they fail.
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/simple_api_parsing/npmorg/
expected.html 34 <li class="jobs">
35 <a href="http://www.npmjs.com/jobs/">Jobs</a>
src.html 34 <li class="jobs">
35 <a href="http://www.npmjs.com/jobs/">Jobs</a>
  /external/deqp/android/scripts/
common.py 147 jobs = []
151 jobs.append(job)
153 for job in jobs:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /external/libhevc/decoder/
ihevcd_job_queue.c 64 * requirements. Buffer size required to store the jobs should be allocated in
387 * Job Queue buffer is assumed to be allocated to handle worst case number of jobs
452 * Job Queue buffer is assumed to be allocated to handle worst case number of jobs

Completed in 2624 milliseconds

1 2 34 5 6 7 8 91011>>