HomeSort by relevance Sort by last modified time
    Searched refs:STOP (Results 1 - 25 of 723) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedDefaultState.cpp 58 return STOP;
65 return STOP;
73 return STOP;
77 return STOP;
esextcDrawBuffersIndexedSetGet.cpp 58 return STOP;
70 return STOP;
80 return STOP;
88 return STOP;
98 return STOP;
102 return STOP;
  /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},
  /frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/
MediaControllerConstants.java 35 public static final int STOP = 303;

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 91011>>