Searched refs:nextAction (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
H A DEventState.java84 private int nextAction; field in class:EventState
110 nextAction = EventHandler.CONTINUE;
340 nextAction = handler.eventOccurred(t, y, !(increasing ^ forward));
343 nextAction = EventHandler.CONTINUE;
352 return nextAction == EventHandler.STOP;
371 if (nextAction == EventHandler.RESET_STATE) {
377 return (nextAction == EventHandler.RESET_STATE) ||
378 (nextAction == EventHandler.RESET_DERIVATIVES);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 75 milliseconds