OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_exit
(Results
226 - 250
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc
88
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
224
_exit
(1);
429
// calls
_exit
(1).
441
// run after calling
_exit
(). On such systems, write_fd_ will be
447
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
/external/gtest/src/
gtest-death-test.cc
88
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
224
_exit
(1);
429
// calls
_exit
(1).
441
// run after calling
_exit
(). On such systems, write_fd_ will be
447
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
/external/libppp/src/
chap.c
297
_exit
(255);
299
_exit
(0);
323
_exit
(255);
/external/llvm/utils/unittest/googletest/
gtest-death-test.cc
88
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
224
_exit
(1);
429
// calls
_exit
(1).
441
// run after calling
_exit
(). On such systems, write_fd_ will be
447
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-death-test.cc
88
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
224
_exit
(1);
429
// calls
_exit
(1).
441
// run after calling
_exit
(). On such systems, write_fd_ will be
447
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
/external/open-vcdiff/gtest/src/
gtest-death-test.cc
88
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
211
_exit
(1);
413
// calls
_exit
(1).
422
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
/external/protobuf/gtest/src/
gtest-death-test.cc
88
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
211
_exit
(1);
413
// calls
_exit
(1).
422
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc
97
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
262
_exit
(1);
469
// calls
_exit
(1).
481
// run after calling
_exit
(). On such systems, write_fd_ will be
487
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
/external/openssh/
ssh-agent.c
1083
_exit
(i);
1094
_exit
(2);
1107
_exit
(2);
[
all
...]
auth-pam.c
173
_exit
(0);
193
_exit
(1);
/ndk/sources/host-tools/make-3.81/
job.c
180
extern void
_exit
();
[
all
...]
/external/chromium/chrome/browser/ui/
browser_list.cc
448
_exit
(ResultCodes::NORMAL_EXIT);
/external/chromium/testing/gmock/src/
gmock-spec-builders.cc
562
_exit
(1); // We cannot call exit() as it is not reentrant and
/external/chromium_org/base/debug/
stack_trace_posix.cc
373
_exit
(1);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_irix.h
170
_exit
(0); \
_unixos.h
283
#define _MD_EXIT(status)
_exit
(status)
/external/oprofile/opjitconv/
opjitconv.c
640
_exit
(rc);
/system/core/logwrapper/
logwrap.c
50
_exit
(-1); \
/external/chromium_org/remoting/tools/
me2me_virtual_host.py
703
os.
_exit
(0) # pylint: disable=W0212
707
os.
_exit
(0) # pylint: disable=W0212
[
all
...]
/system/core/sh/
eval.c
868
* knows, and
_exit
();
871
_exit
(0);
873
_exit
(exerrno);
/external/chromium_org/content/browser/
browser_main_loop.cc
272
_exit
(RESULT_CODE_NORMAL_EXIT);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c
937
_exit
(3);
/external/openssl/crypto/
cryptlib.c
923
_exit
(3);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h
548
extern void
_exit
(int __status) __attribute__ ((__noreturn__));
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
548
extern void
_exit
(int __status) __attribute__ ((__noreturn__));
[
all
...]
Completed in 843 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>