Home
last modified time | relevance | path

Searched refs:usedUp (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/
H A DSubProgressMonitor.java92 private boolean usedUp = false; field in SubProgressMonitor
175 if (usedUp || nestedBeginTasks != 1) { in internalWorked()
183 usedUp = true; in internalWorked()
/dports/devel/py-twisted/Twisted-22.1.0/docs/mail/examples/
H A Dimap4client.py65 usedUp = False variable in SimpleIMAP4ClientFactory
81 assert not self.usedUp
82 self.usedUp = True
/dports/math/stp/stp-2.3.3/tools/test_constantbitprop/
H A Dtest_cbitp.cpp509 int usedUp = 0; in newExhaustive() local
519 int working = (k - resultLength - usedUp); in newExhaustive()
522 usedUp += lengths[id]; in newExhaustive()
639 int usedUp = 0; in exhaustively_check() local
649 int working = (k_it - resultLength - usedUp); in exhaustively_check()
652 usedUp += lengths[id]; in exhaustively_check()
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dgraveyard430 if (*maxcost < usedUp) *maxcost = usedUp;
447 Cost usedUp = 0;
450 if (*maxcost < usedUp) *maxcost = usedUp;
451 costLeft -= usedUp;
626 return usedUp;
650 return usedUp;
696 return usedUp;
703 ((usedUp < partitionSize) && (d.subcost+usedUp <= partitionSize+maxAddl))) {
708 usedUp += d.subcost;
725 usedUp, atleaf);
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/NewChromsweep/
H A DCloseSweep.cpp389 bool usedUp = false; in finalizeSelections() local
394 usedUp = true; in finalizeSelections()
405 if (usedUp && !usedDown) { in finalizeSelections()
407 } else if (usedDown && !usedUp) { in finalizeSelections()
/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h429 bool usedUp() const;
H A Dplayer.cpp765 bool used_up = game_g->getStartEpoch() != end_epoch_c && sector->usedUp(); in doSectorAI()
H A Dgame.cpp4876 if( sector->usedUp() ) { in runTests()
4886 if( !sector->usedUp() ) { in runTests()
H A Dsector.cpp1348 bool Sector::usedUp() const { in usedUp() function in Sector