/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
|
image_draw.go | 31 // STOP OMIT 37 // STOP OMIT 41 // STOP OMIT 53 // STOP OMIT 65 // STOP OMIT 76 // STOP OMIT 89 // STOP OMIT 96 // STOP OMIT 117 // STOP OMIT 142 //STOP OMI [all...] |
/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
|
image_draw.go | 31 // STOP OMIT 37 // STOP OMIT 41 // STOP OMIT 53 // STOP OMIT 65 // STOP OMIT 76 // STOP OMIT 89 // STOP OMIT 96 // STOP OMIT 117 // STOP OMIT 142 //STOP OMI [all...] |
/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/av/media/libaudioclient/ |
IAudioRecord.cpp | 34 STOP 60 virtual void stop() function in class:android::BpAudioRecord 64 remote()->transact(STOP, data, &reply); 84 case STOP: { 86 stop();
|