HomeSort by relevance Sort by last modified time
    Searched refs:isStarted (Results 1 - 25 of 74) sorted by null

1 2 3

  /cts/tests/app/app/src/android/app/stubs/
ChildActivity.java 22 public static boolean isStarted = false;
27 isStarted = true;
  /cts/tests/tests/content/src/android/content/cts/
ChildActivity.java 22 public static boolean isStarted = false;
27 isStarted = true;
  /external/deqp/framework/delibs/decpp/
deThread.hpp 53 bool isStarted (void) const;
71 inline bool Thread::isStarted (void) const
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
ActivityFragmentLifecycle.java 14 private boolean isStarted;
38 } else if (isStarted) {
46 isStarted = true;
53 isStarted = false;
  /external/setupcompat/main/java/com/google/android/setupcompat/logging/
Timer.java 37 if (isStarted()) {
53 Preconditions.checkState(isStarted(), "Timer must be started before it can be stopped.");
68 private boolean isStarted() {
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServer_AlreadyStartedTest.groovy 29 assertEquals("started - after start()", true, ftpServer1.isStarted());
35 assert !ftpServer2.isStarted()
  /cts/tests/app/src/android/app/cts/
AliasActivityTest.java 43 assertFalse(ChildActivity.isStarted);
48 assertTrue(ChildActivity.isStarted);
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/server/
AbstractFtpServer_StartTestCase.java 39 assertEquals("started - before", false, ftpServer.isStarted());
43 assertEquals("started - after start()", true, ftpServer.isStarted());
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 253 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
265 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
276 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
288 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
304 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
330 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
346 inline bool isStarted() const {
EmulatedQemuCameraDevice.cpp 110 if (isStarted()) {
142 if (isStarted()) {
188 if (!isStarted()) {
222 if (!isStarted()) {
252 if (!isStarted()) {
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.h 208 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
219 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
229 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
239 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
263 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
287 inline bool isStarted() const { return mState == ECDS_STARTED; }
EmulatedQemuCameraDevice.cpp 107 if (isStarted()) {
137 if (isStarted()) {
181 if (!isStarted()) {
EmulatedCameraDevice.cpp 87 if (!isStarted()) {
101 if (!isStarted()) {
114 if (!isStarted()) {
166 if (!isStarted()) {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_StartTest.java 44 assertEquals("started - before", false, stubFtpServer.isStarted());
48 assertEquals("started - after start()", true, stubFtpServer.isStarted());
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
BaseTween.java 30 private boolean isStarted; // true when the object is started
53 isStarted = isInitialized = isFinished = isKilled = isPaused = false;
87 isStarted = true;
152 if (isStarted) throw new RuntimeException("You can't change the repetitions of a tween or timeline once it is started");
169 if (isStarted) throw new RuntimeException("You can't change the repetitions of a tween or timeline once it is started");
306 public boolean isStarted() {
307 return isStarted;
414 if (!isStarted || isPaused || isKilled) return;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/server/
AbstractFtpServer_MultipleStartAndStopTest.groovy 43 assertEquals("started - after start()", true, ftpServer.isStarted());
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 85 if (isStarted()) {
103 public boolean isStarted() {
108 if (!isStarted()) {
117 if (!isStarted()) {
  /external/deqp/execserver/
xsPosixTestProcess.cpp 52 DE_ASSERT(!isStarted());
87 if (!isStarted())
110 DE_ASSERT(!isStarted());
157 if (!isStarted())
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawable.java 35 private boolean isStarted;
136 isStarted = true;
145 isStarted = false;
185 } else if (isStarted) {
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h 86 bool isStarted() const;
  /external/vogar/src/vogar/commands/
Command.java 86 if (isStarted()) {
102 public boolean isStarted() {
107 if (!isStarted()) {
116 if (!isStarted()) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
RobolectricTest.java 121 assertThat(activity.isStarted()).isTrue();
150 public boolean isStarted() {
  /developers/build/prebuilts/gradle/Interpolator/Application/tests/src/com/example/android/interpolator/tests/
SampleTests.java 111 assertTrue(animator.isStarted());
  /developers/samples/android/ui/Interpolator/Application/tests/src/com/example/android/interpolator/tests/
SampleTests.java 111 assertTrue(animator.isStarted());
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
ParameterManagerWrapper.h 74 bool isStarted();

Completed in 975 milliseconds

1 2 3