HomeSort by relevance Sort by last modified time
    Searched refs:RUNNING (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /external/valgrind/drd/tests/
fp_race_xml.stderr.exp 27 <state>RUNNING</state>
  /external/valgrind/exp-sgcheck/tests/
hsg.stderr.exp 28 <state>RUNNING</state>
  /external/libchrome/base/
tracked_objects.cc 460 // running, queued up, or being held in limbo for future posting.
    [all...]
tracked_objects.h 101 // aggregate this running sum *only* for the given thread, we avoid the need to
442 UNINITIALIZED, // Pristine, link-time state before running.
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 41 /** Created but not yet running. */
44 RUNNING,
332 return status == Status.RUNNING || status == Status.WAITING_FOR_SIZE;
404 status = Status.RUNNING;
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 61 /** Scheduled to update the stopwatch time and current lap time while stopwatch is running. */
76 /** Draws the reference lap while the stopwatch is running. */
85 /** Held while the stopwatch is running and this fragment is forward to keep the screen on. */
133 // Start updates if the stopwatch is running; blink text if it is paused.
135 case RUNNING:
198 case RUNNING:
244 case RUNNING:
499 * stopwatch is no longer running.
509 // The stopwatch is still running so execute this runnable again after a delay.
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 139 assertEquals(AsyncTask.Status.RUNNING, mAsyncTask.getStatus());
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedExceptionEventsTest.java 156 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING,
ExceptionBaseTest.java 58 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING,
SingleStepTest.java 180 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING,
MethodExitWithReturnValueTest.java 191 checkThreadState(eventThreadID, JDWPConstants.ThreadStatus.RUNNING,
  /external/jetty/src/java/org/eclipse/jetty/util/component/
AbstractLifeCycle.java 39 public static final String RUNNING="RUNNING";
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AsyncTaskTest.java 118 assertThat(asyncTask.getStatus(), is(AsyncTask.Status.RUNNING));
  /external/testng/src/main/java/org/testng/internal/thread/graph/
GraphThreadPoolExecutor.java 66 setStatus(r, Status.RUNNING);
  /external/autotest/scheduler/
monitor_db.py 119 help=('Indicate that scheduler is running in production '
149 # Change the cwd while running to avoid issues incase we were launched from
150 # somewhere odd (such as a random NFS home directory of the person running
207 logging.critical("monitor_db already running, aborting!")
240 logging.info("Connected! Running...")
501 models.HostQueueEntry.Status.RUNNING,
509 'running', len(queue_entries))
544 models.HostQueueEntry.Status.RUNNING):
759 # Starting, Running, Gathering, Parsing or Archiving. To do this, the
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
VrListenerVerifierActivity.java 59 RUNNING,
314 InteractiveTestCase.this.setStatus(Status.RUNNING);
333 case 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.
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 48 mState(RUNNING),
119 if (mState != RUNNING) return;
617 * If this happens in steady case (preview running for a while, call
671 mState = RUNNING;
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 60 * and fewer than corePoolSize threads are running, a new thread is
63 * maximumPoolSize threads running, a new thread will be created only
126 * <li>If fewer than corePoolSize threads are running, the Executor
130 * <li>If corePoolSize or more threads are running, the Executor
314 * runState, indicating whether running, shutting down etc
333 * RUNNING: Accept new tasks and process queued tasks
346 * RUNNING -> SHUTDOWN
348 * (RUNNING or SHUTDOWN) -> STOP
367 private final AtomicInteger ctl = new AtomicInteger(ctlOf(RUNNING, 0));
372 private static final int RUNNING = -1 << COUNT_BITS
    [all...]
  /prebuilts/sdk/tools/
jack-admin 86 echo "No Jack server running. Try 'jack-admin start-server'" >&2
450 RUNNING=$?
451 if [ "$RUNNING" = 0 ]; then
452 echo "Server is already running"
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllThreadsTest.java 112 * <BR>'RUNNING' or 'MONITOR' or 'SLEEPING' or 'ZOMBIE' or 'WAIT' status;
156 if (threadStatus == JDWPConstants.ThreadStatus.RUNNING
  /external/autotest/frontend/afe/
frontend_test_utils.py 97 @param active - bool, mark this job as running or not in the database?
125 status = models.HostQueueEntry.Status.RUNNING
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 195 RUNNING
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 175 RUNNING
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 90 if (mTask != null && mTask.getStatus() == Status.RUNNING) {

Completed in 3763 milliseconds

1 23 4 5 6 7 8 9