OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_exit
(Results
51 - 75
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/unistd/
system.c
64
_exit
(127);
/bootable/recovery/
adb_install.cpp
85
_exit
(-1);
/external/chromium_org/base/test/
multiprocess_test_android.cc
63
_exit
(multi_process_function_list::InvokeChildProcessTest(procname));
/external/chromium_org/sandbox/linux/tests/
unit_tests.cc
75
_exit
(kExitForTimeout);
150
_exit
(kExpectedValue);
253
_exit
(kExitWithAssertionFailure);
258
_exit
(kIgnoreThisTest);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
abstractsequencedcommand.py
52
self.
_exit
(e.exit_code or 2)
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
swapcontext_test.cc
44
_exit
(0);
/external/ppp/pppd/plugins/
passprompt.c
66
_exit
(127);
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py
39
os.
_exit
(0)
45
os.
_exit
(0)
50
os.
_exit
(0)
299
os.
_exit
(0)
p2p_disconnect.py
28
os.
_exit
(0)
89
os.
_exit
(0)
p2p_stop_find.py
30
os.
_exit
(0)
91
os.
_exit
(0)
/external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py
18
os.
_exit
(1)
wpas-dbus-new-wps.py
44
os.
_exit
(1)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py
121
os.
_exit
(3)
138
# os.
_exit
() and causing very peculiar behavior in the calling
142
os.
_exit
(1)
145
os.
_exit
(2)
146
os.
_exit
(4)
fork_wait.py
73
os.
_exit
(n)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py
121
os.
_exit
(3)
138
# os.
_exit
() and causing very peculiar behavior in the calling
142
os.
_exit
(1)
145
os.
_exit
(2)
146
os.
_exit
(4)
fork_wait.py
73
os.
_exit
(n)
/system/netd/
ClatdController.cpp
61
_exit
(0);
/external/llvm/include/llvm/Analysis/
PathNumbering.h
216
: _root(NULL),
_exit
(NULL), _function(F) {}
281
BallLarusNode*
_exit
;
member in class:llvm::BallLarusDag
/external/chromium/base/debug/
debugger_posix.cc
181
_exit
(1);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py
78
self.
_exit
(1)
/external/dnsmasq/src/
helper.c
64
_exit
(0);
98
_exit
(0);
119
_exit
(0);
287
_exit
(0);
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
69
_exit
(0);
110
_exit
(1);
242
_exit
(0);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py
46
from posix import
_exit
namespace
60
from nt import
_exit
namespace
74
from os2 import
_exit
namespace
92
from ce import
_exit
namespace
107
from riscos import
_exit
namespace
540
_exit
(127)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py
46
from posix import
_exit
namespace
60
from nt import
_exit
namespace
74
from os2 import
_exit
namespace
92
from ce import
_exit
namespace
107
from riscos import
_exit
namespace
540
_exit
(127)
/external/chromium_org/tools/gn/
function_exec_script.cc
173
// you call
_exit
() instead of exit(). This is because
_exit
() does not
179
_exit
(127);
194
_exit
(127);
205
_exit
(127);
Completed in 765 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>