Home
last modified time | relevance | path

Searched refs:gotoState (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/glrparser/glrparser-1.4/glr/
H A DglrParser.h886 if(gotoState->reduces.empty()&&gotoState->epsReduces.empty()){ in makeReductions()
887 if(gotoState->stack){ in makeReductions()
890 gotoState->stack = new glrStateVertex(iToken, gotoState, fromStack, sharedNode); in makeReductions()
896 if(gotoState->stack){ in makeReductions()
1321 if(gotoState->reduces.empty()&&gotoState->epsReduces.empty()){ in epsilonReductions()
1325 gotoState->stack = new glrStateVertex(iToken, gotoState, state->stack, node); in epsilonReductions()
1512 if(gotoState){ in findEdgeAndNodeSetsForReductions()
1515 if(gotoState->stack){ in findEdgeAndNodeSetsForReductions()
1528 if(gotoStack==gotoState->stack) { gotoStack = gotoState->futureStack; } in findEdgeAndNodeSetsForReductions()
1571 if(gotoState->reduces.empty()&&gotoState->epsReduces.empty()){ in makeTerminalReductions()
[all …]
/dports/benchmarks/dkftpbench/dkftpbench-0.45/
H A Drobouser.cc50 void robouser_t::gotoState(state_t newstate) in gotoState() function in robouser_t
94 gotoState(CONNECT); in start()
106 gotoState(STOPPED); in stop()
262 gotoState(CONNECTING); in ftpCmdDone()
272 gotoState(START_TYPE); in ftpCmdDone()
283 gotoState(FINISH_TYPE); in ftpCmdDone()
295 gotoState(GET); /* start fetching files */ in ftpCmdDone()
312 gotoState(GETTING); in ftpCmdDone()
342 gotoState(GET); /* loop back */ in ftpCmdDone()
H A Drobouser.h106 void gotoState(state_t newstate);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/wifi/
H A DWifiP2pManager.jsm588 _sm.gotoState(stateEnabling);
606 _sm.gotoState(stateDisabled);
613 _sm.gotoState(stateInactive);
800 _sm.gotoState(stateInactive);
839 _sm.gotoState(stateInactive);
883 _sm.gotoState(stateInactive);
910 _sm.gotoState(stateInactive);
1324 _sm.gotoState(stateInactive);
1388 _sm.gotoState(stateConnected);
1403 _sm.gotoState(stateInactive);
[all …]
H A DStateMachine.jsm40 sm.gotoState(_initialState);
100 sm.gotoState = function (aNewState) {
/dports/www/shellinabox/shellinabox-2.20/demo/
H A Ddemo.jspp87 this.gotoState(STATE_INIT);
103 this.gotoState(this.state);
156 this.gotoState(STATE_PROMPT);
167 this.gotoState(STATE_PROMPT);
189 this.gotoState(STATE_PROMPT);
199 this.gotoState(STATE_READLINE);
230 this.gotoState(STATE_READLINE);
255 this.gotoState(STATE_COMMAND);
266 this.gotoState(STATE_PROMPT);
355 this.gotoState(STATE_EXEC);
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/neverhood/
H A Dsprite.h130 #define GotoState(callback) gotoState(static_cast <void (AnimatedSprite::*)()> (callback))
186 void gotoState(AnimationCb currStateCb);
H A Dklaymen.cpp420 gotoState(NULL); in stopWalking()
595 gotoState(NULL); in startWalkToX()
600 gotoState(NULL); in startWalkToX()
995 gotoState(NULL); in startSpecialWalkRight()
1009 gotoState(NULL); in startSpecialWalkLeft()
1269 gotoState(NULL); in startWalkToXDistance()
1279 gotoState(NULL); in startWalkToXDistance()
1294 gotoState(NULL); in startWalkToXExt()
1299 gotoState(NULL); in startWalkToXExt()
H A Dsprite.cpp477 void AnimatedSprite::gotoState(AnimationCb currStateCb) { in gotoState() function in Neverhood::AnimatedSprite
/dports/games/scummvm/scummvm-2.5.1/engines/neverhood/
H A Dsprite.h130 #define GotoState(callback) gotoState(static_cast <void (AnimatedSprite::*)()> (callback))
186 void gotoState(AnimationCb currStateCb);
H A Dklaymen.cpp436 gotoState(NULL); in stopWalking()
617 gotoState(NULL); in startWalkToX()
622 gotoState(NULL); in startWalkToX()
1029 gotoState(NULL); in startSpecialWalkRight()
1043 gotoState(NULL); in startSpecialWalkLeft()
1312 gotoState(NULL); in startWalkToXDistance()
1322 gotoState(NULL); in startWalkToXDistance()
1337 gotoState(NULL); in startWalkToXExt()
1342 gotoState(NULL); in startWalkToXExt()
/dports/devel/sope/SOPE/sope-mime/NGMail/
H A DNGSmtpClient.m200 [self gotoState:NGSmtpState_unconnected];
285 [self gotoState:NGSmtpState_connected];
376 [self gotoState:NGSmtpState_unconnected];
438 - (void)gotoState:(NGSmtpState)_state {
446 [self gotoState:NGSmtpState_connected];
716 [self gotoState:NGSmtpState_TRANSACTION];
831 [self gotoState:NGSmtpState_connected];
H A DNGPop3Client.h75 - (void)gotoState:(NGPop3State)_state;
H A DNGSmtpClient.h97 - (void)gotoState:(NGSmtpState)_state;
H A DNGPop3Client.m108 [self gotoState:NGPop3State_AUTHORIZATION];
121 [self gotoState:NGPop3State_unconnected];
310 - (void)gotoState:(NGPop3State)_state {
325 [self gotoState:NGPop3State_TRANSACTION];
/dports/devel/sope2/SOPE/sope-mime/NGMail/
H A DNGSmtpClient.m200 [self gotoState:NGSmtpState_unconnected];
285 [self gotoState:NGSmtpState_connected];
376 [self gotoState:NGSmtpState_unconnected];
438 - (void)gotoState:(NGSmtpState)_state {
446 [self gotoState:NGSmtpState_connected];
716 [self gotoState:NGSmtpState_TRANSACTION];
831 [self gotoState:NGSmtpState_connected];
H A DNGPop3Client.h75 - (void)gotoState:(NGPop3State)_state;
H A DNGSmtpClient.h97 - (void)gotoState:(NGSmtpState)_state;
H A DNGPop3Client.m108 [self gotoState:NGPop3State_AUTHORIZATION];
121 [self gotoState:NGPop3State_unconnected];
310 - (void)gotoState:(NGPop3State)_state {
325 [self gotoState:NGPop3State_TRANSACTION];
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/glu/tessellation/
H A DGLUtessellatorImpl.java211 if (state != newState) gotoState(newState); in requireState()
214 private void gotoState(int newState) { in gotoState() method in GLUtessellatorImpl
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Dbreakhandler.h200 void gotoState(BreakpointState target, BreakpointState assumedCurrent);
279 void gotoState(Breakpoint bp, BreakpointState target, BreakpointState assumedCurrent);
H A Dbreakhandler.cpp1173 bp->gotoState(BreakpointInsertionRequested, BreakpointNew); in requestBreakpointInsertion()
1179 bp->gotoState(BreakpointUpdateRequested, BreakpointInserted); in requestBreakpointUpdate()
1185 bp->gotoState(BreakpointRemoveRequested, BreakpointInserted); in requestBreakpointRemoval()
1251 void BreakpointItem::gotoState(BreakpointState target, BreakpointState assumedCurrent) in gotoState() function in Debugger::Internal::BreakpointItem
1346 bp->gotoState(BreakpointInsertionProceeding, BreakpointInsertionRequested); in notifyBreakpointInsertProceeding()
1353 bp->gotoState(BreakpointInserted, BreakpointInsertionProceeding); in notifyBreakpointInsertOk()
1362 bp->gotoState(BreakpointDead, BreakpointInsertionProceeding); in notifyBreakpointInsertFailed()
1372 bp->gotoState(BreakpointRemoveProceeding, BreakpointRemoveRequested); in notifyBreakpointRemoveProceeding()
1393 bp->gotoState(BreakpointUpdateProceeding, BreakpointUpdateRequested); in notifyBreakpointChangeProceeding()
1398 bp->gotoState(BreakpointInserted, BreakpointUpdateProceeding); in notifyBreakpointChangeOk()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/glu/tessellator/
H A DGLUtessellatorImpl.java181 if (state != newState) gotoState(newState); in requireState()
184 private void gotoState(final int newState) { in gotoState() method in GLUtessellatorImpl
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/tessellator/
H A DGLUtessellatorImpl.java177 if (state != newState) gotoState(newState); in requireState()
180 private void gotoState(int newState) { in gotoState() method in GLUtessellatorImpl
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/lldb/
H A Dlldbengine.cpp635 bp->gotoState(BreakpointInsertionProceeding, BreakpointInsertionRequested); in handleInterpreterBreakpointModified()
638 bp->gotoState(BreakpointUpdateRequested, BreakpointInserted); in handleInterpreterBreakpointModified()

12