OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit
(Results
951 - 975
of
2536
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/oprofile/daemon/
opd_kernel.c
58
exit
(EXIT_FAILURE);
83
exit
(EXIT_FAILURE);
/external/quake/quake/src/QW/server/
sys_unix.c
119
exit
(1);
161
exit
(0); // appkit isn't running
/external/quake/quake/src/WinQuake/
sys_wind.cpp
172
exit
(1);
186
exit
(0);
/external/srec/audio/AudioIn/UNIX/src/
audioin.c
368
exit
( 1 );
413
exit
( 1 );
420
exit
( 1 );
544
exit
( 1 );
575
exit
( 1 );
617
exit
( 1 );
788
exit
( 1 );
[
all
...]
filter.c
324
exit
(1); // abnormal
exit
332
exit
(1); // abnormal
exit
/external/valgrind/main/memcheck/tests/
sh-mem.c
81
exit
(1);
93
exit
(1);
/external/webkit/Tools/DumpRenderTree/chromium/
TestShellMac.mm
88
exit
(0);
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
42
using ::
exit
;
/ndk/sources/cxx-stl/system/include/
cstdlib
42
using ::
exit
;
/ndk/sources/host-tools/sed-4.2.1/sed/
sed.c
157
fprintf(out, _(" --help display this help and
exit
\n"));
158
fprintf(out, _(" --version output version information and
exit
\n"));
168
exit
(status);
329
exit
(0);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib
40
using ::
exit
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib
40
using ::
exit
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib
42
using ::
exit
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib
42
using ::
exit
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib
42
using ::
exit
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib
42
using ::
exit
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib
42
using ::
exit
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib
42
using ::
exit
;
/sdk/emulator/qtools/
gtrace.cpp
43
exit
(1);
53
exit
(1);
/system/core/adb/
usb_vendors.c
202
exit
(2);
228
exit
(2);
/system/media/audio_utils/
echo_reference.c
145
goto
exit
;
158
goto
exit
;
170
goto
exit
;
234
goto
exit
;
278
exit
:
305
goto
exit
;
321
goto
exit
;
465
exit
:
/external/iptables/iptables/
xtables.c
83
exit
(status);
258
* xtables_*alloc - wrappers that
exit
on failure
266
exit
(1);
278
exit
(1);
290
exit
(1);
308
exit
(1);
363
exit
(1);
759
exit
(1);
765
exit
(1);
786
exit
(1)
[
all
...]
/bootable/recovery/minadbd/
adb.c
51
exit
(-1);
62
exit
(-1);
399
exit
(1);
403
exit
(1);
/dalvik/vm/native/
java_lang_Runtime.cpp
41
* Runtime.
exit
() calls this after doing shutdown processing. Runtime.halt()
52
ALOGW("JNI
exit
hook returned");
57
ALOGD("Calling
exit
(%d)", status);
58
exit
(status);
/development/ndk/platforms/android-3/include/
stdlib.h
50
extern __noreturn void
exit
(int);
Completed in 520 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>