Searched refs:stop (Results 101 - 125 of 1219) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/server/
H A DAbstractFtpServer_StartTest.java35 * Test the start() and stop() methods. Start the server and then stop it immediately.
46 ftpServer.stop();
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
65 ftpServer.stop();
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/server/
H A DAbstractFtpServer_StartTest.java35 * Test the start() and stop() methods. Start the server and then stop it immediately.
46 ftpServer.stop();
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
65 ftpServer.stop();
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/server/
H A DAbstractFtpServer_StartTestCase.java35 * Test the start() and stop() methods. Start the server and then stop it immediately.
46 ftpServer.stop();
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
65 ftpServer.stop();
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/server/
H A DAbstractFtpServer_StartTestCase.java35 * Test the start() and stop() methods. Start the server and then stop it immediately.
46 ftpServer.stop();
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
65 ftpServer.stop();
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/server/
H A DAbstractFtpServer_StartTestCase.java35 * Test the start() and stop() methods. Start the server and then stop it immediately.
46 ftpServer.stop();
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
65 ftpServer.stop();
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/server/
H A DAbstractFtpServer_StartTestCase.java35 * Test the start() and stop() methods. Start the server and then stop it immediately.
46 ftpServer.stop();
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
65 ftpServer.stop();
/external/protobuf/csharp/src/Google.Protobuf/
H A DByteArray.cs58 int stop = srcOffset + count;
59 for (int i = srcOffset; i < stop; i++)
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
H A DDrawingCanvas.java29 public void stop() { method in class:DrawingCanvas
30 timer.stop();
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as110 * node stream that can change. Must have static node list. start/stop
114 public static function reuse(parent:CommonTreeNodeStream, start:int, stop:int):CommonTreeNodeStream {
118 stream.nodes = parent.nodes.slice(start, stop);
364 public function toTokenString(start:int, stop:int):String {
369 for (var i:int = start; i < nodes.length && i <= stop; i++) {
377 public function toStringWithRange(start:Object, stop:Object):String {
378 if ( start==null || stop==null ) {
384 trace("stop: "+stop);
389 if ( stop i
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeFactory.cs47 TTree CreateErrorNode( ITokenStream<TToken> input, TToken start, TToken stop, RecognitionException e ); argument
H A DITreeNodeStream`1.cs112 * Return the text of all nodes from start to stop, inclusive.
114 * walk recursively from start until stop. You can always return
119 string ToString(T start, T stop); argument
125 * Replace from start to stop child index of parent with t, which might
/external/deqp/executor/
H A DxeLocalTcpIpLink.hpp42 void stop (void);
/external/eigen/bench/btl/generic_bench/timers/
H A Dportable_timer.hh53 LARGE_INTEGER stop; member in struct:Portable_Timer::__anon5762
66 void stop() { QueryPerformanceCounter(&stopVal); } function in class:Portable_Timer
109 void stop() function in class:Portable_Timer
159 void stop() function in class:Portable_Timer
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawableResource.java21 drawable.stop();
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/
H A DStubFtpServer_StartTest.java33 * Test the start() and stop() methods. Start the StubFtpServer and then stop it immediately.
44 stubFtpServer.stop();
46 assertEquals("shutdown - after stop()", true, stubFtpServer.isShutdown());
/external/parameter-framework/upstream/remote-processor/
H A DBackgroundRemoteProcessorServer.h50 bool stop() override;
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
H A DBasicProfilerDemo.java66 profiler.stop().print();
H A DNestedProfilerDemo.java81 // stop and print the "DEMO" printer
82 profiler.stop().print();
H A DProfilerTest.java42 profiler.stop();
63 profiler.stop();
98 profiler.stop();
129 nested.stop();
/external/vogar/src/vogar/target/
H A DProfilerRunListener.java41 profiler.stop();
/external/autotest/client/site_tests/hardware_MemoryThroughput/
H A Dhardware_MemoryThroughput.py65 stop = [ 'ui' ]
66 stop.extend(service_stopper.ServiceStopper.POWER_DRAW_SERVICES)
67 self._services = service_stopper.ServiceStopper(stop)
/external/compiler-rt/test/tsan/
H A Dsignal_reset.cc13 int stop; variable
22 while (__atomic_load_n(&stop, __ATOMIC_RELAXED) == 0) {
66 __atomic_store_n(&stop, 1, __ATOMIC_RELAXED);
/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/skia/include/views/
H A DSkTouchGesture.h18 void stop() { fActive = false; } function in struct:SkFlingState
41 void stop() { fFlinger.stop(); } function in class:SkTouchGesture

Completed in 755 milliseconds

1234567891011>>