HomeSort by relevance Sort by last modified time
    Searched refs:RUNNING (Results 76 - 100 of 267) sorted by null

1 2 34 5 6 7 8 91011

  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltDevice.java 143 throw new IOException("Can't do blocking read while listener is running");
186 connection.sendByte(cmd); // TODO: check response even if the listener is running
214 if (!isListenerStopped()) throw new IOException("Listener is running");
363 state = Utils.ListenerState.RUNNING;
378 return state == Utils.ListenerState.RUNNING;
Utils.java 181 RUNNING,
  /tools/repohooks/
pre-upload.py 58 RUNNING = COLOR.color(COLOR.YELLOW, 'RUNNING')
91 status_line = '[%s %d/%d] %s' % (self.RUNNING, self.hook_index,
  /external/autotest/scheduler/
monitor_db.py 118 help=('Indicate that scheduler is running in production '
143 # Change the cwd while running to avoid issues incase we were launched from
144 # somewhere odd (such as a random NFS home directory of the person running
204 logging.critical("monitor_db already running, aborting!")
237 logging.info("Connected! Running...")
520 models.HostQueueEntry.Status.RUNNING,
579 models.HostQueueEntry.Status.RUNNING):
    [all...]
postjob_task.py 128 """Report to monarch the number of running processes."""
178 message = ('Running processes/Max processes: %d/%d'
190 2) If _notification_on is False and the number of running processes
261 allowed_host_statuses=(models.Host.Status.RUNNING,))
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ServiceManagerTest.java 161 assertState(manager, Service.State.RUNNING, a, b);
189 assertState(manager, Service.State.RUNNING, a, c, e);
327 assertEquals(service.toString(), service.isRunning(), state == Service.State.RUNNING);
385 // ensure that the thread running the failure callbacks is not the main thread.
AbstractScheduledServiceTest.java 237 assertEquals(State.RUNNING, state());
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 89 * and fewer than corePoolSize threads are running, a new thread is
92 * maximumPoolSize threads running, a new thread will be created only
155 * <li>If fewer than corePoolSize threads are running, the Executor
159 * <li>If corePoolSize or more threads are running, the Executor
343 * runState, indicating whether running, shutting down etc
362 * RUNNING: Accept new tasks and process queued tasks
375 * RUNNING -> SHUTDOWN
377 * (RUNNING or SHUTDOWN) -> STOP
396 private final AtomicInteger ctl = new AtomicInteger(ctlOf(RUNNING, 0));
401 private static final int RUNNING = -1 << COUNT_BITS
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 74 /** Milliseconds between redraws while running. */
83 /** Scheduled to update the stopwatch time and current lap time while stopwatch is running. */
98 /** Draws the reference lap while the stopwatch is running. */
233 case RUNNING:
286 case RUNNING:
341 if (priorState == Stopwatch.State.RUNNING) {
534 * stopwatch is no longer running.
  /external/autotest/frontend/afe/
models_test.py 61 host.status = models.Host.Status.RUNNING
66 self.assertEquals(host2.status, models.Host.Status.RUNNING)
108 self.assertEquals(task.status, 'Running')
543 serialized['hostqueueentry_set'][0]['status'] = 'Running'
frontend_test_utils.py 81 @param active - bool, mark this job as running or not in the database?
105 status = models.HostQueueEntry.Status.RUNNING
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 21 RUNNING = 3
222 "demo running...", "black")
225 self.state = RUNNING
  /external/valgrind/drd/tests/
bar_bad_xml.stderr.exp 27 <state>RUNNING</state>
annotate_barrier_xml.stderr.exp 30 <state>RUNNING</state>
  /prebuilts/sdk/tools/
jack-admin 86 echo "No Jack server running. Try 'jack-admin start-server'" >&2
290 echo "Jack server is running, please stop it before uninstall" >&2
483 RUNNING=$?
484 if [ "$RUNNING" = 0 ]; then
485 echo "Server is already running"
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 221 assertEquals(AsyncTask.Status.RUNNING, mMyAsyncTask.getStatus());
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueTest.java 192 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllThreadsTest.java 113 * <BR>'RUNNING' or 'MONITOR' or 'SLEEPING' or 'ZOMBIE' or 'WAIT' status;
157 if (threadStatus == JDWPConstants.ThreadStatus.RUNNING
  /external/libchrome/base/
tracked_objects.h 100 // aggregate this running sum *only* for the given thread, we avoid the need to
441 UNINITIALIZED, // Pristine, link-time state before running.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 90 if (mTask != null && mTask.getStatus() == Status.RUNNING) {
  /external/valgrind/helgrind/tests/
tc06_two_races_xml.stderr.exp 36 <state>RUNNING</state>
  /external/valgrind/memcheck/tests/
threadname_xml.stderr.exp 27 <state>RUNNING</state>
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 150 RUNNING,
193 mLastStatus = RUNNING;
  /external/syslinux/gpxe/src/drivers/net/
amd8111e.h 151 RUNNING = (1 << 0),
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 130 mState(RUNNING),
206 if (mState != RUNNING) return;
464 mState = RUNNING;
902 * If this happens in steady case (preview running for a while, call

Completed in 1159 milliseconds

1 2 34 5 6 7 8 91011