OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOP
(Results
201 - 225
of
539
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
257
return
STOP
;
353
return
STOP
;
445
return
STOP
;
562
return
STOP
;
657
return
STOP
;
es2fFlushFinishTests.cpp
443
return
STOP
;
478
return
STOP
;
es2fTextureSizeTests.cpp
163
return
STOP
;
317
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
310
return
STOP
;
432
return
STOP
;
es3fTextureSizeTests.cpp
164
return
STOP
;
318
return
STOP
;
/external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp
562
return
STOP
;
573
return
STOP
;
629
return
STOP
;
683
return
STOP
;
740
return
STOP
;
es31fFboNoAttachmentTests.cpp
311
return
STOP
;
384
return
STOP
;
494
return
STOP
;
es31fTextureFormatTests.cpp
230
return
STOP
;
240
return m_curLayerFace < m_texture->getRefTexture().getDepth() ? CONTINUE :
STOP
;
373
return
STOP
;
es31fShaderStateQueryTests.cpp
160
return
STOP
;
440
return
STOP
;
/external/deqp/modules/glshared/
glsFboCompletenessTests.cpp
680
return
STOP
;
822
return
STOP
;
926
return
STOP
;
943
return
STOP
;
963
return
STOP
;
/external/skia/src/utils/
SkDeferredCanvas.cpp
193
goto
STOP
;
203
goto
STOP
;
213
goto
STOP
;
222
goto
STOP
;
227
STOP
:
/external/deqp/modules/egl/
teglImageTests.cpp
204
return
STOP
;
390
return
STOP
;
493
return
STOP
;
teglQueryConfigTests.cpp
187
return
STOP
;
245
return
STOP
;
264
return
STOP
;
teglResizeTests.cpp
366
return
STOP
;
428
return
STOP
;
512
return
STOP
;
teglMemoryStressTests.cpp
411
return
STOP
;
463
return
STOP
;
/frameworks/av/media/libmedia/
IMediaRecorder.cpp
43
STOP
,
287
status_t
stop
()
function in class:android::BpMediaRecorder
289
ALOGV("
stop
");
292
remote()->transact(
STOP
, data, &reply);
375
case
STOP
: {
376
ALOGV("
STOP
");
378
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
...]
/external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp
198
return
STOP
;
274
return
STOP
;
/external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp
204
return
STOP
;
280
return
STOP
;
/external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp
319
return
STOP
;
329
return
STOP
;
/libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java
322
* monotonically setting STARTED, SHUTDOWN,
STOP
, and finally
499
* workers about to process them before triggering the "
STOP
"
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventState.java
151
// If an ODE solver is setup with an EventHandler that return
STOP
351
public boolean
stop
() {
method in class:EventState
352
return nextAction == EventHandler.
STOP
;
Completed in 715 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>