Searched defs:STOP (Results 1 - 25 of 35) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
H A DEventHandler.java57 int STOP = 0; field in interface:EventHandler
114 * <li>if {@link #STOP} is returned, the step handler will be called
137 * returns {@link #STOP}. As the interpolator may be used to navigate back
159 * value must be one of {@link #STOP}, {@link #RESET_STATE},
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DEventHandlerWithJacobians.java82 int STOP = 0; field in interface:EventHandlerWithJacobians
144 * <li>if {@link #STOP} is returned, the step handler will be called
168 * will be the last one if this method returns {@link #STOP}. As the
194 * value must be one of {@link #STOP}, {@link #RESET_STATE},
/external/python/cpython2/Tools/pynche/
H A DDetailsViewer.py57 STOP = 'Stop' variable
122 self.__boundvar.set(optiondb.get('ATBOUND', STOP))
124 STOP, WRAP, RATIO, GRAV)
207 if atbound == STOP:
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVideoView.java22 public static final int STOP = 0; field in class:ShadowVideoView
65 currentState = ShadowVideoView.STOP;
94 currentState != ShadowVideoView.STOP &&
/external/deqp/framework/common/
H A DtcuTestCase.hpp102 STOP = 0, enumerator in enum:tcu::TestNode::IterateResult
162 * until test case returns STOP. After that deinit() will be called.
164 * Before exiting the execution phase (i.e. at returning STOP from iterate())
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl11.c52 #define STOP 0xFFF0 macro
222 if (l->l_type == (short)STOP)
231 fl.l_type = STOP;
H A Dfcntl17.c63 #define STOP 0xFFF0 macro
384 } else if (arg == (short)STOP) {
394 arg = STOP;
H A Dfcntl19.c56 #define STOP 0xFFF0 macro
259 } else if (l->l_type == (short)STOP) {
269 fl.l_type = STOP;
H A Dfcntl20.c52 #define STOP 0xFFF0 macro
258 } else if (l->l_type == (short)STOP) {
268 fl.l_type = STOP;
H A Dfcntl21.c51 #define STOP 0xFFF0 macro
266 } else if (l->l_type == (short)STOP) {
276 fl.l_type = STOP;
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py72 STOP = 0xfc variable
83 STOP,
/external/python/cpython2/Lib/
H A Dpickle.py81 # the STOP opcode, passing the object that is the result of unpickling.
103 STOP = '.' # every pickle ends with STOP variable
225 self.write(STOP)
1263 dispatch[STOP] = load_stop
/external/stressapptest/src/
H A Dworker.h138 enum Status { RUN, PAUSE, STOP }; enumerator in enum:WorkerStatus::Status
/external/python/cpython2/Modules/
H A DcPickle.c33 #define STOP '.' macro
2833 static char stop = STOP;
4983 case STOP:
5401 case STOP:
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.contenttype_3.5.0.v20150421-2214.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 562 milliseconds

12