Searched defs:stopped (Results 1 - 25 of 38) sorted by relevance

12

/external/testng/src/main/java/org/testng/
H A DIMethodSelectorContext.java23 * current one if stopped is false.
24 * @param stopped
26 public void setStopped(boolean stopped); argument
/external/testng/src/main/java/org/testng/internal/
H A DDefaultMethodSelectorContext.java29 public void setStopped(boolean stopped) { argument
30 m_isStopped = stopped;
/external/autotest/client/cros/
H A Ddhcp_test_server.py88 def stopped(self): member in class:DhcpTestServer
291 while not self.stopped:
/external/autotest/client/site_tests/graphics_WebGLAquarium/
H A Dsampler.py66 def stopped(self): member in class:Sampler
67 """Check if sampler is stopped."""
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
H A DEvent.java30 * A cancelled event will be stopped and handled. Additionally, many actors will undo the side-effects of a canceled event. (See
42 private boolean stopped; // true means event propagation was stopped field in class:Event
43 private boolean cancelled; // true means propagation was stopped and any action that this event would cause should not happen
56 stopped = true;
60 /** Marks this event has being stopped. This halts event propagation. Any other listeners on the {@link #getListenerActor()
63 stopped = true;
73 stopped = false;
112 return stopped;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DServiceManager.java92 * public void stopped() {}
120 * service failure and to ensure that when the JVM is shutting down all the services are stopped.
133 private static final Callback<Listener> STOPPED_CALLBACK = new Callback<Listener>("stopped()") {
135 listener.stopped();
164 public void stopped() {} method in class:ServiceManager.Listener
282 // This can happen if the service has already been started or stopped (e.g. by another
348 * @throws TimeoutException if not all of the services have stopped within the deadline
565 + "services have not stopped: "
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DServiceManagerTest.java271 * This covers a case where if the last service to stop failed then the stopped callback would
335 * healthy and stopped at the same time. This test ensures that listeners fire and isHealthy
418 // this should be super fast since the only non stopped service is a NoOpService
568 @Override public void stopped() { method in class:ServiceManagerTest.RecordingListener
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglCanvas.java197 stopped();
209 stopped();
289 /** Called when the game loop has stopped. */
290 protected void stopped () { method in class:LwjglCanvas
H A DLwjglAWTCanvas.java242 stopped();
318 /** Called when the game loop has stopped. */
319 protected void stopped () { method in class:LwjglAWTCanvas
359 stopped();
/external/opencv3/3rdparty/openexr/IlmThread/
H A DIlmThreadPool.cpp88 bool stopped () const;
157 else if (_data->stopped())
272 ThreadPool::Data::stopped () const function in class:IlmThread::ThreadPool::Data
/external/autotest/client/tests/signaltest/src/
H A Dsignaltest.c100 int stopped = 0; local
176 if (!stopped && tracelimit && (diff > tracelimit)) {
177 stopped++;
/external/valgrind/coregrind/
H A Dvgdb-invoker-ptrace.c243 /* Wait till the process pid is reported as stopped with signal_expected.
246 Returns True when process is in stopped state with signal_expected.
248 to be stopped.
331 /* Stops the given pid, wait for the process to be stopped.
350 /* Attaches to given pid, wait for the process to be stopped.
796 Bool stopped; local
1109 stopped = waitstopped (pid, SIGSTOP,
1111 if (stopped) {
1112 /* Here pid has properly stopped on the break. */
/external/autotest/client/tests/cyclictest/src/
H A Dcyclictest.c209 int stopped = 0; local
322 if (!stopped && tracelimit && (diff > tracelimit)) {
323 stopped++;
/external/opencv3/modules/viz/src/
H A Dvizimpl.cpp99 bool stopped = spin_once_state_ ? interactor_ == 0 : false; local
100 spin_once_state_ &= !stopped;
101 return stopped;
/external/strace/
H A Dstrace.c381 * Used when we want to unblock stopped traced process.
791 * Linux wrongly insists the child be stopped
805 * would be left stopped (process state T).
820 /* ESRCH: process is either not stopped or doesn't exist. */
828 /* Process is not stopped, need to stop it. */
893 * sig == other: process was already stopped
894 * with this stopping sig (see tests/detach-stopped).
896 * in DETACH for the tracee to remain stopped.
981 * process stopped (process state T) if we would terminate in
1288 /* Wait until child stopped itsel
2053 bool stopped; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar ... .osgi.framework.BundleContext context private volatile boolean stopped private org.osgi.framework.ServiceRegistration reg private ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/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/ ...
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 643 milliseconds

12