Searched defs:running (Results 1 - 25 of 56) sorted by path

123

/external/android-clat/
H A Dclatd.c61 volatile sig_atomic_t running = 1; variable
67 running = 0;
345 running = 0;
384 while(running) {
412 * in case the user is running this on the command line
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc108 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, argument
112 if (running) *running = running_threads_;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc37 uptr total, running, alive; local
38 registry->GetNumberOfThreads(&total, &running, &alive);
40 EXPECT_EQ(exp_running, running);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h90 bool running; member in struct:__tsan::ReportThread
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.equinox.security_1.0.200.v20100503.jar ... auth.ext.loader.ExtCallbackHandlerLoader callbackHandlerLoader private boolean running private static final org.eclipse.equinox.internal ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jar ... static boolean initialize public static boolean debug private static boolean running private static org.eclipse.osgi.framework. ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jar ... static boolean initialize public static boolean debug private static boolean running private static org.eclipse.osgi.framework. ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractServiceTest.java56 assertFalse(service.running);
61 assertTrue(service.running);
66 assertFalse(service.running);
154 boolean running = false; field in class:AbstractServiceTest.NoOpService
157 assertFalse(running);
158 running = true;
163 assertTrue(running);
164 running = false;
476 * confirming that it is running. Meanwhile, the service itself is trying
477 * to confirm that it is running
842 @Override public synchronized void running() { method in class:AbstractServiceTest.RecordingListener
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractService.java65 new Callback<Listener>("running()") {
67 listener.running();
153 @Override public void running() {
177 shutdown.setException(new Exception("Service failed while running", failure));
403 running();
440 * <b>not be stopped</b> if it is running. Invoke this method when a service has failed critically
542 private void running() { method in class:AbstractService
H A DFutures.java366 * unexecuted listeners are prevented from running during its execution, even
451 private volatile ListenableFuture<? extends V> running; field in class:Futures.FallbackFuture
456 running = input;
457 addCallback(running, new FutureCallback<V>() {
469 running = fallback.create(t);
471 running.cancel(wasInterrupted());
474 addCallback(running, new FutureCallback<V>() {
482 if (running.isCancelled()) {
499 running.cancel(mayInterruptIfRunning);
544 * unexecuted listeners are prevented from running durin
[all...]
H A DService.java102 * Returns {@code true} if this service is {@linkplain State#RUNNING running}.
112 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
148 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
160 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state}.
172 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state} for no
337 public void running() {} method in class:Service.Listener
H A DServiceManager.java153 * {@linkplain State#RUNNING running} state. If any services fail during start up or
155 * services have started {@linkplain State#RUNNING running} then this method will not be called.
302 * running} state.
314 * reached the {@linkplain State#RUNNING running} state.
362 * Returns true if all services are currently in the {@linkplain State#RUNNING running} state.
365 * get detailed information about which services are not running.
708 + "The following services are not running: " +
740 @Override public void running() { method in class:ServiceManager.ServiceListener
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainQuad.java319 private synchronized void setLodCalcRunning(boolean running) { argument
320 lodCalcRunning = running;
431 //System.out.println("thread already running");

Completed in 744 milliseconds

123