OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOP
(Results
151 - 175
of
539
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/framework/common/
tcuTestSessionExecutor.cpp
135
if (iterResult == TestCase::
STOP
)
264
TestCase::IterateResult iterateResult = TestCase::
STOP
;
/external/deqp/modules/egl/
teglThreadCleanUpTests.cpp
263
return
STOP
;
272
return
STOP
;
teglRobustnessTests.cpp
[
all
...]
teglApiCase.cpp
77
return
STOP
;
teglChooseConfigTests.cpp
150
return
STOP
;
327
return
STOP
;
365
return m_iterNdx < m_numIters ? CONTINUE :
STOP
;
504
return
STOP
;
teglCreateContextTests.cpp
162
return
STOP
;
teglSimpleConfigCase.cpp
115
return (m_configIter != m_configs.end()) ? CONTINUE :
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
263
return
STOP
;
268
return (++m_iterNdx < NUM_CASE_ITERATIONS) ? CONTINUE :
STOP
;
es3fASTCDecompressionCases.cpp
415
return
STOP
;
494
return
STOP
;
516
return
STOP
;
600
return
STOP
;
613
return
STOP
;
es3fMultisampleTests.cpp
644
return
STOP
;
656
return
STOP
;
[
all
...]
/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
;
/external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp
476
return
STOP
;
488
return
STOP
;
860
return
STOP
;
871
return
STOP
;
[
all
...]
/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
...]
/external/ltp/testcases/kernel/syscalls/fcntl/
fcntl11.c
52
#define
STOP
0xFFF0
222
if (l->l_type == (short)
STOP
)
231
fl.l_type =
STOP
;
fcntl17.c
63
#define
STOP
0xFFF0
384
} else if (arg == (short)
STOP
) {
394
arg =
STOP
;
fcntl21.c
51
#define
STOP
0xFFF0
266
} else if (l->l_type == (short)
STOP
) {
276
fl.l_type =
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
");
300
status_t status =
stop
();
386
maxNumBuffers = 0; // No more MediaBuffers,
stop
readMultiple.
419
maxNumBuffers = 0; //
stop
readMultiple with one shared buffer.
430
maxNumBuffers = 0; //
stop
readMultiple if inline transfer is too large
[
all
...]
Completed in 1061 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>