OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOP
(Results
126 - 150
of
464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
;
/external/deqp/modules/internal/
ditImageCompareTests.cpp
101
return
STOP
;
147
return
STOP
;
ditSeedBuilderTests.cpp
67
return
STOP
;
109
return
STOP
;
ditDelibsTests.cpp
109
return
STOP
;
/external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp
415
return
STOP
;
491
return
STOP
;
513
return
STOP
;
594
return
STOP
;
607
return
STOP
;
es3fMultisampleTests.cpp
644
return
STOP
;
656
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
;
es3fShaderFragDataTests.cpp
213
return
STOP
;
338
return
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/deqp/modules/gles31/functional/
es31fIntegerStateQueryTests.cpp
96
return
STOP
;
170
return
STOP
;
224
return
STOP
;
270
return
STOP
;
329
return
STOP
;
384
return
STOP
;
433
return
STOP
;
478
return
STOP
;
550
return
STOP
;
590
return
STOP
;
[
all
...]
es31fTextureBufferTests.cpp
163
return
STOP
;
198
return
STOP
;
257
return
STOP
;
316
return
STOP
;
387
return
STOP
;
468
return
STOP
;
549
return
STOP
;
es31fInternalFormatQueryTests.cpp
204
return
STOP
;
263
return
STOP
;
356
return
STOP
;
es31fSampleShadingTests.cpp
100
return
STOP
;
171
return
STOP
;
226
return
STOP
;
es31fTessellationTests.cpp
[
all
...]
es31fFboTestCase.cpp
102
return
STOP
;
123
return
STOP
;
/frameworks/av/media/libmedia/
IMediaSource.cpp
36
STOP
,
94
virtual status_t
stop
() {
function in class:android::BpMediaSource
95
ALOGV("
stop
");
98
status_t status = remote()->transact(
STOP
, data, &reply);
296
case
STOP
: {
297
ALOGV("
stop
");
299
status_t status =
stop
();
385
maxNumBuffers = 0; // No more MediaBuffers,
stop
readMultiple.
417
maxNumBuffers = 0; //
stop
readMultiple with one shared buffer.
429
maxNumBuffers = 0; //
stop
readMultiple if inline transfer is too large
[
all
...]
/external/deqp/modules/egl/
teglApiCase.cpp
77
return
STOP
;
teglSimpleConfigCase.cpp
115
return (m_configIter != m_configs.end()) ? CONTINUE :
STOP
;
/external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp
336
return
STOP
;
377
return
STOP
;
432
return
STOP
;
466
return
STOP
;
/external/v8/tools/testrunner/local/
pool.py
47
The worker stops on two conditions. 1. When the poison pill "
STOP
" is
53
for args in iter(work_queue.get, "
STOP
"):
171
# For exceptional tear down set the "done" event to
stop
the workers before
177
# per worker to make them
stop
.
178
self.work_queue.put("
STOP
")
Completed in 9628 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>