Home
last modified time | relevance | path

Searched refs:madeProgress (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/source/
H A DCompositeSequenceableLoader.java45 boolean madeProgress = false; in continueLoading()
58 madeProgress |= madeProgressThisIteration; in continueLoading()
60 return madeProgress; in continueLoading()
H A DExtractorMediaPeriod.java391 boolean madeProgress = extractedSamplesCount > extractedSamplesCountAtStartOfLoad; in onLoadError()
394 return madeProgress ? Loader.RETRY_RESET_ERROR_COUNT : Loader.RETRY; in onLoadError()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DCompositeSequenceableLoader.java45 boolean madeProgress = false; in continueLoading()
58 madeProgress |= madeProgressThisIteration; in continueLoading()
60 return madeProgress; in continueLoading()
H A DExtractorMediaPeriod.java391 boolean madeProgress = extractedSamplesCount > extractedSamplesCountAtStartOfLoad; in onLoadError()
394 return madeProgress ? Loader.RETRY_RESET_ERROR_COUNT : Loader.RETRY; in onLoadError()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DCompositeSequenceableLoader.java64 boolean madeProgress = false; in continueLoading()
81 madeProgress |= madeProgressThisIteration; in continueLoading()
83 return madeProgress; in continueLoading()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DCompositeSequenceableLoader.java64 boolean madeProgress = false; in continueLoading()
81 madeProgress |= madeProgressThisIteration; in continueLoading()
83 return madeProgress; in continueLoading()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/
H A DCompositeSequenceableLoader.java64 boolean madeProgress = false; in continueLoading()
81 madeProgress |= madeProgressThisIteration; in continueLoading()
83 return madeProgress; in continueLoading()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DEliminateSelection.py133 madeProgress = True
138 while madeProgress: # Check if we made any progress
139 madeProgress = False
212 madeProgress = True
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DEliminateSelection.py133 madeProgress = True
138 while madeProgress: # Check if we made any progress
139 madeProgress = False
212 madeProgress = True
/dports/net/liveMedia/live/testProgs/
H A DplayCommon.cpp699 Boolean madeProgress = False; in continueAfterDESCRIBE() local
737 madeProgress = True; in continueAfterDESCRIBE()
773 madeProgress = True; in continueAfterDESCRIBE()
777 if (!madeProgress) shutdown(); in continueAfterDESCRIBE()
784 Boolean madeProgress = False; variable
797 madeProgress = True; in continueAfterSETUP()
861 madeProgress = False; in createOutputFiles()
966 madeProgress = True; in createOutputFiles()
969 if (!madeProgress) shutdown(); in createOutputFiles()
1000 if (!madeProgress) shutdown(); in setupStreams()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DMethodTypeInferrer.cs637 bool madeProgress; in DeduceAllDependencies()
640 madeProgress = DeduceDependencies(); in DeduceAllDependencies()
641 } while (madeProgress); in DeduceAllDependencies()
651 bool madeProgress = false; in DeduceDependencies()
661 madeProgress = true; in DeduceDependencies()
666 return madeProgress; in DeduceDependencies()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dksconjunct.h36 void madeProgress(int);
H A Dksconjunct.cpp18 connect(this, &ApproachSolver::solverMadeProgress, this, &KSConjunct::madeProgress); in KSConjunct()
H A Dconjunctions.cpp274 connect(&ksc, SIGNAL(madeProgress(int)), this, SLOT(showProgress(int))); in slotCompute()
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/RegAlloc/Linear/
H A DMain.hs294 process entry_ids block_live [] next_round accum madeProgress
295 | not madeProgress
308 next_round accum madeProgress
320 (b : next_round) accum madeProgress
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/src/Blocks/
H A DBatchBlock.cs682 bool madeProgress; in ProcessMessagesLoopCore()
700 madeProgress = MakeBatchIfPossible(evenIfFewerThanBatchSize: triggered); in ProcessMessagesLoopCore()
706 … if (madeProgress || triggered) _nonGreedyState.AcceptFewerThanBatchSize = false; in ProcessMessagesLoopCore()
710 } while (madeProgress && timesThroughLoop < maxMessagesPerTask); in ProcessMessagesLoopCore()
H A DJoinBlock.cs1389 bool madeProgress; in ProcessMessagesLoopCore()
1395 madeProgress = !_dataflowBlockOptions.Greedy ? in ProcessMessagesLoopCore()
1399 if (madeProgress) in ProcessMessagesLoopCore()
1416 } while (madeProgress && timesThroughLoop < maxMessagesPerTask); in ProcessMessagesLoopCore()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Threading.Tasks.Dataflow/CoreFxSources/Blocks/
H A DBatchBlock.cs681 bool madeProgress; in ProcessMessagesLoopCore()
699 madeProgress = MakeBatchIfPossible(evenIfFewerThanBatchSize: triggered); in ProcessMessagesLoopCore()
705 … if (madeProgress || triggered) _nonGreedyState.AcceptFewerThanBatchSize = false; in ProcessMessagesLoopCore()
709 } while (madeProgress && timesThroughLoop < maxMessagesPerTask); in ProcessMessagesLoopCore()
H A DJoinBlock.cs1388 bool madeProgress; in ProcessMessagesLoopCore()
1394 madeProgress = !_dataflowBlockOptions.Greedy ? in ProcessMessagesLoopCore()
1398 if (madeProgress) in ProcessMessagesLoopCore()
1415 } while (madeProgress && timesThroughLoop < maxMessagesPerTask); in ProcessMessagesLoopCore()
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DMovement.c1875 boolean madeProgress, headingToStairs; in explore() local
1885 madeProgress = false; in explore()
1933 madeProgress = true; in explore()
1962 madeProgress = true; in explore()
1974 return madeProgress; in explore()
1978 boolean madeProgress; in autoPlayLevel() local
1987 madeProgress = explore(fastForward ? 1 : 50); in autoPlayLevel()
1990 if (!madeProgress && rogue.downLoc[0] == player.xLoc && rogue.downLoc[1] == player.yLoc) { in autoPlayLevel()
1992 madeProgress = true; in autoPlayLevel()
1994 } while (madeProgress && rogue.autoPlayingLevel); in autoPlayLevel()
/dports/ftp/filezilla/filezilla-3.55.1/src/include/
H A Dnotification.h254 bool madeProgress{};
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Concurrency/
H A DSchedulerTest.cs772 var madeProgress = new ManualResetEvent(false); in Catch_Custom_Periodic_Regular()
776 madeProgress.Set(); in Catch_Custom_Periodic_Regular()
781 madeProgress.WaitOne(); in Catch_Custom_Periodic_Regular()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/storj/
H A Dstorjcontrolsocket.cpp158 if (!status.empty() && !status.madeProgress) { in OnStorjEvent()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/db_impl/
H A Ddb_impl.h1340 bool* madeProgress, JobContext* job_context,
1537 Status BackgroundCompaction(bool* madeProgress, JobContext* job_context,
1541 Status BackgroundFlush(bool* madeProgress, JobContext* job_context,
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/db_impl/
H A Ddb_impl.h1342 bool* madeProgress, JobContext* job_context,
1542 Status BackgroundCompaction(bool* madeProgress, JobContext* job_context,
1546 Status BackgroundFlush(bool* madeProgress, JobContext* job_context,

12