OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quit
(Results
176 - 200
of
1109
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py
173
quit
()
180
quit
()
210
quit
()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivityHandler.java
105
Message
quit
= Message.obtain(decodeThread.getHandler(), R.id.
quit
);
local
106
quit
.sendToTarget();
/frameworks/volley/src/com/android/volley/
CacheDispatcher.java
71
* Forces this dispatcher to
quit
immediately. If any requests are still in
74
public void
quit
() {
method in class:CacheDispatcher
151
// We may have been interrupted because it was time to
quit
.
NetworkDispatcher.java
65
* Forces this dispatcher to
quit
immediately. If any requests are still in
68
public void
quit
() {
method in class:NetworkDispatcher
82
// We may have been interrupted because it was time to
quit
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop.h
99
/** Return the return value as specified with the main loop's
quit
() routine. */
106
specified with the main loop's
quit
() routine in the integer variable retval points
110
/** Run unlimited iterations of the main loop object until the main loop's
quit
() routine is called. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h
99
/** Return the return value as specified with the main loop's
quit
() routine. */
106
specified with the main loop's
quit
() routine in the integer variable retval points
110
/** Run unlimited iterations of the main loop object until the main loop's
quit
() routine is called. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h
99
/** Return the return value as specified with the main loop's
quit
() routine. */
106
specified with the main loop's
quit
() routine in the integer variable retval points
110
/** Run unlimited iterations of the main loop object until the main loop's
quit
() routine is called. */
/external/chromium/chrome/browser/password_manager/
password_store_win_unittest.cc
142
MessageLoop::current()->
Quit
();
181
// Make sure we
quit
the MessageLoop even if the test fails.
289
// Make sure we
quit
the MessageLoop even if the test fails.
454
// Make sure we
quit
the MessageLoop even if the test fails.
536
// Make sure we
quit
the MessageLoop even if the test fails.
559
// Make sure we
quit
the MessageLoop even if the test fails.
582
// Make sure we
quit
the MessageLoop even if the test fails.
/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);
/external/v8/samples/
shell.cc
58
v8::Handle<v8::Value>
Quit
(const v8::Arguments& args);
103
// Bind the '
quit
' function
104
global->Set(v8::String::New("
quit
"), v8::FunctionTemplate::New(
Quit
));
175
// The callback that is invoked by v8 whenever the JavaScript '
quit
'
177
v8::Handle<v8::Value>
Quit
(const v8::Arguments& args) {
/external/chromium/base/
timer_unittest.cc
28
MessageLoop::current()->
Quit
();
49
MessageLoop::current()->
Quit
();
69
MessageLoop::current()->
Quit
();
message_loop_proxy.h
32
// delayed task a
Quit
message may preempt it in the message loop queue.
/external/chromium/chrome/browser/debugger/
devtools_sanity_unittest.cc
39
MessageLoopForUI::current()->
Quit
();
155
MessageLoop::current()->
Quit
();
238
MessageLoopForUI::current()->
Quit
();
/packages/apps/Phone/src/com/android/phone/
Ringer.java
288
public void
quit
() {
method in class:Ringer.Worker
289
mLooper.
quit
();
343
getLooper().
quit
();
/development/ndk/platforms/android-3/include/sys/
_sigdefs.h
35
__BIONIC_SIGDEF(SIGQUIT,3,"
Quit
")
/development/tools/
make_key
41
trap 'rm -rf ${tmpdir}; echo; exit 1' EXIT INT
QUIT
/external/blktrace/doc/
bno_plot.1
38
To exit the plotter, enter '
quit
' or ^D at the 'gnuplot> ' prompt.
/external/chromium/chrome/browser/extensions/
convert_web_app_browsertest.cc
42
MessageLoopForUI::current()->
Quit
();
file_reader_unittest.cc
45
MessageLoop::current()->
Quit
();
/external/chromium/chrome/browser/printing/
print_job.cc
186
MessageLoop::current(), &MessageLoop::
Quit
);
302
// - We want this code path to wait on the thread to
quit
before continuing.
317
// The thread
quit
.
320
// An error occured. Assume the thread
quit
.
print_job_manager.h
29
// On browser
quit
, we should wait to have the print job finished.
/external/chromium/third_party/libjingle/source/talk/examples/login/
login_main.cc
59
if (line == "
quit
")
/external/grub/util/
grub-md5-crypt
95
quit
grub-md5-crypt.in
95
quit
Completed in 815 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>