HomeSort by relevance Sort by last modified time
    Searched refs:STOP (Results 126 - 150 of 391) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 503 return STOP;
718 return STOP;
725 return STOP;
730 return STOP;
911 return STOP;
918 return STOP;
923 return STOP;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 211 return STOP;
262 return STOP;
312 return STOP;
375 return STOP;
521 return (iterOk && m_iterNdx < numIterations) ? CONTINUE : STOP;
es2fShaderBuiltinVarTests.cpp 251 return STOP;
347 return STOP;
439 return STOP;
556 return STOP;
651 return STOP;
es2fFlushFinishTests.cpp 443 return STOP;
478 return STOP;
es2fTextureSizeTests.cpp 162 return STOP;
316 return STOP;
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 211 return STOP;
262 return STOP;
312 return STOP;
375 return STOP;
534 return (iterOk && m_iterNdx < numIterations) ? CONTINUE : STOP;
es3fImplementationLimitTests.cpp 256 return STOP;
322 return STOP;
410 return STOP;
es3fFboCompletenessTests.cpp 288 return STOP;
410 return STOP;
es3fTextureSizeTests.cpp 162 return STOP;
316 return STOP;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 111 return STOP;
285 return STOP;
322 return m_iterNdx < m_numIters ? CONTINUE : STOP;
teglImageTests.cpp 231 return STOP;
540 return STOP;
645 return STOP;
teglQueryConfigTests.cpp 179 return STOP;
223 return STOP;
241 return STOP;
teglResizeTests.cpp 350 return STOP;
410 return STOP;
491 return STOP;
teglMemoryStressTests.cpp 394 return STOP;
446 return STOP;
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 310 return STOP;
383 return STOP;
493 return STOP;
es31fSampleShadingTests.cpp 115 return STOP;
287 return STOP;
422 return STOP;
es31fTextureFormatTests.cpp 228 return STOP;
238 return m_curLayerFace < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP;
360 return STOP;
es31fShaderMultisampleInterpolationStateQueryTests.cpp 296 return STOP;
332 return STOP;
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 40 STOP,
150 status_t stop() function in class:android::BpMediaPlayer
154 remote()->transact(STOP, data, &reply);
416 case STOP: {
418 reply->writeInt32(stop());
IMediaRecorder.cpp 40 STOP,
261 status_t stop() function in class:android::BpMediaRecorder
263 ALOGV("stop");
266 remote()->transact(STOP, data, &reply);
330 case STOP: {
331 ALOGV("STOP");
333 reply->writeInt32(stop());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 51 private static final Event STOP_EVENT = new Event(Event.STOP, null);
93 public static final int STOP = 4;
141 case Event.STOP:
714 public void stop() { method in class:GraphRunner
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 61 STOP,
285 return mAction == SmilPlayerAction.STOP;
342 public synchronized void stop() { method in class:SmilPlayer
344 mAction = SmilPlayerAction.STOP;
472 Log.v(TAG, "[STOP] " + " at " + mCurrentTime
529 Log.v(TAG, "[STOP] " + " at " + mCurrentTime + " "
553 // Stop any started entries, and skip the not started entries until
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 197 return STOP;
274 return STOP;
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 204 return STOP;
281 return STOP;
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 319 return STOP;
329 return STOP;

Completed in 1255 milliseconds

1 2 3 4 56 7 8 91011>>