Home
last modified time | relevance | path

Searched refs:Job (Results 1 – 25 of 88) sorted by relevance

1234

/external/mksh/src/
Djobs.c76 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/autotest/frontend/health/
Dutils_unittest.py62 job = models.Job(job_idx=1)
84 job = models.Job(job_idx=1)
107 job = models.Job(job_idx=1)
147 job = models.Job(job_idx=1)
169 job = models.Job(job_idx=1)
192 job = models.Job(job_idx=1)
215 job = models.Job(job_idx=1)
237 job = models.Job(job_idx=1)
254 job = models.Job(job_idx=1)
271 job = models.Job(job_idx=1)
/external/autotest/frontend/afe/
Dmodels_test.py203 self.assertEqual(1, models.Job.objects.all().count())
206 self.assertEqual(0, models.Job.objects.all().count())
213 self.assertEqual(2, models.Job.objects.all().count())
215 models.Job.objects.all().delete()
216 self.assertEqual(0, models.Job.objects.all().count())
287 self.assertRaises(Exception, models.Job.check_parameterized_job,
292 self.assertRaises(Exception, models.Job.check_parameterized_job,
297 self.assertRaises(Exception, models.Job.check_parameterized_job,
304 self.assertRaises(Exception, models.Job.check_parameterized_job,
583 jobs = [models.Job.deserialize(job) for job in jobs_serialized]
[all …]
Dresources.py433 _job_fields = models.Job.get_field_dict()
579 class Job(resource_lib.InstanceEntry): class
581 model = models.Job
615 Job._StatusConstraint())
622 return cls(request, models.Job.objects.get(id=job_id))
631 models.Job.objects.populate_relationships(instances, models.JobKeyval,
636 rep = super(Job, self).short_representation()
653 rep = super(Job, self).full_representation()
730 return models.Job.objects.get(id=job_id)
739 queryset = models.Job.objects.order_by('-id')
[all …]
Drpc_interface.py597 job_ids = list(models.Job.objects.filter(
1146 jobs = list(models.Job.query_objects(filter_data))
1147 models.Job.objects.populate_relationships(jobs, models.Label,
1149 models.Job.objects.populate_relationships(jobs, models.JobKeyval, 'keyvals')
1175 return models.Job.query_count(filter_data)
1190 all_status_counts = models.Job.objects.get_status_counts(ids)
1204 job = models.Job.objects.get(id=id)
1529 job = models.Job.objects.get(id=job_id)
1579 job_fields = models.Job.get_field_dict()
1608 result['job_timeout_mins_default'] = models.Job.DEFAULT_TIMEOUT_MINS
[all …]
/external/autotest/server/cros/
Drepair_utils_unittest.py69 old_job = models.Job(owner='me', name='old_job',
77 new_job = models.Job(owner='me', name='new_job',
100 correct_job = models.Job(owner='me', name='correct_job',
110 wrong_job = models.Job(owner='me', name='wrong_job',
138 new_job = models.Job(owner='me', name='new_job',
/external/jetty/src/java/org/eclipse/jetty/util/
DIO.java70 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/
Dbitstate.cc25 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/autotest/scheduler/shard/
Dshard_client.py157 self._deserialize_many(jobs_serialized, models.Job, 'job')
175 job_models = models.Job.objects.filter(
210 job_ids = list(models.Job.objects.filter(
214 for job_to_upload in models.Job.objects.filter(pk__in=job_ids).all():
223 models.Job.objects.filter(pk__in=job_ids).update(shard=self.shard)
249 job_ids = list(models.Job.objects.filter(
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/
Dfailure_unittest.py23 job = job_module.Job(map_function_handle, reduce_function_handle, '1')
40 job = job_module.Job(map_function_handle, reduce_function_handle, '1')
Djob.py16 class Job(object): class
61 return Job(
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
Dperf_insights_dev_server_config.py48 job = job_module.Job.FromDict(job_dict)
50 job_with_filenames = job_module.Job(
112 job = job_module.Job.FromDict(job_dict)
114 job_with_filenames = job_module.Job(
/external/clang/lib/Driver/
DCompilation.cpp198 for (const auto &Job : Jobs) { in ExecuteJobs() local
199 if (!InputsOk(Job, FailingCommands)) in ExecuteJobs()
202 if (int Res = ExecuteCommand(Job, FailingCommand)) in ExecuteJobs()
DCMakeLists.txt12 Job.cpp
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
Dtest_job.py25 from boto.glacier.job import Job
36 self.job = Job(self.vault)
Dtest_vault.py29 from boto.glacier.job import Job
148 self.assertTrue(isinstance(job, Job))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dvault.py26 from boto.glacier.job import Job
407 return Job(self, response_data)
430 return [Job(self, jd) for jd in response_data['JobList']]
/external/v8/test/mjsunit/compiler/
Dregress-8.js39 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/
DInstrProcessorST.java798 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/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
D__init__.py12 from .map_job_control import Job
/external/autotest/scheduler/
Drdb_testing_utils.py180 job_filter = models.Job.objects.filter(id=job_id, shard__isnull=True)
278 job = models.Job.objects.get(id=job_id)
412 return models.Job.objects.filter(id=job.id)[0]
483 job = models.Job.objects.get(id=job_id)
Dscheduler_models_unittest.py339 job = scheduler_models.Job(django_job.id)
348 job = scheduler_models.Job.fetch('id = 1')[0]
370 job = scheduler_models.Job.fetch('id = 1')[0]
458 job = scheduler_models.Job.fetch('id = 1')[0]
501 job = scheduler_models.Job(id=django_job.id)
/external/autotest/contrib/
Dcompare_suite.py121 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
330 models.Job.objects.filter(id__in=job_ids)]
339 suite_job = models.Job.objects.filter(id=job_id)[0]
341 test_jobs = models.Job.objects.filter(parent_job_id=job_id)
/external/autotest/frontend/
Ddjango_lite_unittest.py24 self.assertEqual(1, models.Job.objects.all().count())
/external/autotest/site_utils/
Dcount_jobs.py25 return models.Job.objects.filter(created_on__gt=cutoff).count()

1234