HomeSort by relevance Sort by last modified time
    Searched defs:starting (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/junit/src/main/java/org/junit/rules/
TestName.java 31 protected void starting(Description d) { method in class:TestName
Stopwatch.java 138 private void starting() { method in class:Stopwatch
153 @Override protected void starting(Description description) { method in class:Stopwatch.InternalWatcher
154 Stopwatch.this.starting();
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 33 * <li>{@linkplain State#STARTING STARTING} -&gt;
78 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
198 STARTING {
258 * {@linkplain State#STARTING STARTING}. This occurs when {@link Service#startAsync} is called
261 public void starting() {} method in class:Service.Listener
264 * Called when the service transitions from {@linkplain State#STARTING STARTING} to
    [all...]
ServiceManager.java 29 import static com.google.common.util.concurrent.Service.State.STARTING;
75 * provides methods for {@linkplain #startAsync() starting}, {@linkplain #stopAsync() stopping} and
311 * @throws TimeoutException if not all of the services have finished starting within the deadline
381 * have finished starting.
547 + Multimaps.filterKeys(servicesByState, in(ImmutableSet.of(NEW, STARTING))));
651 // N.B. if we miss the STARTING event then we may never record a startup time.
711 "Expected to be healthy after starting. The following services are not running: "
734 @Override public void starting() { method in class:ServiceManager.ServiceListener
737 state.transitionService(service, NEW, STARTING);
739 logger.log(Level.FINE, "Starting {0}.", service)
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ObjectArraysTest.java 84 Integer[] starting = ObjectArrays.arraysCopyOf(array1, array1.length); local
94 Object[] expectedArray1 = expectModify ? reference : starting;
95 Object[] expectedArray2 = expectModify ? target : starting;
  /external/guava/guava-tests/test/com/google/common/collect/
ObjectArraysTest.java 155 Integer[] starting = ObjectArrays.arraysCopyOf(array1, array1.length); local
165 Object[] expectedArray1 = expectModify ? reference : starting;
166 Object[] expectedArray2 = expectModify ? target : starting;
  /external/ppp/pppd/
fsm.h 106 void (*starting) /* Called when we want the lower layer */ member in struct:fsm_callbacks
124 #define STARTING 1 /* Down, been opened */
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 14 private boolean starting; field in class:TestFragmentTransaction
45 this.starting = true;
60 this.starting = true;
195 return starting;
  /external/syslinux/core/lwip/src/netif/ppp/
fsm.h 108 void (*starting)(fsm*); /* Called when we want the lower layer */ member in struct:fsm_callbacks
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 369 ActivityRecord starting = stack.restartPackage(packageName); local
387 if (starting != null) {
388 starting.ensureActivityConfigurationLocked(0 /* globalChanges */,
392 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS);
ProcessRecord.java 78 boolean starting; // True if the process is being started field in class:ProcessRecord
254 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
255 pw.println(starting);
    [all...]
ActivityStack.java 168 // is short because it directly impacts the responsiveness of starting the
281 * When we are in the process of pausing an activity, before starting the
502 mStackSupervisor.ensureActivitiesVisibleLocked(null /* starting */, 0 /* configChanges */,
5094 ActivityRecord starting = topRunningActivityLocked(); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 70 State.STARTING,
108 State.STARTING,
175 assertEquals(State.STARTING, service.state());
193 State.STARTING,
214 State.STARTING,
225 assertEquals(State.STARTING, service.state());
244 State.STARTING,
252 * {@link State#STARTING} more than once, the {@link Listener#stopping(State)} callback would get
288 assertEquals(ImmutableList.of(State.STARTING, State.FAILED), listener.getStateHistory());
297 assertEquals(ImmutableList.of(State.STARTING, State.RUNNING, State.FAILED)
837 @Override public synchronized void starting() { method in class:AbstractServiceTest.RecordingListener
    [all...]
  /system/bt/bta/include/
bta_av_api.h 268 bool starting; member in struct:__anon105613
771 * Description Request Starting of A2DP Offload.
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 1309 const int64_t starting = oxcf->starting_buffer_level_ms; local
    [all...]
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.6-beta-2-release.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner-0.6-beta-2-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 1106 milliseconds

1 2 3