OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onExit
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/ports/
SkXMLPullParser_expat.cpp
171
void SkXMLPullParser::
onExit
()
/frameworks/base/cmds/app_process/
app_main.cpp
101
virtual void
onExit
(int code)
108
AndroidRuntime::
onExit
(code);
/libcore/luni/src/main/java/java/lang/
ProcessManager.java
79
* Loops indefinitely and calls ProcessManager.
onExit
() when children exit.
88
// Work out what
onExit
wants to hear.
100
onExit
(pid, exitValue);
104
//
onExit
will sleep until it is informed of another child coming to life.
120
private void
onExit
(int pid, int exitValue) {
204
// Ensure
onExit
() doesn't access the process map before we add our
/frameworks/base/core/jni/
AndroidRuntime.cpp
325
gCurRuntime->
onExit
(code);
897
void AndroidRuntime::
onExit
(int code)
899
LOGV("AndroidRuntime
onExit
calling exit(%d)", code);
[
all
...]
Completed in 92 milliseconds