OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOP
(Results
1 - 25
of
464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/avahi/avahi-autoipd/
avahi-autoipd.action.bsd
27
#
STOP
: The daemon is terminating
38
CONFLICT|
STOP
|UNBIND)
dhclient-enter-hook.in
24
PREINIT|BOUND|RENEW|REBIND|REBOOT|
STOP
|RELEASE)
dhclient-exit-hook.in
24
PREINIT|BOUND|RENEW|REBIND|REBOOT|
STOP
|RELEASE)
/external/mdnsresponder/mDNSPosix/
mdnsd.sh
18
# Linux /etc/init.d script to start/
stop
the mdnsd daemon.
33
# Some systems have start-
stop
-daemon, some don't.
34
if [ -r /sbin/start-
stop
-daemon ]; then
35
START="start-
stop
-daemon --start --quiet --exec"
37
# to specify "-s TERM" since SIGTERM (15) is the default
stop
signal anway
38
#
STOP
="start-
stop
-daemon --
stop
-s TERM --quiet --oknodo --exec"
39
STOP
="start-
stop
-daemon --stop --quiet --oknodo --exec
[
all
...]
/prebuilts/go/darwin-x86/doc/progs/
interface2.go
17
//
STOP
OMIT
21
//
STOP
main OMIT
30
//
STOP
OMIT
40
//
STOP
OMIT
48
//
STOP
OMIT
52
//
STOP
OMIT
55
//
STOP
OMIT
58
//
STOP
OMIT
66
//
STOP
OMIT
74
//
STOP
OMI
[
all
...]
gobs1.go
10
//
STOP
OMIT
15
//
STOP
OMIT
22
//
STOP
OMIT
interface.go
21
//
STOP
OMIT
33
//
STOP
OMIT
41
//
STOP
OMIT
51
//
STOP
OMIT
54
//
STOP
OMIT
57
//
STOP
OMIT
defer.go
22
//
STOP
OMIT
30
//
STOP
OMIT
37
//
STOP
OMIT
57
//
STOP
OMIT
error.go
24
//
STOP
OMIT
33
//
STOP
OMIT
46
//
STOP
OMIT
53
//
STOP
OMIT
63
//
STOP
OMIT
70
//
STOP
OMIT
75
//
STOP
OMIT
85
//
STOP
OMIT
94
//
STOP
OMIT
105
//
STOP
OMI
[
all
...]
cgo1.go
12
//
STOP
OMIT
17
//
STOP
OMIT
json2.go
18
//
STOP
OMIT
23
//
STOP
OMIT
37
//
STOP
OMIT
slices.go
26
//
STOP
OMIT
40
//
STOP
OMIT
49
//
STOP
OMIT
59
//
STOP
OMIT
timeout1.go
19
//
STOP
OMIT
28
//
STOP
OMIT
/prebuilts/go/linux-x86/doc/progs/
interface2.go
17
//
STOP
OMIT
21
//
STOP
main OMIT
30
//
STOP
OMIT
40
//
STOP
OMIT
48
//
STOP
OMIT
52
//
STOP
OMIT
55
//
STOP
OMIT
58
//
STOP
OMIT
66
//
STOP
OMIT
74
//
STOP
OMI
[
all
...]
gobs1.go
10
//
STOP
OMIT
15
//
STOP
OMIT
22
//
STOP
OMIT
interface.go
21
//
STOP
OMIT
33
//
STOP
OMIT
41
//
STOP
OMIT
51
//
STOP
OMIT
54
//
STOP
OMIT
57
//
STOP
OMIT
defer.go
22
//
STOP
OMIT
30
//
STOP
OMIT
37
//
STOP
OMIT
57
//
STOP
OMIT
error.go
24
//
STOP
OMIT
33
//
STOP
OMIT
46
//
STOP
OMIT
53
//
STOP
OMIT
63
//
STOP
OMIT
70
//
STOP
OMIT
75
//
STOP
OMIT
85
//
STOP
OMIT
94
//
STOP
OMIT
105
//
STOP
OMI
[
all
...]
cgo1.go
12
//
STOP
OMIT
17
//
STOP
OMIT
json2.go
18
//
STOP
OMIT
23
//
STOP
OMIT
37
//
STOP
OMIT
slices.go
26
//
STOP
OMIT
40
//
STOP
OMIT
49
//
STOP
OMIT
59
//
STOP
OMIT
timeout1.go
19
//
STOP
OMIT
28
//
STOP
OMIT
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventHandler.java
25
* should be stopped as some state is reached (G-
stop
facility) when the
52
/**
Stop
indicator.
57
int
STOP
= 0;
110
* case of discontinuity), or to direct the integrator to either
stop
114
* <li>if {@link #
STOP
} is returned, the step handler will be called
137
* returns {@link #
STOP
}. As the interpolator may be used to navigate back
159
* value must be one of {@link #
STOP
}, {@link #RESET_STATE},
/external/deqp/modules/internal/
ditTestCase.hpp
47
return
STOP
;
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
EventHandlerWithJacobians.java
27
* should be stopped as some state is reached (G-
stop
facility) when the
77
/**
Stop
indicator.
82
int
STOP
= 0;
140
* case of discontinuity), or to direct the integrator to either
stop
144
* <li>if {@link #
STOP
} is returned, the step handler will be called
168
* will be the last one if this method returns {@link #
STOP
}. As the
194
* value must be one of {@link #
STOP
}, {@link #RESET_STATE},
Completed in 330 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>