Home
last modified time | relevance | path

Searched refs:setPhase (Results 101 – 125 of 196) sorted by relevance

12345678

/dports/textproc/jade/jade-1.2.1/lib/
H A DParserState.h120 void setPhase(Phase phase);
503 void ParserState::setPhase(Phase phase) in setPhase() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsSimplify.cpp190 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/
H A DThePiedPiper.java264 public static void setPhase(TPP_Phase phase) { in setPhase() method in ThePiedPiper
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsSimplify.cpp190 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DFillStroke.cpp116 this->node()->setPhase(fOffset); in onSync()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp190 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsSimplify.cpp190 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsSimplify.cpp190 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp190 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jms/src/main/java/org/springframework/jms/listener/
H A DAbstractJmsListeningContainer.java127 public void setPhase(int phase) { in setPhase() method in AbstractJmsListeningContainer
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DParserState.h124 void setPhase(Phase phase);
512 void ParserState::setPhase(Phase phase) in setPhase() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/effects/
H A DMotionTileEffect.cpp209 tiler->setPhase(fPhase); in onSync()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkPathOpsSimplify.cpp193 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/effects/
H A DMotionTileEffect.cpp210 tiler->setPhase(fPhase); in onSync()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsSimplify.cpp195 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
H A DSkPathOpsOp.cpp287 globalState.setPhase(SkOpPhase::kWalking); in OpDebug()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/chado/
H A DChadoTransactionManager.java875 featureloc.setPhase(new Integer(0)); in insertFeatureSegment()
877 featureloc.setPhase(new Integer(1)); in insertFeatureSegment()
879 featureloc.setPhase(new Integer(2)); in insertFeatureSegment()
882 featureloc.setPhase(null); in insertFeatureSegment()
2217 featureloc.setPhase(new Integer(0)); in getFeatureLoc()
2219 featureloc.setPhase(new Integer(1)); in getFeatureLoc()
2221 featureloc.setPhase(new Integer(2)); in getFeatureLoc()
2224 featureloc.setPhase(null); in getFeatureLoc()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsKnowledgeBroker.h240 void setPhase(AlpsPhase ph) { phase_ = ph; } in setPhase() function
/dports/devel/lokalize/lokalize-21.12.3/src/catalog/
H A Dcatalog.h104 QString setPhase(const DocPosition& pos, const QString& phase);
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DCheckCLDR.java1277 setPhase(Phase.forString(options.get(Options.Option.phase)));
1287 item.setPhase(getPhase());
1352 public void setPhase(Phase phase) {
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DReduceTask.java85 setPhase(TaskStatus.Phase.SHUFFLE); // phase to start with
382 setPhase(TaskStatus.Phase.REDUCE); in run()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_trafficlight.py231 def setPhase(self, tlsID, index): member in TrafficLightDomain
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/modes/
H A Dprofile_world.cpp50 setPhase(RACE_PHASE); in ProfileWorld()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DTrafficLight.cpp174 TrafficLight::setPhase(const std::string& tlsID, const int index) { in setPhase() function in libsumo::TrafficLight
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context.support/src/main/java/org/springframework/scheduling/quartz/
H A DSchedulerFactoryBean.java383 public void setPhase(int phase) { in setPhase() method in SchedulerFactoryBean

12345678