Searched defs:stop (Results 151 - 175 of 414) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.java50 /** create tree node that holds the start and stop tokens associated
61 public Object errorNode(TokenStream input, Token start, Token stop, argument
64 CommonErrorNode t = new CommonErrorNode(input, start, stop, e);
H A DCommonTreeNodeStream.java150 public String toString(Object start, Object stop) { argument
151 // we'll have to walk from start to stop in tree; we're not keeping
H A DTreeAdaptor.java70 * input symbol at which the error was detected. The stop token indicates
82 public Object errorNode(TokenStream input, Token start, Token stop, RecognitionException e); argument
127 * as the setting of start/stop indexes relies on a single non-nil root
131 * unless there is only one ID. For a list, the start/stop indexes
216 * That node would contain the start/stop indexes then.
223 /** Get the token stop index for this subtree; return -1 if no such index */
255 /** Replace from start to stop child index of parent with t, which might
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DLaunchedDebugger.java115 synchronizer.stop();
121 testSynchronizer.stop();
292 public void stop() { method in class:LaunchedDebugger.JPDADebuggerOnDemandDebuggeeWrapper
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.cpp220 m_logReader.stop();
345 void ServerThread::stop (void) function in class:tcu::Android::ServerThread
368 void ExecService::stop (void) function in class:tcu::Android::ExecService
370 m_thread.stop();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... eclipse.core.runtime.Status errorStatus public void stop (org.osgi.framework.BundleContext) throws java. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java1044 * @see org.eclipse.equinox.app.IApplication#stop()
1046 public void stop() { method in class:GenerateResults
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DGMRES.h150 bool stop=(k==m || abs(w(k)) < tol || iters == maxIters); local
152 if (stop || k == restart) {
172 if (stop) {
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineInplaceLU.h206 Index stop = offset > 0 ? col - lIt.col() : col - uIt.row(); local
210 Map<VectorXd > rowVal(lIt.valuePtr() + (offset > 0 ? 0 : -offset), stop);
211 Map<VectorXd > colVal(uIt.valuePtr() + (offset > 0 ? offset : 0), stop);
222 for (Index k = 0; k < stop; ++k) {
243 Index stop = offset > 0 ? rrow - lIt.col() : rrow - uIt.row(); local
246 Map<VectorXd > rowVal(lIt.valuePtr() + (offset > 0 ? 0 : -offset), stop);
247 Map<VectorXd > colVal(uIt.valuePtr() + (offset > 0 ? offset : 0), stop);
256 for (Index k = 0; k < stop; ++k) {
275 Index stop = offset > 0 ? lIt.size() : uIt.size(); local
277 Map<VectorXd > rowVal(lIt.valuePtr() + (offset > 0 ? 0 : -offset), stop);
[all...]
H A DSkylineProduct.h146 const Index stop = lIt.col() + lIt.size(); local
151 while (k < stop) {
166 const Index stop = uIt.size() + uIt.row(); local
172 while (k < stop) {
210 const Index stop = uIt.col() + uIt.size(); local
215 while (k < stop) {
231 const Index stop = lIt.size() + lIt.row(); local
236 while (k < stop) {
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DGlideBitmapDrawable.java75 public void stop() { method in class:GlideBitmapDrawable
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java171 public void stop() { method in class:SquaringDrawable
172 wrapped.stop();
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractScheduledService.java46 * {@link Scheduler}. When this service is asked to stop via {@link #stopAsync} it will cancel the
47 * periodic task (but not interrupt it) and wait for it to stop before running the
159 // A handle to the running task so that we can stop it when a shutdown has been requested.
344 public final ListenableFuture<State> stop() { method in class:AbstractScheduledService
345 return delegate.stop();
483 // caught and forwarded to the service the task would stop executing but the service would
H A DAbstractService.java295 public final ListenableFuture<State> stop() { method in class:AbstractService
308 return Futures.getUnchecked(stop());
387 // We have to examine the internal state of the snapshot here to properly handle the stop
422 // notifyStopped() to be called while STARTING, even if stop() has already been called.
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h359 inline void stop() { function in class:BytesTrie
H A Ducharstrie.h376 inline void stop() { function in class:UCharsTrie
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp335 UBool stop = gRunInfo.stopFlag; // Need mutex for processors with flakey memory models. local
338 if (stop) {
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java32 public boolean stop; // true if the block ends with an unconditional jump. field in class:BasicBlock
334 prev.stop = m.alwaysJmp;
368 b.stop = m.alwaysJmp;
/external/jetty/src/java/org/eclipse/jetty/util/component/
H A DAbstractLifeCycle.java80 public final void stop() throws Exception method in class:AbstractLifeCycle
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DAbstractCinematicEvent.java129 stop();
144 public void stop() { method in class:AbstractCinematicEvent
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c77 // walk each frame looking for a place to stop
89 // if there is a personality routine, ask it if it will want to stop at this
101 // stop search and remember function context
131 // walk each frame until we reach where search phase said to stop
163 // phase 1 said we would stop at this frame, but we did not...
165 "stop here, but now if phase2 it did not stop here");
197 _Unwind_Stop_Fn stop, void *stop_parameter) {
198 // walk each frame until we reach where search phase said to stop
210 // call stop functio
196 unwind_phase2_forced(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
[all...]
/external/libunwind/tests/
H A DGperf-simple.c60 double stop, start; local
80 stop = gettime ();
86 *step = (stop - start) / (double) level;
153 double stop, start, get_cold, get_warm, init_cold, init_warm, delta; local
181 stop = gettime ();
182 delta = (stop - start) / N;
196 stop = gettime ();
197 delta = (stop - start) / N;
208 stop = gettime ();
209 delta = (stop
[all...]
H A DGperf-trace.c60 double stop, start; local
66 stop = gettime ();
72 *step = (stop - start) / (double) level;
139 double stop, start, get_cold, get_warm, init_cold, init_warm, delta; local
167 stop = gettime ();
168 delta = (stop - start) / N;
182 stop = gettime ();
183 delta = (stop - start) / N;
194 stop = gettime ();
195 delta = (stop
[all...]
/external/libvncserver/client_examples/
H A Dvnc2mpg.c340 time_t stop=0; local
365 stop=time(0)+atoi(argv[i+1]);
430 if(stop!=0 && stop<time(0))
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.h129 // Apply the loop filter to [start, stop) macro block rows in frame_buffer.
133 int start, int stop, int y_only);
141 int stop; member in struct:LoopFilterWorkerData

Completed in 935 milliseconds

1234567891011>>