Home
last modified time | relevance | path

Searched defs:job1 (Results 1 – 25 of 132) sorted by relevance

123456

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sprio/
H A Dsort.c170 priority_factors_object_t *job1, *job2; in _sort_by_cluster_name() local
181 priority_factors_object_t *job1, *job2; in _sort_by_job_id() local
192 priority_factors_object_t *job1, *job2; in _sort_by_nice_level() local
203 priority_factors_object_t *job1, *job2; in _sort_by_partition() local
214 priority_factors_object_t *job1, *job2; in _sort_by_username() local
228 priority_factors_object_t *job1, *job2; in _sort_by_age_prio() local
239 priority_factors_object_t *job1, *job2; in _sort_by_fairshare_prio() local
251 priority_factors_object_t *job1, *job2; in _sort_by_jobsize_prio() local
262 priority_factors_object_t *job1, *job2; in _sort_by_partition_prio() local
273 priority_factors_object_t *job1, *job2; in _sort_by_qos_prio() local
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/squeue/
H A Dsort.c321 job_info_t *job1; in _sort_job_by_batch_host() local
341 job_info_t *job1; in _sort_job_by_cluster_name() local
356 job_info_t *job1; in _sort_job_by_group_id() local
371 job_info_t *job1; in _sort_job_by_group_name() local
392 job_info_t *job1; in _sort_job_by_id() local
433 job_info_t *job1; in _sort_job_by_name() local
514 job_info_t *job1; in _sort_job_by_num_nodes() local
529 job_info_t *job1; in _sort_job_by_num_cpus() local
544 job_info_t *job1; in _sort_job_by_num_sct() local
569 job_info_t *job1; in _sort_job_by_sockets() local
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/app/
H A Dsynthpod_app_worker.c333 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_worker_from_app() local
353 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_worker_from_app() local
376 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_worker_from_app() local
396 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_worker_from_app() local
417 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_worker_from_app() local
447 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_worker_from_app() local
480 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_app_bundle_load() local
508 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_app_bundle_save() local
538 job_t *job1 = _sp_worker_to_app_request(app, sizeof(job_t)); in sp_app_apply() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/jobcontrol/
H A DTestMapReduceJobControl.java87 private JobControl createDependencies(Configuration conf, Job job1) in createDependencies()
131 Job job1 = MapReduceTestUtil.createFailJob(conf, outdir_1, indir); in testJobControlWithFailJob() local
152 Job job1 = MapReduceTestUtil.createKillJob(conf, outdir_1, indir); in testJobControlWithKillJob() local
192 Job job1 = MapReduceTestUtil.createCopyJob(conf, outdir_1, indir); in testJobControl() local
210 Job job1 = MapReduceTestUtil.createCopyJob(conf, outdir_1, indir); in testControlledJob() local
H A DTestControlledJob.java33 ControlledJob job1 = new ControlledJob(conf); in testAddingDependingJobToRunningJobFails() local
41 ControlledJob job1 = new ControlledJob(conf); in testAddingDependingJobToCompletedJobFails() local
H A DTestMapReduceJobControlWithMocks.java45 ControlledJob job1 = createSuccessfulControlledJob(jobControl); in testSuccessfulJobs() local
67 ControlledJob job1 = createFailedControlledJob(jobControl); in testFailedJob() local
91 ControlledJob job1 = new ControlledJob(mockJob, null); in testErrorWhileSubmitting() local
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/fairscheduler/src/test/org/apache/hadoop/mapred/
H A DTestFairScheduler.java737 JobInProgress job1 = submitJob(JobStatus.RUNNING, 2, 1); in testSmallJobs() local
798 JobInProgress job1 = submitJob(JobStatus.RUNNING, 2, 1); in testSmallJobsWithAssignMultiple() local
862 JobInProgress job1 = submitJob(JobStatus.RUNNING, 10, 10); in testLargeJobs() local
970 JobInProgress job1 = submitJob(JobStatus.RUNNING, 10, 10); in testLargeJobsWithAssignMultiple() local
1080 JobInProgress job1 = submitJob(JobStatus.RUNNING, 10, 10); in testJobsWithPriorities() local
1157 JobInProgress job1 = submitJob(JobStatus.RUNNING, 10, 10); in testLargeJobsWithPools() local
1636 JobInProgress job1 = submitJob(JobStatus.RUNNING, 2, 10); in testSizeBasedWeight() local
2567 JobInProgress job1 = submitJob(JobStatus.RUNNING, 2, 2); in testAssignMultipleWithUnderloadedCluster() local
2612 JobInProgress job1 = submitJob(JobStatus.RUNNING, 1, 1); in testFifoPool() local
2733 JobInProgress job1 = submitJob(JobStatus.RUNNING, 1, 3); in testPoolAssignment() local
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/test/org/rstudio/studio/client/workbench/views/jobs/model/
H A DJobManagerTests.java35 Job job1 = new Job() in testSummarizeSingle() local
63 Job job1 = new Job() in testSummarizeOverlapping() local
107 Job job1 = new Job() in testSummarizeNonOverlapping() local
152 Job job1 = new Job() in testNested() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapreduce/lib/jobcontrol/
H A DTestControlledJob.java33 ControlledJob job1 = new ControlledJob(conf); in testAddingDependingJobToRunningJobFails() local
41 ControlledJob job1 = new ControlledJob(conf); in testAddingDependingJobToCompletedJobFails() local
H A DTestMapReduceJobControlWithMocks.java44 ControlledJob job1 = createSuccessfulControlledJob(jobControl); in testSuccessfulJobs() local
66 ControlledJob job1 = createFailedControlledJob(jobControl); in testFailedJob() local
/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/utils/
H A Dcompositejobtest.cpp51 FakeJob *job1 = new FakeJob(this); in shouldCallHandlers() local
79 FakeJob *job1 = new FakeJob(this); in shouldCallHandlersWithJob() local
115 FakeJob *job1 = new FakeJob(this); in shouldCallJobInHandler() local
158 FakeJob *job1 = new FakeJob(this); in shouldNotEmitResultTwiceOnSecondSubJobError() local
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/tests/
H A Dsd_reservation.cc200 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
235 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
261 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
287 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/tests/
H A Dsd_reservation.cc200 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
235 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
261 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
287 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/tests/
H A Dsd_reservation.cc200 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
235 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
261 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
287 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/tests/
H A Dsd_reservation.cc201 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
236 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
262 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
288 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/tests/
H A Dsd_reservation.cc201 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
236 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
262 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
288 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/tests/
H A Dsd_reservation.cc201 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
236 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
262 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
288 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/tests/
H A Dsd_reservation.cc201 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
236 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
262 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
288 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/tests/
H A Dsd_reservation.cc200 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
235 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
261 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
287 auto job1 = std::make_unique<TestJob>(111u); in TEST_F() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestRecoveryManager.java113 JobConf job1 = mr.createJobConf(); in testJobTrackerRestartsWithMissingJobFile() local
201 JobConf job1 = mr.createJobConf(); in testJobResubmission() local
300 JobConf job1 = job.setupJobConf(1, 0, 1, 1, 1, 1); in testJobTrackerRestartBeforeJobFinalization() local
354 JobConf job1 = mr.createJobConf(); in testJobTrackerRestartWithBadJobs() local
486 JobConf job1 = mr.createJobConf(); in testRestartCount() local
659 final JobConf job1 = mr.createJobConf(); in testJobResubmissionAsDifferentUser() local
765 final JobConf job1 = mr.createJobConf(); in testJobInitError() local
/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Djobtest.cpp54 auto job1 = new FakeJob(&session); in testTopLevelJobExecution() local
91 auto job1 = new FakeJob(&session); in testKillSession() local
121 auto job1 = new FakeJob(&session); in testKillQueuedJob() local
154 auto job1 = new FakeJob(&session); in testKillRunningJob() local
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Utils/
H A DDOMTraverser.php17 * See {@link DOMPostOrder} for post-order traversal.
173 // Clear the template info after reaching the last about sibling.
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/progress/
H A DProgressViewTests.java67 Job job1 = runDummyJob(); in testClearTaskInfo() local
91 Job job1 = runDummyJob(); in testNoUpdatesIfHidden() local
134 DummyJob job1 = new DummyJob("3. Usual job 1", Status.OK_STATUS); in testItemOrder() local
/dports/devel/kf5-threadweaver/threadweaver-5.89.0/autotests/
H A DLifecycleTests.cpp63 ThreadWeaver::JobPointer job1(new NotifyOnDeletejob(job1Exists)); in testJobAutoDeletionBasics() local
76 ThreadWeaver::JobPointer job1(new NotifyOnDeletejob(job1Exists)); in testJobAutoDeletion() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/
H A DTestMiniMRWithDFSWithDistinctUsers.java109 JobConf job1 = mr.createJobConf(); in testDistinctUsers() local
133 JobConf job1 = mr.createJobConf(); in testMultipleSpills() local

123456