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

1 2

  /external/junit/src/org/junit/rules/
TestName.java 29 protected void starting(Description d) { method in class:TestName
  /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;
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 367 ActivityRecord starting = stack.restartPackage(packageName); local
385 if (starting != null) {
386 stack.ensureActivityConfigurationLocked(starting, 0, false);
389 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS);
ProcessRecord.java 82 boolean starting; // True if the process is being started field in class:ProcessRecord
261 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
262 pw.println(starting);
    [all...]
ActivityStack.java 171 // is short because it directly impacts the responsiveness of starting the
263 * When we are in the process of pausing an activity, before starting the
5012 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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 813 const int64_t starting = oxcf->starting_buffer_level_ms; local
817 rc->starting_buffer_level = starting * bandwidth / 1000;
    [all...]
  /system/bt/bta/include/
bta_av_api.h 289 BOOLEAN starting; member in struct:__anon71914
816 ** Description Request Starting of A2DP Offload.
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner-0.5-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 

Completed in 381 milliseconds

1 2