HomeSort by relevance Sort by last modified time
    Searched refs:STOP (Results 101 - 125 of 402) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/include/drm/
drm_framework_common.h 136 * Constant field signifies playback stop
138 static const int STOP = 0x01;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
expspeed.c 152 #define STOP 1
307 tm=Time_F(STOP);
  /external/deqp/modules/gles3/functional/
es3fBufferMapTests.cpp 95 return STOP;
146 return STOP;
200 return STOP;
261 return STOP;
320 return STOP;
400 return STOP;
463 return STOP;
529 return STOP;
es3fSyncTests.cpp 264 return STOP;
269 return (++m_iterNdx < NUM_CASE_ITERATIONS) ? CONTINUE : STOP;
es3fMultisampleTests.cpp 632 return STOP;
644 return STOP;
    [all...]
es3fRasterizerDiscardTests.cpp 272 return STOP;
278 return STOP;
415 return STOP;
420 return (++m_iterNdx < NUM_CASE_ITERATIONS) ? CONTINUE : STOP;
es3fBufferCopyTests.cpp 126 return STOP;
219 return STOP;
es3fColorClearTest.cpp 281 return TestCase::STOP;
294 return isFinal ? TestCase::STOP : TestCase::CONTINUE;
es3fFboTestCase.cpp 100 return STOP;
119 return STOP;
  /external/deqp/modules/gles3/stress/
es3sSyncTests.cpp 260 return STOP;
265 return (++m_iterNdx < NUM_CASE_ITERATIONS) ? CONTINUE : STOP;
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 186 return STOP;
199 return STOP;
glsFboCompletenessTests.cpp 485 return STOP;
627 return STOP;
731 return STOP;
748 return STOP;
768 return STOP;
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 97 return STOP;
143 return STOP;
  /external/openssl/crypto/bn/
expspeed.c 152 #define STOP 1
307 tm=Time_F(STOP);
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 476 return STOP;
488 return STOP;
860 return STOP;
871 return STOP;
    [all...]
es2fColorClearTest.cpp 281 return TestCase::STOP;
294 return isFinal ? TestCase::STOP : TestCase::CONTINUE;
  /external/chromium_org/third_party/openssl/openssl/apps/
s_time.c 323 #define STOP 1
450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_opts.c 358 #define STOP 1
410 tm[index]=Time_F(STOP); \
461 d=Time_F(STOP);
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 180 return STOP;
239 return STOP;
332 return STOP;
  /external/openssl/apps/
s_time.c 323 #define STOP 1
450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
  /external/openssl/crypto/des/
des_opts.c 358 #define STOP 1
410 tm[index]=Time_F(STOP); \
461 d=Time_F(STOP);
  /external/chromium_org/v8/tools/testrunner/local/
pool.py 29 The worker stops on two conditions. 1. When the poison pill "STOP" is
32 for args in iter(work_queue.get, "STOP"):
126 # For exceptional tear down set the "done" event to stop the workers before
132 # per worker to make them stop.
133 self.work_queue.put("STOP")
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 336 return STOP;
377 return STOP;
432 return STOP;
466 return STOP;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
tts.js 33 cvox.TestTts.prototype.sentinelText_ = '@@@STOP@@@';
43 // 'After' is a sentinel value in the tests that tells TTS to stop and
54 * Creates a sentinel element that indicates when TTS should stop and callbacks
55 * should stop being called.
  /external/chromium_org/v8/src/
optimizing-compiler-thread.cc 58 case STOP:
65 // The main thread is blocked, waiting for the stop semaphore.
186 void OptimizingCompilerThread::Stop() {
188 base::Release_Store(&stop_thread_, static_cast<base::AtomicWord>(STOP));

Completed in 6420 milliseconds

1 2 3 45 6 7 8 91011>>