OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOP
(Results
101 - 125
of
539
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/modules/gles31/
tes31TestPackage.cpp
89
return tcu::TestNode::
STOP
;
95
return tcu::TestNode::
STOP
;
/prebuilts/go/darwin-x86/doc/progs/
timeout2.go
28
//
STOP
OMIT
error3.go
18
//
STOP
OMIT
30
//
STOP
OMIT
40
//
STOP
OMIT
error4.go
20
//
STOP
OMIT
32
//
STOP
OMIT
47
//
STOP
OMIT
/prebuilts/go/linux-x86/doc/progs/
timeout2.go
28
//
STOP
OMIT
error3.go
18
//
STOP
OMIT
30
//
STOP
OMIT
40
//
STOP
OMIT
error4.go
20
//
STOP
OMIT
32
//
STOP
OMIT
47
//
STOP
OMIT
/packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java
44
private static final int
STOP
= 2;
159
LogUtil.w(mTag, "Notification
stop
delayed by " + delay + "msecs");
161
mPlayer.
stop
();
197
case
STOP
:
199
LogUtil.d(mTag, "
STOP
");
248
private int mState =
STOP
;
266
* Calling this before another audio file is done playing will
stop
292
/** Same as calling
stop
(true) */
293
public void
stop
() {
method in class:NotificationPlayer
294
stop
(true)
302
public void
stop
(final boolean releaseAudioFocus) {
method in class:NotificationPlayer
[
all
...]
/external/deqp/modules/egl/
teglSyncTests.cpp
283
return
STOP
;
310
return
STOP
;
337
return
STOP
;
343
return
STOP
;
370
return
STOP
;
376
return
STOP
;
408
return
STOP
;
414
return
STOP
;
444
return
STOP
;
450
return
STOP
;
[
all
...]
teglInfoTests.cpp
134
return
STOP
;
159
return
STOP
;
/external/deqp/modules/gles2/functional/
es2fDebugMarkerTests.cpp
71
return
STOP
;
157
return
STOP
;
190
return
STOP
;
/external/deqp/modules/internal/
ditBuildInfoTests.cpp
104
return
STOP
;
135
return
STOP
;
169
return
STOP
;
ditTestLogTests.cpp
68
return
STOP
;
/frameworks/native/services/audiomanager/
IPlayer.cpp
34
STOP
= IBinder::FIRST_CALL_TRANSACTION + 2,
63
virtual void
stop
()
function in class:android::BpPlayer
67
remote()->transact(
STOP
, data, &reply);
142
case
STOP
: {
144
stop
();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java
43
private static final int
STOP
= 2;
200
case
STOP
:
201
if (DEBUG) Log.d(mTag, "
STOP
");
205
Log.w(mTag, "Notification
stop
delayed by " + delay + "msecs");
207
mPlayer.
stop
();
221
Log.w(mTag, "
STOP
command without a player");
283
private int mState =
STOP
;
301
* Calling this before another audio file is done playing will
stop
331
* Calling this before another audio file is done playing will
stop
356
*
Stop
a previously played sound. It can't be played again or unpause
359
public void
stop
() {
method in class:NotificationPlayer
[
all
...]
/external/deqp/modules/gles2/
tes2TestPackage.cpp
104
return tcu::TestNode::
STOP
;
110
return tcu::TestNode::
STOP
;
tes2CapabilityTests.cpp
61
return
STOP
;
126
return
STOP
;
/external/deqp/modules/gles3/
tes3TestPackage.cpp
103
return tcu::TestNode::
STOP
;
109
return tcu::TestNode::
STOP
;
/external/strace/tests/
detach-stopped.test
54
kill -
STOP
$tracee_pid
79
dump_log_and_fail_with "$STRACE -p missed
stop
notifications"
/external/strace/tests-m32/
detach-stopped.test
54
kill -
STOP
$tracee_pid
79
dump_log_and_fail_with "$STRACE -p missed
stop
notifications"
/external/strace/tests-mx32/
detach-stopped.test
54
kill -
STOP
$tracee_pid
79
dump_log_and_fail_with "$STRACE -p missed
stop
notifications"
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspthrd.h
10
WORK_ITEM,
STOP
41
HRESULT
Stop
();
/external/deqp/modules/glshared/
glsAttributeLocationTests.cpp
826
return
STOP
;
860
return
STOP
;
890
return
STOP
;
927
return
STOP
;
967
return
STOP
;
1005
return
STOP
;
[
all
...]
/external/deqp/modules/gles31/functional/
es31fAndroidExtensionPackES31ATests.cpp
116
return
STOP
;
162
return
STOP
;
es31fShaderMultisampleInterpolationStateQueryTests.cpp
101
return
STOP
;
144
return
STOP
;
Completed in 321 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>