Home
last modified time | relevance | path

Searched defs:cjob (Results 1 – 25 of 26) sorted by path

12

/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dattributefactorytest.cpp47 auto cjob = new ItemCreateJob(item, res1); in testUnknownAttribute() local
77 auto cjob = new ItemCreateJob(item, res1); in testRegisteredAttribute() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/aggregate/
H A DValueAggregatorJob.java98 ControlledJob cjob = new ControlledJob(job, dependingJobs); in createValueAggregatorJobs() local
/dports/devel/kdev-php/kdev-php-21.12.3/testprovider/
H A Dphpunitrunjob.cpp111 … if (UnprotectedExecuteCompositeJob* cjob = qobject_cast<UnprotectedExecuteCompositeJob*>(m_job)) { in start() local
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/testing/
H A Dctestrunjob.cpp109 if (auto* cjob = qobject_cast<ExecuteCompositeJob*>(m_job)) { in start() local
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/testprovider/
H A Dphpunitrunjob.cpp110 … if (KDevelop::ExecuteCompositeJob* cjob = qobject_cast<KDevelop::ExecuteCompositeJob*>(m_job)) { in start() local
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/testprovider/
H A Dphpunitrunjob.cpp111 … if (UnprotectedExecuteCompositeJob* cjob = qobject_cast<UnprotectedExecuteCompositeJob*>(m_job)) { in start() local
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/3rdparty/LibRCPS/src/
H A Ddecode.c210 struct rcps_job *cjob; in decode() local
H A Dinitial.c36 struct initial_job *cjob; in random_schedule() local
/dports/net/akonadi-mime/akonadi-mime-21.12.3/autotests/
H A Dlocalfoldersrequestjobtest.cpp152 CollectionCreateJob *cjob = new CollectionCreateJob(knutOutbox, this); in testMixedRequest() local
H A Dlocalfolderstest.cpp183 CollectionCreateJob *cjob = new CollectionCreateJob(outbox, this); in testDefaultFolderRegistration() local
238 CollectionCreateJob *cjob = new CollectionCreateJob(outbox, this); in testCustomFolderRegistration() local
296 CollectionCreateJob *cjob = new CollectionCreateJob(outbox, this); in testCollectionDelete() local
350 CollectionCreateJob *cjob = new CollectionCreateJob(outbox, this); in testBatchRegister() local
431 CollectionCreateJob *cjob = new CollectionCreateJob(outbox, this); in testResourceScan() local
442 CollectionCreateJob *cjob = new CollectionCreateJob(drafts, this); in testResourceScan() local
452 CollectionCreateJob *cjob = new CollectionCreateJob(intruder, this); in testResourceScan() local
525 CollectionCreateJob *cjob = new CollectionCreateJob(outbox, this); in testDefaultResourceJob() local
/dports/net/akonadi-search/akonadi-search-21.12.3/agent/
H A Dscheduler.cpp167 auto cjob = static_cast<Akonadi::CollectionFetchJob *>(kjob); in slotRootCollectionsFetched() local
192 auto cjob = static_cast<Akonadi::CollectionFetchJob *>(kjob); in slotCollectionsToIndexFetched() local
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransportakonadi/autotests/
H A Dfilteractiontest.cpp190 ItemCreateJob *cjob = new ItemCreateJob(item, col, this); in createItem() local
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransportakonadi/
H A Dmessagequeuejob.cpp135 auto cjob = new ItemCreateJob(item, collection); // job autostarts in outboxRequestResult() local
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransportakonadi/plugins/
H A Dakonadimailtransportplugin.cpp91 auto cjob = new AgentInstanceCreateJob(identifier); in initializeTransport() local
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/autotests/
H A Dmultipartjobtest.cpp35 auto cjob = new SinglepartJob(mjob); in QTEST_MAIN() local
41 auto cjob = new SinglepartJob(mjob); in QTEST_MAIN() local
81 auto cjob = new SinglepartJob(mjob2); in test8BitPropagation() local
H A Dsinglepartjobtest.cpp25 auto cjob = new SinglepartJob(composer); in QTEST_MAIN() local
43 auto cjob = new SinglepartJob(composer); in testContentDisposition() local
64 auto cjob = new SinglepartJob(composer); in testContentID() local
84 auto cjob = new SinglepartJob(composer); in testContentType() local
112 auto cjob = new SinglepartJob(composer); in testContentTransferEncoding() local
127 auto cjob = new SinglepartJob(composer); in testContentTransferEncoding() local
142 auto cjob = new SinglepartJob(composer); in testContentTransferEncoding() local
159 auto cjob = new SinglepartJob(composer); in testContentTransferEncoding() local
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/job/
H A Dcontentjobbase.cpp115 auto cjob = static_cast<ContentJobBase *>(job); in slotResult() local
H A Dencryptjob.cpp200 auto cjob = qobject_cast<ContentJobBase *>(job); in slotResult() local
H A Dmaintextjob.cpp156 auto cjob = new SinglepartJob; // No parent. in createPlainTextJob() local
166 auto cjob = new SinglepartJob; // No parent. in createHtmlJob() local
180 auto cjob = new SinglepartJob; // No parent. in createImageJob() local
H A Dprotectedheadersjob.cpp78 auto cjob = new SinglepartJob; in doStart() local
H A Dsignencryptjob.cpp187 auto cjob = qobject_cast<ContentJobBase *>(job); in slotResult() local
H A Dsignjob.cpp160 auto cjob = qobject_cast<ContentJobBase *>(job); in slotResult() local
/dports/net/messagelib/messagelib-21.12.3/messagecore/autotests/
H A Dattachmentcompressjobtest.cpp43 auto cjob = new AttachmentCompressJob(origPart, this); in QTEST_MAIN() local
88 auto cjob = new AttachmentCompressJob(origPart, this); in testCompressedSizeLarger() local
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Ddlcon.cc1124 { in WorkLoop()
1201 auto& cjob = m_qNewjobs.front(); in WorkLoop() local
1268 tDlJobPtr &cjob = m_qNewjobs.front(); in WorkLoop() local
/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dfcgi_pm.c908 fcgi_pm_job *cjob = NULL; local

12