Searched refs:STOP (Results 1 - 25 of 56) sorted by relevance

123

/external/mdnsresponder/mDNSPosix/
H A Dmdnsd.sh38 # STOP="start-stop-daemon --stop -s TERM --quiet --oknodo --exec"
39 STOP="start-stop-daemon --stop --quiet --oknodo --exec"
45 STOP=killmdnsd
57 echo -n " mdnsd" ; $STOP $DAEMON
62 $STOP $DAEMON
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVideoView.java22 public static final int STOP = 0; field in class:ShadowVideoView
65 currentState = ShadowVideoView.STOP;
94 currentState != ShadowVideoView.STOP &&
/external/openssl/crypto/rc2/
H A Drc2speed.c136 #define STOP 1 macro
205 d=Time_F(STOP);
229 d=Time_F(STOP);
249 d=Time_F(STOP);
265 d=Time_F(STOP);
/external/openssl/crypto/des/
H A Dspeed.c141 #define STOP 1 macro
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);
H A Ddes_opts.c358 #define STOP 1 macro
410 tm[index]=Time_F(STOP); \
461 d=Time_F(STOP);
/external/openssl/crypto/bn/
H A Dbnspeed.c126 #define STOP 1 macro
200 tm=Time_F(STOP);
213 tm=Time_F(STOP);
228 tm=Time_F(STOP);
H A Dexpspeed.c152 #define STOP 1 macro
307 tm=Time_F(STOP);
/external/openssl/crypto/rc4/
H A Drc4speed.c136 #define STOP 1 macro
205 d=Time_F(STOP);
228 d=Time_F(STOP);
241 d=Time_F(STOP);
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsoundcommon.h41 STOP = 8 enumerator in enum:__anon11346
/external/dhcpcd/dhcpcd-hooks/
H A D20-dns.conf50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
/external/openssl/apps/
H A Dspeed.c297 #define STOP 1 macro
1269 d=Time_F(STOP);
1511 d=Time_F(STOP);
1525 d=Time_F(STOP);
1540 d=Time_F(STOP);
1555 d=Time_F(STOP);
1580 d=Time_F(STOP);
1595 d=Time_F(STOP);
1609 d=Time_F(STOP);
1624 d=Time_F(STOP);
[all...]
H A Ds_time.c323 #define STOP 1 macro
450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
/external/grub/netboot/
H A Ddepca.c288 #define STOP 0x0004 /* Stop */ macro
472 outw(STOP, DEPCA_DATA)
545 if (inw(DEPCA_DATA) != STOP)
693 if (inw(DEPCA_DATA) != STOP)
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl206 sub STOP { subroutine
254 &STOP(\$c);
268 &STOP(\$c);
282 &STOP(\$c);
/external/valgrind/main/VEX/switchback/
H A Dbinary_switchback.pl11 # - Everything between (not including) /^---START---$/ and /^---STOP---$/
227 if ($line =~ /^---STOP---$/) { last; } # we're done
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DVideoViewTest.java90 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.STOP));
/external/oprofile/utils/
H A Dopcontrol731 STOP=yes
738 STOP=yes
767 STOP=yes
1782 if test "$STOP" = "yes"; then
/external/stressapptest/src/
H A Dworker.h140 enum Status { RUN, PAUSE, STOP }; enumerator in enum:WorkerStatus::Status
H A Dworker.cc172 if (SetStatus(STOP) == PAUSE)
191 case STOP:
198 return (GetStatus() != STOP);
/external/qemu/android/
H A Dhw-events.h181 KEY_CODE(STOP ,128) \
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py72 STOP = 0xfc variable
83 STOP,
/external/qemu-pc-bios/bochs/
H A Dconfig.guess1118 i*86:XTS-300:*:STOP)
/external/chromium/third_party/libevent/
H A Dconfig.guess1052 i*86:XTS-300:*:STOP)
/external/dropbear/
H A Dconfig.guess1039 i*86:XTS-300:*:STOP)
/external/elfutils/config/
H A Dconfig.guess1052 i*86:XTS-300:*:STOP)

Completed in 585 milliseconds

123