OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOOKS
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/java/lang/
Shutdown.java
43
private static final int
HOOKS
= 1;
50
// The system shutdown
hooks
are registered with a predefined slot.
51
// The list of shutdown
hooks
is as follows:
53
// (1) Application
hooks
56
private static final Runnable[]
hooks
= new Runnable[MAX_SYSTEM_HOOKS];
field in class:Shutdown
58
// the index of the currently running shutdown hook to the
hooks
array
83
*
hooks
.
99
if (
hooks
[slot] != null)
106
if (state >
HOOKS
|| (state ==
HOOKS
&& slot <= currentRunningHook)
[
all
...]
/external/dhcpcd-6.8.2/
configure
63
--with-
hooks
|HOOKSCRIPTS) HOOKSCRIPTS=$var; HOOKSET=true;;
1191
HOOKS
=
1197
HOOKS
="$
HOOKS
${
HOOKS
:+ }50-ntp.conf"
1223
HOOKS
="$
HOOKS
${
HOOKS
:+ }$YPHOOK"
1229
if cd dhcpcd-
hooks
; then
1242
case " $
HOOKS
" i
[
all
...]
Completed in 248 milliseconds