/external/clang/include/clang/Driver/ |
D | Job.h | 40 class Job { 52 Job(JobClass _Kind) : Kind(_Kind) {} in Job() function 54 virtual ~Job(); 70 class Command : public Job { 137 static bool classof(const Job *J) { in classof() 157 static bool classof(const Job *J) { in classof() 166 class JobList : public Job { 168 typedef SmallVector<std::unique_ptr<Job>, 4> list_type; 184 void addJob(std::unique_ptr<Job> J) { Jobs.push_back(std::move(J)); } in addJob() 197 static bool classof(const Job *J) { in classof()
|
D | Driver.h | 45 class Job; variable 198 void setUpResponseFiles(Compilation &C, Job &J);
|
D | Tool.h | 27 class Job; variable
|
D | Compilation.h | 172 void ExecuteJob(const Job &J,
|
/external/mksh/src/ |
D | jobs.c | 76 typedef struct job Job; typedef 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 *, int, struct shf *); 144 static Job *j_lookup(const char *, int *); [all …]
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | IO.java | 70 static class Job implements Runnable class in IO 77 Job(InputStream in,OutputStream out) in Job() method in IO.Job 84 Job(Reader read,Writer write) in Job() method in IO.Job 128 Job job=new Job(in,out); in copyThread() 155 Job job=new Job(in,out); in copyThread()
|
/external/regex-re2/re2/ |
D | bitstate.cc | 25 struct Job { struct 66 Job *job_; // stack of text positions to explore 108 Job* newjob = new Job[maxjob_]; in GrowStack() 134 Job* j = &job_[njob_++]; in Push() 326 job_ = new Job[maxjob_]; in Search()
|
/external/clang/lib/Driver/ |
D | Job.cpp | 28 Job::~Job() {} in ~Job() 33 : Job(CommandClass), Source(_Source), Creator(_Creator), in Command() 298 JobList::JobList() : Job(JobListClass) {} in JobList() 302 for (const auto &Job : *this) in Print() 303 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()
|
D | Compilation.cpp | 195 void Compilation::ExecuteJob(const Job &J, in ExecuteJob() 205 for (const auto &Job : *Jobs) in ExecuteJob() 206 ExecuteJob(Job, FailingCommands); in ExecuteJob()
|
D | CMakeLists.txt | 12 Job.cpp
|
D | Android.mk | 19 Job.cpp \
|
/external/clang/lib/Tooling/ |
D | CompilationDatabase.cpp | 253 for (const auto &Job : Jobs) { in stripPositionalArgs() local 254 if (Job.getKind() == driver::Job::CommandClass) { in stripPositionalArgs() 255 const driver::Command &Cmd = cast<driver::Command>(Job); in stripPositionalArgs()
|
/external/v8/test/mjsunit/compiler/ |
D | regress-8.js | 39 var Job = ""; variable 70 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Job))))),p);
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrProcessorST.java | 798 m_jobs = new Job [JOB_QUEUE_SIZE]; in InstrProcessorST() 871 private static abstract class Job class in InstrProcessorST 878 private static final class FileWriteJob extends Job 901 private static final class EntryWriteJob extends Job 926 private void addJob (final Job job) in addJob() 939 final Job job = m_jobs [j]; in drainJobQueue() 1020 private final Job [] m_jobs;
|
/external/fio/examples/ |
D | fusion-aw-sync.fio | 1 # Example Job File that randomly writes 8k worth of data atomically for
|
/external/clang/test/SemaCXX/ |
D | lambda-expressions.cpp | 367 void Job(L l); 373 Job([len]() {}); in Logger()
|
/external/v8/tools/testrunner/local/ |
D | execution.py | 39 class Job(object): class 105 return Job(command, dep_command, test.id, timeout, self.context.verbose)
|
/external/icu/icu4c/source/data/brkitr/ |
D | en.txt | 44 "Job.",
|
/external/fio/ |
D | GFIO-TODO | 20 - Job options are already converted across the network and
|
D | README | 235 Job file 244 This README contains the terse version. Job files can describe big and 245 complex setups that are not possible with the command line. Job files
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.util_1.0.200.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |