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

1 23 4 5 6 7 8 91011>>

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVideoView.java 20 public static final int STOP = 0;
64 currentState = ShadowVideoView.STOP;
93 currentState != ShadowVideoView.STOP &&
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexArrayObjectTests.cpp 67 return STOP;
  /external/deqp/modules/gles31/functional/
es31fDefaultVertexArrayObjectTests.cpp 69 return STOP;
  /prebuilts/go/darwin-x86/doc/progs/
defer2.go 39 // STOP OMIT
58 // STOP OMIT
timeout2.go 28 // STOP OMIT
error3.go 18 // STOP OMIT
30 // STOP OMIT
40 // STOP OMIT
error4.go 20 // STOP OMIT
32 // STOP OMIT
47 // STOP OMIT
  /prebuilts/go/linux-x86/doc/progs/
defer2.go 39 // STOP OMIT
58 // STOP OMIT
timeout2.go 28 // STOP OMIT
error3.go 18 // STOP OMIT
30 // STOP OMIT
40 // STOP OMIT
error4.go 20 // STOP OMIT
32 // STOP OMIT
47 // STOP OMIT
  /external/deqp/external/openglcts/modules/common/
glcExposedExtensionsTests.cpp 95 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
141 return STOP;
145 return STOP;
glcRobustnessTests.cpp 104 return STOP;
113 return STOP;
128 return STOP;
139 return STOP;
143 return STOP;
160 return STOP;
174 return STOP;
178 return STOP;
248 * @return tcu::TestNode::STOP
254 return STOP;
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderNonarrayInput.cpp 182 * @return STOP if the test has finished, CONTINUE to indicate iterate should be called once again.
258 return STOP;
272 return STOP;
314 return STOP;
327 return STOP;
342 return STOP;
357 return STOP;
414 return STOP;
420 return STOP;
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 89 return tcu::TestNode::STOP;
95 return tcu::TestNode::STOP;
  /frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/androidx/lifecycle/
ActivityFullLifecycleTest.java 24 import static androidx.lifecycle.TestUtils.OrderedTuples.STOP;
74 assertThat(results, is(flatMap(CREATE, START, RESUME, PAUSE, STOP, DESTROY)));
  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 44 private static final int STOP = 2;
159 LogUtil.w(mTag, "Notification stop delayed by " + delay + "msecs");
161 mPlayer.stop();
197 case STOP:
199 LogUtil.d(mTag, "STOP");
248 private int mState = STOP;
266 * Calling this before another audio file is done playing will stop
292 /** Same as calling stop(true) */
293 public void stop() { method in class:NotificationPlayer
294 stop(true)
302 public void stop(final boolean releaseAudioFocus) { method in class:NotificationPlayer
    [all...]
  /external/deqp/modules/egl/
teglSyncTests.cpp 283 return STOP;
310 return STOP;
337 return STOP;
343 return STOP;
370 return STOP;
376 return STOP;
408 return STOP;
414 return STOP;
444 return STOP;
450 return STOP;
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cPostDepthCoverageTests.cpp 140 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
157 return STOP;
170 return STOP;
183 return STOP;
196 return STOP;
200 return STOP;
323 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
369 return STOP;
382 return STOP;
395 return STOP;
    [all...]
gl4cDirectStateAccessProgramPipelinesTests.cpp 84 return STOP;
175 return STOP;
205 return STOP;
254 return STOP;
417 return STOP;
475 return STOP;
510 return STOP;
553 return STOP;
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleGetMultisamplefvTests.cpp 58 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
83 return STOP;
100 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
125 return STOP;
142 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
163 return STOP;
182 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
278 return STOP;
323 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
356 return STOP;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDebugMarkerTests.cpp 71 return STOP;
157 return STOP;
190 return STOP;
  /external/deqp/modules/internal/
ditBuildInfoTests.cpp 104 return STOP;
135 return STOP;
169 return STOP;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 45 private static final int STOP = 2;
231 case STOP:
232 if (DEBUG) Log.d(mTag, "STOP");
236 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
238 mPlayer.stop();
243 if (DEBUG) { Log.d(mTag, "in STOP: abandonning AudioFocus"); }
252 if (DEBUG) { Log.d(mTag, "in STOP: quitting looper "+ mLooper); }
257 Log.w(mTag, "STOP command without a player");
328 private int mState = STOP;
346 * Calling this before another audio file is done playing will stop
406 public void stop() { method in class:NotificationPlayer
    [all...]
  /external/deqp/external/openglcts/modules/gles2/
es2cTestPackage.cpp 99 return tcu::TestNode::STOP;
105 return tcu::TestNode::STOP;

Completed in 587 milliseconds

1 23 4 5 6 7 8 91011>>