OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOP
(Results
176 - 200
of
539
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp
336
return
STOP
;
377
return
STOP
;
432
return
STOP
;
466
return
STOP
;
/external/deqp/modules/gles3/functional/
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
;
es3fShaderPackingFunctionTests.cpp
241
return
STOP
;
331
return
STOP
;
432
return
STOP
;
522
return
STOP
;
628
return
STOP
;
738
return
STOP
;
es3fShaderBuiltinVarTests.cpp
157
return
STOP
;
274
return
STOP
;
373
return
STOP
;
468
return
STOP
;
588
return
STOP
;
686
return
STOP
;
[
all
...]
/external/deqp/modules/internal/
ditDelibsTests.cpp
109
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
"):
176
# For exceptional tear down set the "done" event to
stop
the workers before
182
# per worker to make them
stop
.
183
self.work_queue.put("
STOP
")
/frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h
64
* - if the source is suspended or stopped and the suspend/
stop
-time is reached
171
// Sets the
stop
time us (in system time), samples after which should be dropped
349
// The time to
stop
sending buffers.
356
STOP
367
//
STOP
action should only show up at the end of the list as all the actions
368
// after a
STOP
action will be discarded. mActionQueue is protected by mMutex.
/packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationStatusManager.java
134
private static final int
STOP
= 2;
/external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp
281
return TestCase::
STOP
;
294
return isFinal ? TestCase::
STOP
: TestCase::CONTINUE;
/external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp
102
return
STOP
;
123
return
STOP
;
es31fProgramStateQueryTests.cpp
180
return
STOP
;
314
return
STOP
;
427
return
STOP
;
527
return
STOP
;
612
return
STOP
;
686
return
STOP
;
[
all
...]
es31fDebugTests.cpp
678
return
STOP
;
746
return
STOP
;
841
return
STOP
;
[
all
...]
es31fShaderPackingFunctionTests.cpp
245
return
STOP
;
335
return
STOP
;
436
return
STOP
;
526
return
STOP
;
632
return
STOP
;
742
return
STOP
;
853
return
STOP
;
[
all
...]
es31fBasicComputeShaderTests.cpp
111
return
STOP
;
226
return
STOP
;
347
return
STOP
;
448
return
STOP
;
574
return
STOP
;
674
return
STOP
;
[
all
...]
es31fStencilTexturingTests.cpp
562
return
STOP
;
648
return
STOP
;
737
return
STOP
;
794
return
STOP
;
868
return
STOP
;
927
return
STOP
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp
66
stop
window
121
#define
STOP
3
260
case
STOP
:
/hardware/interfaces/sensors/1.0/
types.hal
[
all
...]
/external/deqp/modules/egl/
teglPartialUpdateTests.cpp
522
return
STOP
;
577
return
STOP
;
586
return
STOP
;
590
return
STOP
;
721
return
STOP
;
782
return
STOP
;
teglBufferAgeTests.cpp
524
return
STOP
;
532
return
STOP
;
580
return
STOP
;
597
return
STOP
;
620
return
STOP
;
/external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp
491
return
STOP
;
706
return
STOP
;
713
return
STOP
;
718
return
STOP
;
895
return
STOP
;
902
return
STOP
;
907
return
STOP
;
[
all
...]
/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
...]
Completed in 1871 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>