Searched refs:grep (Results 1 – 25 of 3580) sorted by relevance
12345678910>>...144
/external/ltp/testcases/network/rpc/basic_tests/rpcinfo/ |
D | rpcinfo01 | 86 ps -ewf | grep portmap | grep -v grep > /dev/null 91 ps -ewf | grep rpcbind | grep -v grep > /dev/null 100 rsh -n $RHOST "ps -ewf" | grep portmap | grep -v grep > /dev/null 101 [ $? -eq 0 ] || rsh -n $RHOST "ps -ewf" | grep rpcbind | grep -v grep > /dev/null 106 rpcinfo -p $RHOST | grep portmapper 113 rpcinfo -p $RHOST | grep tcp | sed -n 2p > $TCtmp/rpc_out 114 rpcinfo -p $RHOST | grep udp | sed -n 2p >> $TCtmp/rpc_out 116 wc -l $TCtmp/rpc_out | grep "2" > /dev/null 120 TPNUM=`grep tcp $TCtmp/rpc_out | awk '{print $1}'` 121 TVNUM=`grep tcp $TCtmp/rpc_out | awk '{print $2}'` [all …]
|
/external/libxml2/ |
D | Makefile.am | 245 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ 264 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ 283 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ 297 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ 312 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \ 315 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \ 317 …$(CHECKER) $(top_builddir)/xmllint result.$$name 2>&1 > result2.$$name | grep -v 'failed to load e… 318 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \ 330 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \ 333 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ [all …]
|
/external/libxml2/doc/examples/ |
D | Makefile.am | 107 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 109 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 111 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 113 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 115 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 117 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 119 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 121 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 123 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 125 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0 [all …]
|
/external/llvm/utils/lit/utils/ |
D | check-sdist | 11 grep -v '^\./.gitignore' | \ 12 grep -v '^\./dist' | \ 13 grep -v '^\./utils' | \ 14 grep -v '^\./venv' | \ 15 grep -v '^\./notes.txt' | \ 16 grep -v '^\./lit.egg-info' | \ 17 grep -v '^\./lit/ExampleTests' | \ 18 grep -v '/Output' | \ 19 grep -v '__pycache__' | \ 20 grep -v '.pyc$' | grep -v '~$' | \ [all …]
|
/external/clang/test/CodeGenObjC/ |
D | blocks-1.m | 2 // RUN: grep "_Block_object_dispose" %t | count 6 3 // RUN: grep "__copy_helper_block_" %t | count 4 4 // RUN: grep "__destroy_helper_block_" %t | count 4 5 // RUN: grep "__Block_byref_object_copy_" %t | count 2 6 // RUN: grep "__Block_byref_object_dispose_" %t | count 2 7 // RUN: not grep "i32 135)" %t 8 // RUN: grep "_Block_object_assign" %t | count 4 9 // RUN: grep "objc_read_weak" %t | count 2 10 // RUN: grep "objc_assign_weak" %t | count 3 12 // RUN: grep "_Block_object_dispose" %t | count 6 [all …]
|
D | protocols-lazy.m | 4 // RUN: not grep OBJC_PROTOCOL_P0 %t 8 // RUN: not grep OBJC_PROTOCOL_P1 %t 12 // RUN: grep OBJC_PROTOCOL_P2 %t | count 3 13 // RUN: grep OBJC_PROTOCOL_INSTANCE_METHODS_P2 %t | count 3 18 // RUN: grep OBJC_PROTOCOL_P3 %t | count 3 19 // RUN: not grep OBJC_PROTOCOL_INSTANCE_METHODS_P3 %t 24 // RUN: grep OBJC_PROTOCOL_P4 %t | count 3 25 // RUN: grep OBJC_PROTOCOL_INSTANCE_METHODS_P4 %t | count 3 31 // RUN: grep OBJC_PROTOCOL_P5 %t | count 3 32 // RUN: grep OBJC_PROTOCOL_INSTANCE_METHODS_P5 %t | count 3 [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | plot_bars.sh | 32 bars=$(echo "$log" | grep "BAR") 34 labels=$(echo "$log" | grep "^LABEL") 56 title=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 3 | \ 58 y_label=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 4 | \ 62 num_flows=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | \ 66 x_label_1=$(echo "$log" | grep "BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \ 70 x_label_2=$(echo "$log" | grep "BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \ 107 file_name=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | head -n 1) 119 data_sets=$(echo "$bars" | grep "LIMITERRORBAR.$figure" | cut -f 3 | \ 124 y=$(echo "$bars" | grep "LIMITERRORBAR.$figure.$set" | cut -f 8 | \ [all …]
|
/external/ltp/testcases/network/nfs/nfsstat01/ |
D | nfsstat01 | 78 rpcinfo -p | grep mountd 82 rpcinfo -p | grep nfs 103 showmount -e $HOST | grep $EXPORTDIR > /dev/null 130 SERVER_CALLS=`cat /proc/net/rpc/nfsd | grep rpc | awk '{print $2}'` 131 nfsstat -sr | grep $SERVER_CALLS 135 CLIENT_CALLS=`cat /proc/net/rpc/nfs | grep rpc | awk '{print $2}'` 136 nfsstat -cr | grep $CLIENT_CALLS 142 NEW_SERVER_CALLS=`cat /proc/net/rpc/nfsd | grep rpc | awk '{print $2}'` 144 NEW_CLIENT_CALLS=`cat /proc/net/rpc/nfs | grep rpc | awk '{print $2}'` 147 nfsstat -sr | grep $NEW_SERVER_CALLS [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | Frames-small.ll | 2 ; RUN: not grep {stw r31, -4(r1)} %t1 3 ; RUN: grep {stwu r1, -16448(r1)} %t1 4 ; RUN: grep {addi r1, r1, 16448} %t1 6 ; RUN: not grep {lwz r31, -4(r1)} 9 ; RUN: grep {stw r31, -4(r1)} %t2 10 ; RUN: grep {stwu r1, -16448(r1)} %t2 11 ; RUN: grep {addi r1, r1, 16448} %t2 12 ; RUN: grep {lwz r31, -4(r1)} %t2 14 ; RUN: not grep {std r31, -8(r1)} %t3 15 ; RUN: grep {stdu r1, -16496(r1)} %t3 [all …]
|
D | Frames-leaf.ll | 2 ; RUN: not grep {stw r31, 20(r1)} 4 ; RUN: not grep {stwu r1, -.*(r1)} 6 ; RUN: not grep {addi r1, r1, } 8 ; RUN: not grep {lwz r31, 20(r1)} 10 ; RUN: not grep {stw r31, 20(r1)} 12 ; RUN: not grep {stwu r1, -.*(r1)} 14 ; RUN: not grep {addi r1, r1, } 16 ; RUN: not grep {lwz r31, 20(r1)} 18 ; RUN: not grep {std r31, 40(r1)} 20 ; RUN: not grep {stdu r1, -.*(r1)} [all …]
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslog07 | 76 emerg_old=`grep -c "syslogtst: emergency log" /var/log/messages` 77 alert_old=`grep -c "syslogtst: alert log" /var/log/messages` 78 crit_old=`grep -c "syslogtst: critical log" /var/log/messages` 79 err_old=`grep -c "syslogtst: error log" /var/log/messages` 80 warning_old=`grep -c "syslogtst: warning log" /var/log/messages` 81 notice_old=`grep -c "syslogtst: notice log" /var/log/messages` 82 info_old=`grep -c "syslogtst: info log" /var/log/messages` 83 debug_old=`grep -c "syslogtst: debug log" /var/log/messages` 102 emerg_new=`grep -c "syslogtst: emergency log" /var/log/messages` 103 alert_new=`grep -c "syslogtst: alert log" /var/log/messages` [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | Frames-small.ll | 2 ; RUN: not grep "stw r31, -4(r1)" %t1 3 ; RUN: grep "stwu r1, -16416(r1)" %t1 4 ; RUN: grep "addi r1, r1, 16416" %t1 6 ; RUN: not grep "lwz r31, -4(r1)" 9 ; RUN: grep "stw r31, -4(r1)" %t2 10 ; RUN: grep "stwu r1, -16416(r1)" %t2 11 ; RUN: grep "addi r1, r1, 16416" %t2 12 ; RUN: grep "lwz r31, -4(r1)" %t2 14 ; RUN: not grep "std r31, -8(r1)" %t3 15 ; RUN: grep "stdu r1, -16432(r1)" %t3 [all …]
|
D | Frames-leaf.ll | 2 ; RUN: not grep "stw r31, 20(r1)" 4 ; RUN: not grep "stwu r1, -.*(r1)" 6 ; RUN: not grep "addi r1, r1, " 8 ; RUN: not grep "lwz r31, 20(r1)" 10 ; RUN: not grep "stw r31, 20(r1)" 12 ; RUN: not grep "stwu r1, -.*(r1)" 14 ; RUN: not grep "addi r1, r1, " 16 ; RUN: not grep "lwz r31, 20(r1)" 18 ; RUN: not grep "std r31, 40(r1)" 20 ; RUN: not grep "stdu r1, -.*(r1)" [all …]
|
/external/harfbuzz_ng/src/ |
D | check-includes.sh | 17 grep '#.*\<include\>' "$x" /dev/null | head -n 1 19 grep -v '"hb-common[.]h"' | 20 grep -v '"hb[.]h"' | 21 grep -v 'hb-common[.]h:' | 22 grep -v 'hb[.]h:' | 23 grep . >&2 && stat=1 30 grep '#.*\<include\>' "$x" /dev/null | grep -v 'include _' | head -n 1 32 grep -v '"hb-.*private[.]hh"' | 33 grep -v 'hb-private[.]hh:' | 34 grep . >&2 && stat=1 [all …]
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_ftrace.tc | 5 grep function available_tracers || exit_unsupported # this is configurable 18 grep testprobe trace 19 ! grep '_do_fork <-' trace 25 grep testprobe trace 26 grep '_do_fork <-' trace 32 ! grep testprobe trace 33 grep '_do_fork <-' trace 40 grep testprobe trace 41 grep '_do_fork <-' trace 47 grep testprobe trace [all …]
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | testall.sh | 36 newns tomoyo_accept_test | grep -vF Done 37 newns tomoyo_filesystem_test | grep -vF OK | grep -F '(' 38 newns tomoyo_file_test | grep -vF OK | grep -F '(' 39 newns tomoyo_rewrite_test | grep -vF OK | grep -F '(' 40 newns tomoyo_new_test | grep -vF OK 45 newns tomoyo_policy_io_test | grep -vF OK 46 newns tomoyo_new_file_test | grep -vF OK
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 68 (* RUN: grep "i686-apple-darwin8" < %t.ll 76 (* RUN: grep "bogus" < %t.ll 87 (* RUN: grep {const_int.*i32.*-1} < %t.ll 95 (* RUN: grep {const_sext_int.*i64.*-1} < %t.ll 102 (* RUN: grep {const_zext_int64.*i64.*4294967295} < %t.ll 109 (* RUN: grep {const_int_string.*i32.*-1} < %t.ll 116 (* RUN: grep {const_string.*"cruel\\\\00world"} < %t.ll 123 (* RUN: grep {const_stringz.*"hi\\\\00again\\\\00"} < %t.ll 130 (* RUN: grep {const_single.*2.75} < %t.ll 131 * RUN: grep {const_double.*3.1459} < %t.ll [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | trunc.ll | 2 ; RUN: grep shufb %t1.s | count 19 3 ; RUN: grep {ilhu.*1799} %t1.s | count 1 4 ; RUN: grep {ilhu.*771} %t1.s | count 2 5 ; RUN: grep {ilhu.*1543} %t1.s | count 1 6 ; RUN: grep {ilhu.*1029} %t1.s | count 1 7 ; RUN: grep {ilhu.*515} %t1.s | count 1 8 ; RUN: grep {ilhu.*3855} %t1.s | count 1 9 ; RUN: grep {ilhu.*3599} %t1.s | count 1 10 ; RUN: grep {ilhu.*3085} %t1.s | count 1 11 ; RUN: grep {iohl.*3855} %t1.s | count 1 [all …]
|
D | immed64.ll | 2 ; RUN: grep lqa %t1.s | count 13 3 ; RUN: grep ilhu %t1.s | count 15 4 ; RUN: grep ila %t1.s | count 1 5 ; RUN: grep -w il %t1.s | count 6 6 ; RUN: grep shufb %t1.s | count 13 7 ; RUN: grep 65520 %t1.s | count 1 8 ; RUN: grep 43981 %t1.s | count 1 9 ; RUN: grep 13702 %t1.s | count 1 10 ; RUN: grep 28225 %t1.s | count 1 11 ; RUN: grep 30720 %t1.s | count 1 [all …]
|
D | i64ops.ll | 2 ; RUN: grep xswd %t1.s | count 3 3 ; RUN: grep xsbh %t1.s | count 1 4 ; RUN: grep xshw %t1.s | count 2 5 ; RUN: grep shufb %t1.s | count 7 6 ; RUN: grep cg %t1.s | count 4 7 ; RUN: grep addx %t1.s | count 4 8 ; RUN: grep fsmbi %t1.s | count 3 9 ; RUN: grep il %t1.s | count 2 10 ; RUN: grep mpy %t1.s | count 10 11 ; RUN: grep mpyh %t1.s | count 6 [all …]
|
/external/bzip2/ |
D | bzgrep | 13 *egrep) grep=${EGREP-egrep} ;; 14 *fgrep) grep=${FGREP-fgrep} ;; 15 *) grep=${GREP-grep} ;; 21 if test "$grep" = grep; then # grep is buggy with -e on SVR4 22 grep=egrep 52 bzip2 -cdfq | $grep $opt "$pat" 60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i 63 bzip2 -cdfq "$i" | $grep $opt "$pat" 70 bzip2 -cdfq "$i" | $grep $opt "$pat" | sed "s|^|${j}:|"
|
/external/compiler-rt/lib/tsan/ |
D | analyze_libtsan.sh | 14 grep __tsan_$1.: -A 10000 ${OBJDUMP_CONTENTS} | \ 35 nm -S $BIN | grep "__tsan_" > ${NM_CONTENTS} 41 size=$(grep __tsan_$f$ ${NM_CONTENTS} | awk --non-decimal-data '{print ("0x"$2)+0}') 42 rsp=$(grep '(%rsp)' $file | wc -l) 43 push=$(grep 'push' $file | wc -l) 44 pop=$(grep 'pop' $file | wc -l) 45 call=$(grep 'call' $file | wc -l) 48 mov=$(grep 'mov' $file | wc -l) 49 lea=$(grep 'lea' $file | wc -l) 50 sh=$(grep 'shr\|shl' $file | wc -l) [all …]
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 136 if echo "$VNCVIEWERCMD" | grep '\.turbovnc' > /dev/null; then 156 if uname | grep Darwin >/dev/null; then 197 if echo "$*" | grep '.*-listen' > /dev/null; then 227 if echo "$VNCVIEWERCMD" | grep -i chicken.of > /dev/null; then 231 if echo "$VNCVIEWERCMD" | grep -i ultra > /dev/null; then 237 if echo "$str" | grep -i 'TightVNC.viewer' > /dev/null; then 239 elif echo "$str" | grep -i 'VNC viewer version 3' > /dev/null; then 241 elif echo "$str" | grep -i 'VNC viewer .*Edition 4' > /dev/null; then 243 elif echo "$str" | grep -i 'RealVNC.Ltd' > /dev/null; then 381 elif echo "$proxy" | grep "," > /dev/null; then [all …]
|
/external/vboot_reference/tests/futility/ |
D | test_main.sh | 17 grep Usage "$TMP" 24 grep ${FUTILITY} ${LOG} 37 ./vbutil_key --unpack ${DEVKEYS}/installer_kernel_data_key.vbpubk | grep ${SHA} 39 ./vbutil_keyblock --unpack ${DEVKEYS}/installer_kernel.keyblock | grep ${SHA} 41 ./show ${SCRIPTDIR}/data/rec_kernel_part.bin | grep ${SHA} 46 | grep ${SHA} 49 | grep ${SHA} 51 ./boo show ${SCRIPTDIR}/data/rec_kernel_part.bin | grep ${SHA} 58 ${FUTILITY} muggle | grep Usage: 59 ./buggle futility | grep Usage: [all …]
|
/external/vulkan-validation-layers/tests/ |
D | run_wrap_objects_tests.sh | 13 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects" 22 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects" 40 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects" 49 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects" 67 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects" 76 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects" 94 echo "$output" | grep -q "Insert instance layer VK_LAYER_LUNARG_wrap_objects" 103 echo "$output" | grep -q "Insert device layer VK_LAYER_LUNARG_wrap_objects" 116 ./vk_layer_validation_tests | grep -v "^Unexpected: " > unwrapped.out 121 ./vk_layer_validation_tests | grep -v "^Unexpected: " > wrapped.out
|
12345678910>>...144