Home
last modified time | relevance | path

Searched refs:nProcessed (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dtimer.cxx498 sal_uInt32 nProcessed = 0; in testPriority() local
500 TaskPriority::LOWEST, 2, nProcessed); in testPriority()
502 TaskPriority::HIGHEST, 1, nProcessed); in testPriority()
504 CPPUNIT_ASSERT_EQUAL_MESSAGE( "Not all idles processed", sal_uInt32(2), nProcessed ); in testPriority()
509 sal_uInt32 nProcessed = 0; in testPriority() local
511 TaskPriority::HIGHEST, 1, nProcessed); in testPriority()
513 TaskPriority::LOWEST, 2, nProcessed); in testPriority()
515 CPPUNIT_ASSERT_EQUAL_MESSAGE( "Not all idles processed", sal_uInt32(2), nProcessed ); in testPriority()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dtimer.cxx469 sal_uInt32 nProcessed = 0; in testPriority() local
471 TaskPriority::LOWEST, 2, nProcessed); in testPriority()
473 TaskPriority::HIGHEST, 1, nProcessed); in testPriority()
475 CPPUNIT_ASSERT_EQUAL_MESSAGE( "Not all idles processed", sal_uInt32(2), nProcessed ); in testPriority()
480 sal_uInt32 nProcessed = 0; in testPriority() local
482 TaskPriority::HIGHEST, 1, nProcessed); in testPriority()
484 TaskPriority::LOWEST, 2, nProcessed); in testPriority()
486 CPPUNIT_ASSERT_EQUAL_MESSAGE( "Not all idles processed", sal_uInt32(2), nProcessed ); in testPriority()
/dports/graphics/jalbum/jAlbum/tools/
H A DReplace spaces with underscores.bsh6 int nProcessed = 0;
19 "Processing objects ", 0, totalObjects, nProcessed+1, totalObjects);
32 nProcessed++;
H A DReset folder date to last file date.bsh9 int nProcessed = 0;
34 "Processing files ", 0, totalFiles, nProcessed+1, totalFiles);
38 nProcessed++;
H A DReset file date to camera date.bsh12 int nProcessed = 0;
39 "Processing files ", 0, totalFiles, nProcessed+1, totalFiles);
52 nProcessed++;
H A DAdd JPEG comments.bsh7 int nProcessed = 0;
31 "Processing files ", 0, totalFiles, nProcessed+1, totalFiles);
44 nProcessed++;
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_analysis/
H A DCost_Isotropic.cpp264 sLong nProcessed = Destinations.Get_Count(); in Get_Cost() local
267 while( Destinations.Get_Count() > 0 && Set_Progress_NCells(nProcessed) ) in Get_Cost()
318 nProcessed++; in Get_Cost()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dline_of_sight.cpp382 uint32 nProcessed = 0; in WhatSeesWhat() local
432 …while ((!quittingOut) && (nProcessed < m_nSubsPerCycle) && (nProcessed < m_nTotalCurrentSubscriber… in WhatSeesWhat()
437 ++nProcessed; in WhatSeesWhat()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsPersistentProperties.cpp435 uint32_t nProcessed; in NS_IMPL_ISUPPORTS() local
439 &parser, 4096, &nProcessed)) && in NS_IMPL_ISUPPORTS()
440 nProcessed != 0) in NS_IMPL_ISUPPORTS()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsPersistentProperties.cpp432 uint32_t nProcessed; in NS_IMPL_ISUPPORTS() local
436 &parser, 4096, &nProcessed)) && in NS_IMPL_ISUPPORTS()
437 nProcessed != 0) in NS_IMPL_ISUPPORTS()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/ds/
H A DnsPersistentProperties.cpp498 uint32_t nProcessed; in NS_IMPL_ISUPPORTS() local
502 &parser, 4096, &nProcessed)) && in NS_IMPL_ISUPPORTS()
503 nProcessed != 0); in NS_IMPL_ISUPPORTS()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsPersistentProperties.cpp435 uint32_t nProcessed; in NS_IMPL_ISUPPORTS() local
439 &parser, 4096, &nProcessed)) && in NS_IMPL_ISUPPORTS()
440 nProcessed != 0) in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsPersistentProperties.cpp435 uint32_t nProcessed; in NS_IMPL_ISUPPORTS() local
439 &parser, 4096, &nProcessed)) && in NS_IMPL_ISUPPORTS()
440 nProcessed != 0) in NS_IMPL_ISUPPORTS()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsPersistentProperties.cpp435 uint32_t nProcessed; in NS_IMPL_ISUPPORTS() local
439 &parser, 4096, &nProcessed)) && in NS_IMPL_ISUPPORTS()
440 nProcessed != 0) in NS_IMPL_ISUPPORTS()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_indexing.cpp387 int nProcessed = 0; in _Set_Index() local
394 … if( m_bProgress && !SG_UI_Process_Set_Progress((double)(nProcessed += M - 1), (double)m_nValues) ) in _Set_Index()
/dports/science/jdftx/jdftx-1.6.0/jdftx/commands/
H A Dparser.cpp47 { int nProcessed = 0; //number processed in this pass in ProcessedCommandMap() local
63 nProcessed++; in ProcessedCommandMap()
68 if(!nProcessed) in ProcessedCommandMap()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/imtuxedoulog/
H A Dimtuxedoulog.c516 int nProcessed = 0; in pollFileReal() local
523 if(pInst->maxLinesAtOnce != 0 && nProcessed >= pInst->maxLinesAtOnce) in pollFileReal()
526 ++nProcessed; in pollFileReal()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DSecondaryDatabase.java539 int nProcessed = 0; in deleteObsoletePrimaryKeysInternal() local
541 if (nProcessed >= batchSize) { in deleteObsoletePrimaryKeysInternal()
544 nProcessed += 1; in deleteObsoletePrimaryKeysInternal()
H A DDatabase.java1077 int nProcessed = 0;
1079 if (nProcessed >= batchSize) {
1082 nProcessed += 1;
/dports/lang/mosml/mosml-ver-2.10.1/src/doc/helpsigs/
H A Dmakebase.sml95 val _ = print ("\nProcessed " ^ Int.toString (length res)
/dports/ftp/ncftp3/ncftp-3.2.6/sh_util/
H A Dncftpbatch.c2033 int nProcessed, nFinished; local
2076 nProcessed = 0;
2088 if ((nProcessed == 0) || (nItems == nFinished)) {
2147 for (nItems = 0, nProcessed = 0, nFinished = 0; ; ) {
2223 nProcessed++;
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h3287 uint64_t nProcessed = 0; in MicroProfileTraceThread() local
3291 nProcessed += len; in MicroProfileTraceThread()
3292 if(nProcessed - nProcessedLast > 10<<10) in MicroProfileTraceThread()
3294 nProcessedLast = nProcessed; in MicroProfileTraceThread()
3295 printf("processed %llukb %llukb\n", (nProcessed-nProcessedLast)>>10,nProcessed >>10); in MicroProfileTraceThread()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h3285 uint64_t nProcessed = 0; in MicroProfileTraceThread() local
3289 nProcessed += len; in MicroProfileTraceThread()
3290 if(nProcessed - nProcessedLast > 10<<10) in MicroProfileTraceThread()
3292 nProcessedLast = nProcessed; in MicroProfileTraceThread()
3293 printf("processed %llukb %llukb\n", (nProcessed-nProcessedLast)>>10,nProcessed >>10); in MicroProfileTraceThread()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h3285 uint64_t nProcessed = 0; in MicroProfileTraceThread() local
3289 nProcessed += len; in MicroProfileTraceThread()
3290 if(nProcessed - nProcessedLast > 10<<10) in MicroProfileTraceThread()
3292 nProcessedLast = nProcessed; in MicroProfileTraceThread()
3293 printf("processed %llukb %llukb\n", (nProcessed-nProcessedLast)>>10,nProcessed >>10); in MicroProfileTraceThread()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imfile/
H A Dimfile.c1630 int nProcessed = 0; in ATTR_NONNULL() local
1649 if(inst->maxLinesAtOnce != 0 && nProcessed >= inst->maxLinesAtOnce) in ATTR_NONNULL()
1659 ++nProcessed; in ATTR_NONNULL()

12