Searched defs:Job (Results 1 - 16 of 16) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dregress-8.js39 var Job = ""; variable
70 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Job))))),p);
/external/v8/tools/testrunner/local/
H A Dexecution.py39 class Job(object): class in inherits:object
105 return Job(command, dep_command, test.id, timeout, self.context.verbose)
/external/clang/include/clang/Driver/
H A DJob.h1 //===--- Job.h - Commands to Execute ----------------------------*- C++ -*-===//
40 class Job { class in namespace:clang::driver
52 Job(JobClass _Kind) : Kind(_Kind) {} function in class:clang::driver::Job
54 virtual ~Job();
58 /// Print - Print this Job in -### format.
70 class Command : public Job {
137 static bool classof(const Job *J) {
157 static bool classof(const Job *J) {
166 class JobList : public Job {
168 typedef SmallVector<std::unique_ptr<Job>,
[all...]
/external/clang/lib/Driver/
H A DJob.cpp1 //===--- Job.cpp - Command to Execute -------------------------------------===//
12 #include "clang/Driver/Job.h"
28 Job::~Job() {}
33 : Job(CommandClass), Source(_Source), Creator(_Creator),
298 JobList::JobList() : Job(JobListClass) {}
302 for (const auto &Job : *this)
303 Job.Print(OS, Terminator, Quote, CrashInfo);
/external/jetty/src/java/org/eclipse/jetty/util/
H A DIO.java70 static class Job implements Runnable class in class:IO
77 Job(InputStream in,OutputStream out) method in class:IO.Job
84 Job(Reader read,Writer write) method in class:IO.Job
128 Job job=new Job(in,out);
155 Job job=new Job(in,out);
/external/regex-re2/re2/
H A Dbitstate.cc25 struct Job { struct in namespace:re2
66 Job *job_; // stack of text positions to explore
108 Job* newjob = new Job[maxjob_];
113 LOG(DFATAL) << "Job stack overflow.";
134 Job* j = &job_[njob_++];
168 // VLOG(0) << "Job: " << ip->id() << " "
326 job_ = new Job[maxjob_];
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java798 m_jobs = new Job [JOB_QUEUE_SIZE];
871 private static abstract class Job class in class:InstrProcessorST
878 private static final class FileWriteJob extends Job
901 private static final class EntryWriteJob extends Job
926 private void addJob (final Job job)
939 final Job job = m_jobs [j];
1020 private final Job [] m_jobs;
/external/mksh/src/
H A Djobs.c62 /* Job.flags values */
76 typedef struct job Job; typedef in typeref:struct:job
78 Job *next; /* next job in list */
115 static Job *job_list; /* job list */
116 static Job *last_job;
117 static Job *async_job;
139 static void j_set_async(Job *);
140 static void j_startjob(Job *);
141 static int j_waitj(Job *, int, const char *);
143 static void j_print(Job *, in
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp6549 struct Job { struct in class:__anon847::DataRecursiveIntBinOpEvaluator
6554 Job() : StoredInfo(nullptr) {} function in struct:__anon847::DataRecursiveIntBinOpEvaluator::Job
6560 ~Job() {
6570 SmallVector<Job, 16> Queue;
6640 Queue.back().Kind = Job::AnyExprKind;
6792 Job &job = Queue.back();
6795 case Job::AnyExprKind: {
6798 job.Kind = Job::BinOpKind;
6809 case Job::BinOpKind: {
6819 job.Kind = Job
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 699 milliseconds