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

1 2 3 4

  /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();
  /frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/testing/
InstantTaskExecutorRule.java 33 protected void starting(Description description) { method in class:InstantTaskExecutorRule
34 super.starting(description);
CountingTaskExecutorRule.java 41 protected void starting(Description description) { method in class:CountingTaskExecutorRule
42 super.starting(description);
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
InstantTaskExecutorRule.java 30 protected void starting(Description description) { method in class:InstantTaskExecutorRule
31 super.starting(description);
  /frameworks/support/work/workmanager-firebase/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
InstantTaskExecutorRule.java 30 protected void starting(Description description) { method in class:InstantTaskExecutorRule
31 super.starting(description);
  /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...]
  /frameworks/base/libs/hwui/hwui/
AnimatedImageDrawable.cpp 143 const bool starting = mStarting; local
159 } else if (starting) {
  /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/support/room/testing/src/main/java/androidx/room/testing/
MigrationTestHelper.java 117 protected void starting(Description description) { method in class:MigrationTestHelper
118 super.starting(description);
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 353 ActivityRecord starting = stack.restartPackage(packageName); local
371 if (starting != null) {
372 starting.ensureActivityConfiguration(0 /* globalChanges */,
376 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS);
ProcessRecord.java 83 boolean starting; // True if the process is being started field in class:ProcessRecord
228 // Params used in starting this process.
293 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
294 pw.println(starting);
    [all...]
ActivityStack.java 194 // is short because it directly impacts the responsiveness of starting the
292 * When we are in the process of pausing an activity, before starting the
573 // Inform the user that they are starting an app that may not work correctly in
5079 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 187 bool starting; member in struct:__anon1461
685 * Description Request Starting of A2DP Offload.
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 1336 const int64_t starting = oxcf->starting_buffer_level_ms; local
    [all...]
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/3.1.1/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 

Completed in 721 milliseconds

1 2 3 4