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

1 2 3 4

  /external/autotest/client/site_tests/platform_TLSDate/src/
hang_subproc 8 kill -TERM $PPID
delay_subproc 9 kill -TERM $PPID
fail_routes 9 kill -TERM $PPID
  /external/strace/tests/
qual_signal.test 62 '!2,15' '!INT,TERM' '!SIGINT,TERM' '!INT,SIGTERM' '!SIGTERM,SIGINT' \
63 '!2,INT,TERM' '!2,SIGTERM' '!SIGINT,15' '!INT,SIGTERM,15' \
71 '!15' '!TERM' '!SIGTERM' \
72 '!15,TERM' '!SIGTERM,15,TERM' \
73 '!SIGALRM,TERM' '!CHLD,SIGTERM' \
78 15 TERM SIGTERM \
90 INT,TERM SIGINT,TERM SIGTERM,INT SIGINT,SIGTERM
    [all...]
  /external/strace/tests-m32/
qual_signal.test 62 '!2,15' '!INT,TERM' '!SIGINT,TERM' '!INT,SIGTERM' '!SIGTERM,SIGINT' \
63 '!2,INT,TERM' '!2,SIGTERM' '!SIGINT,15' '!INT,SIGTERM,15' \
71 '!15' '!TERM' '!SIGTERM' \
72 '!15,TERM' '!SIGTERM,15,TERM' \
73 '!SIGALRM,TERM' '!CHLD,SIGTERM' \
78 15 TERM SIGTERM \
90 INT,TERM SIGINT,TERM SIGTERM,INT SIGINT,SIGTERM
    [all...]
  /external/strace/tests-mx32/
qual_signal.test 62 '!2,15' '!INT,TERM' '!SIGINT,TERM' '!INT,SIGTERM' '!SIGTERM,SIGINT' \
63 '!2,INT,TERM' '!2,SIGTERM' '!SIGINT,15' '!INT,SIGTERM,15' \
71 '!15' '!TERM' '!SIGTERM' \
72 '!15,TERM' '!SIGTERM,15,TERM' \
73 '!SIGALRM,TERM' '!CHLD,SIGTERM' \
78 15 TERM SIGTERM \
90 INT,TERM SIGINT,TERM SIGTERM,INT SIGINT,SIGTERM
    [all...]
  /external/robolectric-shadows/
java-timeout 36 kill -TERM -- "-$pid" # Kill the entire process group.
  /external/selinux/sandbox/
sandboxX.sh 2 trap "" TERM
32 kill -TERM 0
  /prebuilts/misc/common/robolectric/3.1.1/
java-timeout 36 kill -TERM -- "-$pid" # Kill the entire process group.
  /prebuilts/misc/common/robolectric/3.4.2/
java-timeout 36 kill -TERM -- "-$pid" # Kill the entire process group.
  /prebuilts/misc/common/robolectric/3.5.1/
java-timeout 36 kill -TERM -- "-$pid" # Kill the entire process group.
  /prebuilts/misc/common/robolectric/3.6.1/
java-timeout 36 kill -TERM -- "-$pid" # Kill the entire process group.
  /external/autotest/server/site_tests/network_DiskFull/
hog_disk.sh 40 trap 'exit' HUP INT QUIT TERM
  /external/libdivsufsort/
generate_includes.sh 26 trap cleanup INT TERM ERR EXIT
  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 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"
42 kill -TERM `cat /var/run/mdnsd.pid`
  /external/vboot_reference/scripts/image_signing/
common.sh 79 trap "cleanup" INT TERM EXIT
  /frameworks/opt/net/lowpan/tests/
commandtest.sh 29 trap "kill -HUP $WPANTUND_PID 2> /dev/null" EXIT INT TERM
scantest.sh 30 trap "kill -HUP $WPANTUND_1_PID $WPANTUND_2_PID 2> /dev/null" EXIT INT TERM
  /external/autotest/server/site_tests/platform_GCC/
dejagnu_remote.sh 35 PS1=. TERM=linux ssh ${SSH_ARGS} -t -t -M -S "${CONTROL_PATH}" root@$1 \
  /external/libjpeg-turbo/release/
makecygwinpkg.in 6 trap onexit TERM
  /external/mksh/src/
var_spec.h 71 FN(TERM)
  /external/python/cpython2/Lib/test/
test_readline.py 55 TERM='xterm-256color')
  /system/update_engine/scripts/
brillo_update_payload 302 trap - INT TERM ERR EXIT
308 trap - INT TERM ERR EXIT
312 trap cleanup_on_error INT TERM ERR
  /build/soong/ui/build/
context.go 100 if term, ok := os.LookupEnv("TERM"); ok {
101 return term != "dumb" && isTerminal(c.Stdout()) && isTerminal(c.Stderr())
107 if term, ok := os.LookupEnv("TERM"); ok {
108 return term != "dumb" && isTerminal(c.Stderr())
  /external/libvpx/libvpx/test/
stress.sh 36 (trap "rm -f $1" INT TERM \

Completed in 732 milliseconds

1 2 3 4