Home
last modified time | relevance | path

Searched defs:nextPhase (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/orangehrm/orangehrm-4.9/installer/
H A Dprogress.php30 case 1: $nextPhase = 'MAKETABLE'; variable
32 case 2: $nextPhase = 'FILLDATA'; variable
34 case 3: $nextPhase = 'WRITECONF'; variable
36 case 4: $nextPhase = 'CREATEDBUSER'; variable
38 case 5: $nextPhase = 'CREATEUSER'; variable
40 case 6: $nextPhase = 'REGISTER'; variable
42 default: $nextPhase = 'LOGIN'; variable
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/piedpiper/
H A DITPPQuest.java25 void phaseToNextPhase(ITPPQuest nextPhase, List<String> comments); in phaseToNextPhase()
H A DAwaitingPhase.java212 public void phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) { in phaseToNextPhase()
H A DTPPQuest.java136 public void phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) { in phaseToNextPhase()
H A DOutgoingPhase.java190 public void phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) { in phaseToNextPhase()
H A DInvasionPhase.java270 public void phaseToNextPhase(ITPPQuest nextPhase, List<String> comments) { in phaseToNextPhase()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/dsp/rateconversion/
H A DResampler.h86 int nextPhase; member
/dports/audio/mixxx/mixxx-2.3.0/lib/qm-dsp/dsp/rateconversion/
H A DResampler.h86 int nextPhase; member
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DStatPhaseMgr.cc78 void StatPhaseMgr::nextPhase() { in nextPhase() function in StatPhaseMgr
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DTVF.cpp191 void TVF::nextPhase() { in nextPhase() function in MT32Emu::TVF
H A DTVP.cpp233 void TVP::nextPhase() { in nextPhase() function in MT32Emu::TVP
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DTVF.cpp191 void TVF::nextPhase() { in nextPhase() function in MT32Emu::TVF
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DTVF.cpp184 void TVF::nextPhase() { in nextPhase() function in MT32Emu::TVF
H A DTVP.cpp219 void TVP::nextPhase() { in nextPhase() function in MT32Emu::TVP
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DPhaser.java395 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
690 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/
H A DPhaser.java395 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
690 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/
H A DPhaser.java395 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
690 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java403 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
701 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/
H A DPhaser.java395 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
690 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/
H A DPhaser.java401 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
696 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/
H A DPhaser.java395 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
690 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DRegionMergeTransactionImpl.java159 private void transition(RegionMergeTransactionPhase nextPhase) throws IOException { in transition()
163 private void transition(RegionMergeTransactionPhase nextPhase, boolean isRollback) in transition()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/
H A DPhaser.java395 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
690 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/
H A DPhaser.java395 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
690 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java403 int nextPhase = (phase + 1) & MAX_PHASE; in doArrive() local
701 int nextPhase = (phase + 1) & MAX_PHASE; in arriveAndAwaitAdvance() local

123