OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quit
(Results
76 - 100
of
196
) sorted by null
1
2
3
4
5
6
7
8
/external/qemu/distrib/sdl-1.2.15/test/
testalpha.c
16
static void
quit
(int rc)
function
35
quit
(2);
391
quit
(1);
399
quit
(2);
406
quit
(1);
412
quit
(1);
520
quit
(2);
testoverlay.c
25
static void
quit
(int rc)
function
467
quit
(1);
488
quit
(1);
525
quit
(1);
535
quit
(1);
573
quit
(1);
testpalette.c
58
static void
quit
(int rc)
function
67
quit
(1);
165
quit
(1);
173
quit
(1);
/frameworks/base/core/java/android/os/
Looper.java
69
* {@link #
quit
()}.
108
* {@link #
quit
()} to end the loop.
206
* Any attempt to post messages to the queue after the looper is asked to
quit
will fail.
216
public void
quit
() {
method in class:Looper
217
mQueue.
quit
(false);
228
* Any attempt to post messages to the queue after the looper is asked to
quit
will fail.
233
mQueue.
quit
(true);
MessageQueue.java
34
// True if the message queue can be
quit
.
174
// Process the
quit
message now that all pending messages have been handled.
228
void
quit
(boolean safe) {
method in class:MessageQueue
230
throw new RuntimeException("Main thread not allowed to
quit
.");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioManagerTest.java
88
mAudioManagerLooper.
quit
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java
35
* {@link #
quit
}.
85
* Tell the state machine to
quit
after processing all messages.
88
quit
();
method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadTest.java
75
mHandlerThread.
quit
();
/packages/apps/Camera2/src/com/android/camera/
MosaicPreviewRenderer.java
113
mEglThread.
quit
();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java
81
mHandlerThread.
quit
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py
106
self.bret = b = Button(bframe, text="
Quit
", command=self.
quit
)
219
self.root.
quit
()
223
self.root.
quit
()
227
self.root.
quit
()
231
self.root.
quit
()
233
def
quit
(self):
member in class:Debugger
235
self.root.
quit
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py
11
>>> resp = s.
quit
()
595
def
quit
(self):
member in class:NNTP
596
"""Process a
QUIT
command and close the socket. Returns:
599
resp = self.shortcmd('
QUIT
')
626
resp = s.
quit
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py
106
self.bret = b = Button(bframe, text="
Quit
", command=self.
quit
)
219
self.root.
quit
()
223
self.root.
quit
()
227
self.root.
quit
()
231
self.root.
quit
()
233
def
quit
(self):
member in class:Debugger
235
self.root.
quit
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py
11
>>> resp = s.
quit
()
595
def
quit
(self):
member in class:NNTP
596
"""Process a
QUIT
command and close the socket. Returns:
599
resp = self.shortcmd('
QUIT
')
626
resp = s.
quit
()
/frameworks/base/drm/java/android/drm/
DrmManagerClient.java
285
mEventThread.
quit
();
289
mInfoThread.
quit
();
[
all
...]
/art/test/074-gc-thrash/src/
Main.java
23
public static volatile boolean
quit
= false;
field in class:Main
122
quit
= true;
170
while (!Main.
quit
) {
206
while (!Main.
quit
) {
321
while (!Main.
quit
) {
/cts/tests/tests/app/src/android/app/cts/
PendingIntentTest.java
94
mLooper.
quit
();
/cts/tests/tests/media/src/android/media/cts/
BassBoostTest.java
390
Looper.loop(); // Blocks forever until Looper.
quit
() is called.
401
mLooper.
quit
();
EnvReverbTest.java
501
Looper.loop(); // Blocks forever until Looper.
quit
() is called.
512
mLooper.
quit
();
EqualizerTest.java
438
Looper.loop(); // Blocks forever until Looper.
quit
() is called.
449
mLooper.
quit
();
VirtualizerTest.java
385
Looper.loop(); // Blocks forever until Looper.
quit
() is called.
396
mLooper.
quit
();
/dalvik/tests/074-gc-thrash/src/
Main.java
23
public static volatile boolean
quit
= false;
field in class:Main
122
quit
= true;
170
while (!Main.
quit
) {
206
while (!Main.
quit
) {
321
while (!Main.
quit
) {
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java
110
sHandlerThread.
quit
();
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp
158
bool
quit
= false;
local
159
while (!
quit
) {
176
quit
= true;
183
ALOGD("
quit
");
/frameworks/av/media/libmedia/
SoundPool.cpp
77
mDecodeThread->
quit
();
78
quit
();
164
void SoundPool::
quit
()
function in class:android::SoundPool
170
ALOGV("return from
quit
");
Completed in 469 milliseconds
1
2
3
4
5
6
7
8