/external/toybox/toys/pending/ |
D | crond.c | 53 struct double_list *job, *var; member 279 dlist_add_nomalloc((struct double_list **)&cfile->job, (struct double_list *)j); in parse_line() 328 JOB *jstart, *jlist = (JOB *)list->job; in remove_completed_jobs() 347 list->job = (struct double_list *)jlist; in remove_completed_jobs() 395 if (!cfile->job) { in scan_cronfiles() 422 static void do_fork(CRONFILE *cfile, JOB *job, int fd, char *prog) in do_fork() argument 458 execlp(file, file, (prog ? "-ti" : "-c"), (prog ? NULL : job->cmd), (char *) NULL); in do_fork() 461 if (!prog) dprintf(1, "Exec failed: %s -c %s\n", file, job->cmd); in do_fork() 470 job->pid = pid; in do_fork() 474 static void sendmail(CRONFILE *cfile, JOB *job) in sendmail() argument [all …]
|
/external/v8/src/ |
D | optimizing-compiler-thread.cc | 90 OptimizedCompileJob* job = input_queue_[InputQueueIndex(0)]; in NextInput() local 91 DCHECK_NE(NULL, job); in NextInput() 94 return job; in NextInput() 99 OptimizedCompileJob* job = NextInput(); in CompileNext() local 100 DCHECK_NE(NULL, job); in CompileNext() 103 OptimizedCompileJob::Status status = job->OptimizeGraph(); in CompileNext() 110 output_queue_.Enqueue(job); in CompileNext() 115 static void DisposeOptimizedCompileJob(OptimizedCompileJob* job, in DisposeOptimizedCompileJob() argument 118 CompilationInfo* info = job->info(); in DisposeOptimizedCompileJob() 121 if (!job->IsWaitingForInstall()) { in DisposeOptimizedCompileJob() [all …]
|
D | compiler.cc | 751 OptimizedCompileJob job(info); in GetOptimizedCodeNow() local 752 if (job.CreateGraph() != OptimizedCompileJob::SUCCEEDED || in GetOptimizedCodeNow() 753 job.OptimizeGraph() != OptimizedCompileJob::SUCCEEDED || in GetOptimizedCodeNow() 754 job.GenerateCode() != OptimizedCompileJob::SUCCEEDED) { in GetOptimizedCodeNow() 794 OptimizedCompileJob* job = new (info->zone()) OptimizedCompileJob(info); in GetOptimizedCodeLater() local 795 OptimizedCompileJob::Status status = job->CreateGraph(); in GetOptimizedCodeLater() 797 isolate->optimizing_compiler_thread()->QueueForOptimization(job); in GetOptimizedCodeLater() 1350 Handle<Code> Compiler::GetConcurrentlyOptimizedCode(OptimizedCompileJob* job) { in GetConcurrentlyOptimizedCode() argument 1353 SmartPointer<CompilationInfo> info(job->info()); in GetConcurrentlyOptimizedCode() 1368 if (job->last_status() == OptimizedCompileJob::SUCCEEDED) { in GetConcurrentlyOptimizedCode() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | ... org.eclipse.core.runtime.jobs.Job realJob
synchronized void end (org.eclipse.core ... |
D | org.eclipse.equinox.util_1.0.200.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/webp/src/enc/ |
D | analysis.c | 402 static int DoSegmentsJob(SegmentJob* const job, VP8EncIterator* const it) { in DoSegmentsJob() argument 410 MBAnalyze(it, job->alphas, &job->alpha, &job->uv_alpha); in DoSegmentsJob() 411 ok = VP8IteratorProgress(it, job->delta_progress); in DoSegmentsJob() 425 static void InitSegmentJob(VP8Encoder* const enc, SegmentJob* const job, in InitSegmentJob() argument 427 WebPGetWorkerInterface()->Init(&job->worker); in InitSegmentJob() 428 job->worker.data1 = job; in InitSegmentJob() 429 job->worker.data2 = &job->it; in InitSegmentJob() 430 job->worker.hook = (WebPWorkerHook)DoSegmentsJob; in InitSegmentJob() 431 VP8IteratorInit(enc, &job->it); in InitSegmentJob() 432 VP8IteratorSetRow(&job->it, start_row); in InitSegmentJob() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/util/thread/ |
D | QueuedThreadPool.java | 353 public boolean dispatch(Runnable job) in dispatch() argument 359 if(_jobs.offer(job)) in dispatch() 371 LOG.debug("Dispatched {} to stopped {}",job,this); in dispatch() 376 public void execute(Runnable job) in execute() argument 378 if (!dispatch(job)) in execute() 537 Runnable job=_jobs.poll(); 541 while (job!=null && isRunning()) 543 runJob(job); 544 job=_jobs.poll(); 552 while (isRunning() && job==null) [all …]
|
D | ExecutorThreadPool.java | 122 public boolean dispatch(Runnable job) 126 _executor.execute(job);
|
D | ThreadPool.java | 31 public abstract boolean dispatch(Runnable job); in dispatch() argument
|
/external/v8/tools/testrunner/local/ |
D | execution.py | 48 def RunTest(job): argument 50 if job.dep_command is not None: 51 dep_output = commands.Execute(job.dep_command, job.verbose, job.timeout) 57 return (job.id, dep_output, time.time() - start_time) 58 output = commands.Execute(job.command, job.verbose, job.timeout) 59 return (job.id, output, time.time() - start_time)
|
/external/v8/tools/ |
D | gdbinit | 6 define job 9 document job 11 Usage: job tagged_ptr 16 job (v8::internal::Isolate::Current()->FindCodeObject((v8::internal::Address)$arg0))
|
/external/fio/ |
D | GFIO-TODO | 3 - Ability to save job files. Probably in an extended gfio format, 4 so we can include options/settings outside of a fio job file. 12 the fio job included. 15 - Add ability to edit job options: 17 - We need an options view after sending a job, that allows us to 41 we store and send job files. Right now they are in ge->job_files[]
|
D | HOWTO | 33 writing a job file describing that specific setup. A job file may contain 34 any number of threads and/or files - the typical contents of the job file 35 is a global section defining shared parameters, and one or more job 37 and sets everything up as described. If we break down a job from top to 68 job behaves. 76 Running fio is normally the easiest part - you just give it the job file 77 (or job files) as parameters: 82 more than one job file on the command line, fio will serialize the running 86 If the job file contains only one job, you may as well just give the 88 to the job parameters, with a few extra that control global parameters [all …]
|
D | README | 8 The typical use of fio is to write a job file matching the io load 151 --bandwidth-log Generate per-job bandwidth logs 162 --showcmd Turn a job file into command line options 169 --section=name Only run specified section in job file. 183 Any parameters following the options will be assumed to be job files, 184 unless they match a job file parameter. Multiple job files can be listed 185 and each job file will be regarded as a separate group. fio will stonewall 208 job:x Dump info only related to job number x 221 E.g. one job file could define light, moderate, and heavy sections. Tell fio to 224 operation in another section. The --section option only applies to job [all …]
|
/external/mksh/src/ |
D | jobs.c | 76 typedef struct job Job; 77 struct job { struct 85 int job; /* job number: %n */ argument 622 coproc.job = (void *)j; in exchild() 627 shf_fprintf(shl_out, "[%d]", j->job); in exchild() 831 shprintf("[%d] ", j->job); in j_resume() 1455 if (coproc.job == j) { in check_job() 1456 coproc.job = NULL; in check_job() 1512 j->job = -1; in check_job() 1547 filler = j->job > 10 ? "\n " : "\n "; in j_print() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | IO.java | 128 Job job=new Job(in,out); in copyThread() local 129 if (!Singleton.__pool.dispatch(job)) in copyThread() 130 job.run(); in copyThread() 155 Job job=new Job(in,out); in copyThread() local 156 if (!Singleton.__pool.dispatch(job)) in copyThread() 157 job.run(); in copyThread()
|
/external/deqp/android/scripts/ |
D | common.py | 149 job = threading.Thread(target=applyAndCaptureError, args=(f, args, errorCode)) 150 job.start() 151 jobs.append(job) 153 for job in jobs: 154 job.join()
|
/external/fio/examples/ |
D | zipf.fio | 1 # Example job file for using a zipf distribution instead 4 [job]
|
D | rdmaio-server.fio | 1 # Example rdma server job
|
D | rdmaio-client.fio | 1 # Example rdma client job
|
D | fsx.fio | 1 ; This job file works pretty works similarly to running fsx-linux
|
/external/compiler-rt/test/tsan/ |
D | test_output.sh | 61 for job in `jobs -p`; do 62 wait $job || exit 1
|
/external/libxml2/example/ |
D | gjobread.c | 96 typedef struct job { struct 103 } job, *jobPtr; argument 116 ret = (jobPtr) malloc(sizeof(job)); in parseJob() 121 memset(ret, 0, sizeof(job)); in parseJob()
|
/external/icu/icu4c/source/test/testdata/ |
D | ra.txt | 17 * @note {0} represents the position of OSNAME and {1} represents the position of job name 18 * e.g: The OS/400 job named SYSLOG 20 test1{"The {0} job named {1}"}
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
D | EngineJob.java | 199 EngineJob job = (EngineJob) message.obj; in handleMessage() local 201 job.handleResultOnMainThread(); in handleMessage() 203 job.handleExceptionOnMainThread(); in handleMessage()
|