HomeSort by relevance Sort by last modified time
    Searched refs:STOP (Results 1 - 25 of 294) 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...]
  /external/deqp/modules/internal/
ditTestCase.hpp 47 return STOP;
ditBuildInfoTests.cpp 104 return STOP;
135 return STOP;
169 return STOP;
ditTestLogTests.cpp 68 return STOP;
  /external/deqp/modules/gles2/
tes2TestCaseWrapper.cpp 80 tcu::TestCase::IterateResult result = tcu::TestNode::STOP;
99 return tcu::TestNode::STOP;
105 return tcu::TestNode::STOP;
tes2InfoTests.cpp 64 return STOP;
88 return STOP;
117 return STOP;
tes2CapabilityTests.cpp 61 return STOP;
126 return STOP;
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.cpp 77 tcu::TestCase::IterateResult result = tcu::TestNode::STOP;
99 return tcu::TestNode::STOP;
105 return tcu::TestNode::STOP;
tes3InfoTests.cpp 64 return STOP;
88 return STOP;
117 return STOP;
  /external/lldb/source/Plugins/Process/Linux/
LinuxSignals.cpp 29 #define ADDSIGNAL(S, SUPPRESS, STOP, NOTIFY, DESCRIPTION) \
30 AddSignal(SIG ## S, "SIG" #S, #S, SUPPRESS, STOP, NOTIFY, DESCRIPTION)
51 ADDSIGNAL(STOP, false, true, true, "process stop");
52 ADDSIGNAL(TSTP, false, true, true, "tty stop");
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /external/deqp/modules/gles31/
tes31TestCaseWrapper.cpp 90 return tcu::TestNode::STOP;
96 return tcu::TestNode::STOP;
tes31InfoTests.cpp 64 return STOP;
88 return STOP;
117 return STOP;
  /external/openssl/crypto/rc2/
rc2speed.c 136 #define STOP 1
205 d=Time_F(STOP);
229 d=Time_F(STOP);
249 d=Time_F(STOP);
265 d=Time_F(STOP);
  /external/openssl/crypto/des/
speed.c 141 #define STOP 1
212 d=Time_F(STOP);
233 d=Time_F(STOP);
250 d=Time_F(STOP);
266 d=Time_F(STOP);
287 d=Time_F(STOP);
301 e=Time_F(STOP);
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /external/openssl/crypto/bn/
bnspeed.c 126 #define STOP 1
200 tm=Time_F(STOP);
213 tm=Time_F(STOP);
228 tm=Time_F(STOP);
  /external/openssl/crypto/rc4/
rc4speed.c 136 #define STOP 1
205 d=Time_F(STOP);
228 d=Time_F(STOP);
241 d=Time_F(STOP);
  /external/deqp/modules/egl/
teglSyncTests.cpp 294 return STOP;
317 return STOP;
341 return STOP;
347 return STOP;
371 return STOP;
377 return STOP;
406 return STOP;
412 return STOP;
439 return STOP;
445 return STOP;
    [all...]
teglInfoTests.cpp 125 return STOP;
150 return STOP;
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 206 sub STOP {
254 &STOP(\$c);
268 &STOP(\$c);
282 &STOP(\$c);
  /external/openssl/apps/
speed.c 297 #define STOP 1
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 826 return STOP;
860 return STOP;
890 return STOP;
927 return STOP;
967 return STOP;
1005 return STOP;
    [all...]
  /external/deqp/framework/common/
tcuTestCase.hpp 80 STOP = 0,
140 * until test case returns STOP. After that deinit() will be called.
142 * Before exiting the execution phase (i.e. at returning STOP from iterate())

Completed in 359 milliseconds

1 2 3 4 5 6 7 8 91011>>