Searched refs:stop (Results 151 - 175 of 1296) sorted by relevance

1234567891011>>

/external/autotest/client/site_tests/hardware_MemoryLatency/
H A Dhardware_MemoryLatency.py75 stop = [ 'ui' ]
76 stop.extend(service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
77 self._services = service_stopper.ServiceStopper(stop)
/external/deqp/executor/
H A DxeLocalTcpIpLink.cpp46 stop();
104 stop();
109 void LocalTcpIpLink::stop (void) function in class:xe::LocalTcpIpLink
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DTimer.java41 public long stop() { method in class:Timer
103 stop();
110 stop();
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java40 public long stop() { method in class:Timer
102 stop();
109 stop();
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dfilter_ar.c34 size_t i, j, stop; local
51 stop = (i < a_length) ? i + 1 : a_length;
52 for (j = 1; j < stop; j++)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs169 public virtual string ToString(int start, int stop) { argument
170 return input.ToString(start, stop);
173 public virtual string ToString(IToken start, IToken stop) { argument
174 return input.ToString(start, stop);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs202 public virtual string ToString( int start, int stop )
204 return input.ToString( start, stop );
207 public virtual string ToString( IToken start, IToken stop )
209 return input.ToString( start, stop );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTokenStream.java149 public String toString(int start, int stop) { argument
150 return input.toString(start,stop);
153 public String toString(Token start, Token stop) { argument
154 return input.toString(start,stop);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeNodeStream.java84 /** Return the text of all nodes from start to stop, inclusive.
86 * walk recursively from start until stop. You can always return
90 public String toString(Object start, Object stop); argument
95 /** 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/framework/
H A DDebuggeeRegister.java42 * This class is aimed to be an additional facility to stop each debuggee
80 * Stops each of registered DebuggeeWrappers by invoking DebuggeeWrapper.stop().
86 wrapper.stop();
/external/autotest/client/profilers/mpstat/
H A Dmpstat.py24 def stop(self, test): member in class:mpstat
/external/autotest/client/profilers/vmstat/
H A Dvmstat.py26 def stop(self, test): member in class:vmstat
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dmonkey.py42 cov.stop()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
H A Dapache.py39 self.stop("apache2")
/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 DMain.java45 * @see org.eclipse.equinox.app.IApplication#stop()
47 public void stop() { method in class:Main
/external/eigen/bench/
H A Dsparse_randomsetter.cpp38 } timer.stop(); }
55 t.stop();
61 t.reset(); t.start(); delete set1; t.stop();
82 t.stop();
98 // t.stop();
107 // t.stop();
116 // t.stop();
/external/eigen/bench/spbench/
H A Dsp_solver.cpp53 timer.stop();
102 timer.stop();
110 timer.stop();
120 totaltime.stop();
/external/eigen/unsupported/bench/
H A Dbench_svd.cpp50 timerBDC.stop();
57 timerJacobi.stop();
81 timerBDC.stop();
88 timerJacobi.stop();
/external/jetty/src/java/org/eclipse/jetty/util/component/
H A DLifeCycle.java39 * @see #stop()
50 * @exception Exception If the component fails to stop
55 public void stop() method in interface:LifeCycle
89 * @see #stop()
96 * @return true if the component has failed to start or has failed to stop.
/external/libdrm/tests/
H A Ddrmsl.c67 struct timeval start, stop; local
96 gettimeofday(&stop, NULL);
98 usec = (double)(stop.tv_sec * 1000000 + stop.tv_usec
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DIntegrationTestBase.java69 this.testServer.stop();
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
H A DEchoSocketSample.java46 System.out.println("Server started, hit Enter to stop.\n");
51 ws.stop();
/external/parameter-framework/upstream/remote-processor/
H A DRemoteProcessorServer.h48 virtual bool stop();
/external/skia/src/core/
H A DSkTypefaceCache.cpp21 const Rec* stop = fArray.end(); local
22 while (curr < stop) {
40 const Rec* stop = fArray.end(); local
41 while (curr < stop) {
/external/slf4j/integration/src/test/java/integrator/
H A DActivator.java48 public void stop(BundleContext context) { method in class:Activator
51 logger.info("Activator.stop");

Completed in 733 milliseconds

1234567891011>>