Home
last modified time | relevance | path

Searched refs:toState (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/fsm/
H A DTransition.java25 private final State toState; field in Transition
40 this.toState = toState; in Transition()
48 this.toState = states.get(otherStates.indexOf(other.toState)); in Transition()
73 if (fromState != toState) { in calcForce()
78 toState.addToForce(dir); in calcForce()
107 if (fromState != toState) { in posConstrain()
112 VectorFloat end = toState.getPos().sub(dist.mul(toState.getVisualRadius())); in posConstrain()
133 if (fromState == toState) { in drawTo()
139 end = toState.getPos().add( in drawTo()
156 end = toState.getPos().add( in drawTo()
[all …]
/dports/devel/ragel/ragel-6.10/ragel/
H A Dfsmattach.cpp92 retVal->toState = to; in attachNewTrans()
115 trans->toState = to; in attachTrans()
129 trans->toState = to; in redirectErrorTrans()
142 trans->toState = 0; in detachTrans()
218 StateAp *toState = srcTrans->toState; in fsmAttachStates() local
221 if ( existingState == toState ) { in fsmAttachStates()
239 if ( toState->stateDictEl == 0 ) in fsmAttachStates()
240 stateSet.insert( toState ); in fsmAttachStates()
285 if ( destTrans->toState == 0 && srcTrans->toState == 0 ) { in mergeTrans()
290 else if ( destTrans->toState == 0 && srcTrans->toState != 0 ) { in mergeTrans()
[all …]
H A Dfsmstate.cpp160 newTrans->toState = trans->toState; in StateAp()
411 if ( trans1->toState == 0 && trans2->toState != 0 ) in comparePartPtr()
413 else if ( trans1->toState != 0 && trans2->toState == 0 ) in comparePartPtr()
415 else if ( trans1->toState != 0 ) { in comparePartPtr()
418 trans1->toState->alg.partition, trans2->toState->alg.partition ); in comparePartPtr()
456 if ( trans1->toState < trans2->toState ) in compareFullPtr()
458 else if ( trans1->toState > trans2->toState ) in compareFullPtr()
460 else if ( trans1->toState != 0 ) { in compareFullPtr()
482 return markIndex.isPairMarked( trans1->toState->alg.stateNum, in shouldMarkPtr()
483 trans2->toState->alg.stateNum ); in shouldMarkPtr()
H A Dfsmbase.cpp95 StateAp *toState = trans->toState != 0 ? trans->toState->alg.stateMap : 0; in FsmAp() local
98 trans->toState = 0; in FsmAp()
99 attachTrans( state, toState, trans ); in FsmAp()
358 if ( trans->toState != 0 ) in markReachableFromHere()
359 markReachableFromHere( trans->toState ); in markReachableFromHere()
375 StateAp *toState = trans->toState; in markReachableFromHereStopFinal() local
376 if ( toState != 0 && !toState->isFinState() ) in markReachableFromHereStopFinal()
448 assert( trans->toState == state ); in verifyIntegrity()
497 if ( tel->toState != 0 ) in depthFirstOrdering()
498 depthFirstOrdering( tel->toState ); in depthFirstOrdering()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/
H A DContextualSearchPanelMetrics.java82 boolean isSameState = fromState == toState; in onPanelStateChanged()
90 toState == PanelState.MAXIMIZED || toState == PanelState.EXPANDED; in onPanelStateChanged()
93 if (toState == PanelState.CLOSED && mPanelTriggerTimeFromTapNs != 0 in onPanelStateChanged()
187 || (!mHasExpanded && toState == PanelState.EXPANDED) in onPanelStateChanged()
188 || (!mHasMaximized && toState == PanelState.MAXIMIZED)) { in onPanelStateChanged()
198 ContextualSearchUma.logPanelStateUserAction(toState, reasonForLogging); in onPanelStateChanged()
209 if (toState == PanelState.EXPANDED) { in onPanelStateChanged()
211 } else if (toState == PanelState.MAXIMIZED) { in onPanelStateChanged()
379 @PanelState int toState, @StateChangeReason int reason) { in isStartingNewContextualSearch()
380 return toState == PanelState.PEEKED in isStartingNewContextualSearch()
[all …]
/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dstatemachine_p.h170 void performEnter(State<TransitionInterface> *toState) in performEnter() argument
172 toState->enter(); in performEnter()
173 Q_FOREVER if (toState->initialState()) in performEnter()
175 toState = toState->initialState(); in performEnter()
176 Q_ASSERT(toState); in performEnter()
177 toState->enter(); in performEnter()
178 m_currentState = toState; in performEnter()
182 Q_ASSERT(toState->children().isEmpty()); in performEnter()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/
H A DBDJAppProxy.java184 fromState, toState, this, hasFailed); in notifyListeners()
327 int toState; in run() local
331 toState = LOADED; in run()
335 toState = PAUSED; in run()
339 toState = STARTED; in run()
344 toState = DESTROYED; in run()
348 toState = PAUSED; in run()
352 toState = STARTED; in run()
356 toState = DESTROYED; in run()
361 toState = PAUSED; in run()
[all …]
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/
H A DBDJAppProxy.java184 fromState, toState, this, hasFailed); in notifyListeners()
327 int toState; in run() local
331 toState = LOADED; in run()
335 toState = PAUSED; in run()
339 toState = STARTED; in run()
344 toState = DESTROYED; in run()
348 toState = PAUSED; in run()
352 toState = STARTED; in run()
356 toState = DESTROYED; in run()
361 toState = PAUSED; in run()
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/plugins/statemachineviewer/
H A Dqscxmlstatemachinedebuginterface.cpp38 static State toState(QScxmlStateMachineInfo::StateId state) { in toState() function
92 result.append(toState(stateId)); in configuration()
100 return toState(QScxmlStateMachineInfo::InvalidStateId); in rootState()
111 result.append(toState(stateId)); in stateChildren()
118 return toState(m_info->stateParent(fromState(state))); in parentState()
228 return toState(m_info->transitionSource(fromTransition(transition))); in transitionSource()
239 result.append(toState(stateId)); in transitionTargets()
247 emit stateEntered(toState(state)); in statesEntered()
254 emit stateExited(toState(state)); in statesExited()
H A Dqsmstatemachinedebuginterface.cpp51 static State toState(QAbstractState *state = nullptr) { in toState() function
115 result.append(toState(state)); in configuration()
124 return toState(m_stateMachine); in rootState()
136 result.append(toState(state)); in stateChildren()
148 return toState(); in parentState()
150 return toState(state->parentState()); in parentState()
280 return toState(transition->sourceState()); in transitionSource()
287 return QVector<State>() << toState(transition->targetState()); in transitionTargets()
/dports/audio/ardour6/Ardour-6.8.0/libs/vamp-pyin/
H A DSparseHMM.cpp76 size_t toState; in decodeViterbi() local
84 toState = to[iTrans]; in decodeViterbi()
88 if (currentValue > delta[toState]) in decodeViterbi()
90 delta[toState] = currentValue; // will be multiplied by the right obs later! in decodeViterbi()
91 psi[iFrame][toState] = fromState; in decodeViterbi()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/states/
H A DTransition.as28 * <p>You use the <code>toState</code> and <code>fromState</code> properties of
30 * By default, both the <code>fromState</code> and <code>toState</code> properties
34 * view state that your are changing from, and the <code>toState</code> property
36 * If a state change matches two transitions, the <code>toState</code> property
45 * &lt;mx:Transition id="myTransition" fromState="&#42;" toState="&#42;"&gt;
63 * toState="&#42;"
131 // toState
145 public var toState:String = "*"; variable in Transition
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/util/
H A Dqdeclarativetransition.cpp115 : fromState(QLatin1String("*")), toState(QLatin1String("*")), in QDeclarativeTransitionPrivate()
122 QString toState; member in QDeclarativeTransitionPrivate
305 QString QDeclarativeTransition::toState() const in toState() function in QDeclarativeTransition
308 return d->toState; in toState()
314 if (t == d->toState) in setToState()
317 d->toState = t; in setToState()
H A Dqdeclarativestategroup.cpp379 t->toState() == QLatin1String("*")))) in findTransition()
382 QStringList toState; in findTransition() local
385 toState = t->toState().split(QLatin1Char(',')); in findTransition()
387 qSwap(fromState, toState); in findTransition()
396 if (toState.contains(to)) in findTransition()
398 else if (toState.contains(QLatin1String("*"))) in findTransition()
446 << transition->toState(); in setCurrentStateInternal()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickstategroup.cpp418 t->toState() == QLatin1String("*")))) in findTransition()
421 const QString toStateStr = t->toState(); in findTransition()
426 QVector<QStringRef> toState = toStateStr.splitRef(QLatin1Char(',')); in findTransition() local
427 for (int jj = 0; jj < toState.count(); ++jj) in findTransition()
428 toState[jj] = toState.at(jj).trimmed(); in findTransition()
430 qSwap(fromState, toState); in findTransition()
440 if (toState.contains(QStringRef(&to))) in findTransition()
442 else if (toState.contains(QStringRef(&asterisk))) in findTransition()
490 << transition->toState(); in setCurrentStateInternal()
H A Dqquicktransition.cpp119 : fromState(QLatin1String("*")), toState(QLatin1String("*")) in QQuickTransitionPrivate()
129 QString toState; member in QQuickTransitionPrivate
368 QString QQuickTransition::toState() const in toState() function in QQuickTransition
371 return d->toState; in toState()
377 if (t == d->toState) in setToState()
380 d->toState = t; in setToState()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickstategroup.cpp418 t->toState() == QLatin1String("*")))) in findTransition()
421 const QString toStateStr = t->toState(); in findTransition()
426 QVector<QStringRef> toState = toStateStr.splitRef(QLatin1Char(',')); in findTransition() local
427 for (int jj = 0; jj < toState.count(); ++jj) in findTransition()
428 toState[jj] = toState.at(jj).trimmed(); in findTransition()
430 qSwap(fromState, toState); in findTransition()
440 if (toState.contains(QStringRef(&to))) in findTransition()
442 else if (toState.contains(QStringRef(&asterisk))) in findTransition()
490 << transition->toState(); in setCurrentStateInternal()
H A Dqquicktransition.cpp119 : fromState(QLatin1String("*")), toState(QLatin1String("*")) in QQuickTransitionPrivate()
129 QString toState; member in QQuickTransitionPrivate
368 QString QQuickTransition::toState() const in toState() function in QQuickTransition
371 return d->toState; in toState()
377 if (t == d->toState) in setToState()
380 d->toState = t; in setToState()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/monad-memo-0.5.3/Control/Monad/Trans/Memo/
H A DState.hs46 newtype Container s = Container { toState :: s } function
58 return (a, toState c)
82 lookup k = container >>= return . M.lookup k . toState
84 add k v = container >>= setContainer . Container . M.add k v . toState
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java85 void toState(int state) { in toState() method in Test8004741
116 toState(RUNNING); in run()
126 toState(STOPPING); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java85 void toState(int state) { in toState() method in Test8004741
116 toState(RUNNING); in run()
126 toState(STOPPING); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java84 void toState(int state) { in toState() method in Test8004741
115 toState(RUNNING); in run()
125 toState(STOPPING); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java84 void toState(int state) { in toState() method in Test8004741
115 toState(RUNNING); in run()
125 toState(STOPPING); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java84 void toState(int state) { in toState() method in Test8004741
115 toState(RUNNING); in run()
125 toState(STOPPING); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java85 void toState(int state) { in toState() method in Test8004741
116 toState(RUNNING); in run()
126 toState(STOPPING); in run()

12345678910