Home
last modified time | relevance | path

Searched refs:grep (Results 1 – 25 of 1169) sorted by relevance

12345678910>>...47

/third_party/boost/libs/iostreams/test/
Dgrep_test.cpp202 void test_filter( grep_filter grep,
215 grep_filter grep(match_us_courthouse); in grep_filter_test() local
216 test_filter(grep, addresses, us_courthouse); in grep_filter_test()
220 grep_filter grep(match_us_courthouse, match_default, grep::invert); in grep_filter_test() local
221 test_filter(grep, addresses, us_courthouse_inv); in grep_filter_test()
225 grep_filter grep(match_state_and_zip); in grep_filter_test() local
226 test_filter(grep, addresses, state_and_zip); in grep_filter_test()
230 grep_filter grep(match_state_and_zip, match_default, grep::invert); in grep_filter_test() local
231 test_filter(grep, addresses, state_and_zip_inv); in grep_filter_test()
235 grep_filter grep(match_three_words); in grep_filter_test() local
[all …]
/third_party/libxml2/
DMakefile.am248 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
267 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
286 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
300 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
315 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
318 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
320 …$(CHECKER) $(top_builddir)/xmllint result.$$name 2>&1 > result2.$$name | grep -v 'failed to load e…
321 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
333 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
336 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
[all …]
/third_party/libxml2/doc/examples/
DMakefile.am107 @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 …]
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-element-maker81 pkg=`grep -A 10000 '^% pkg-config' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^%'|head -n…
82 GST_TYPE_BASE_REPLACE=`grep -A 10000 '^% TYPE_CLASS_NAME' $templatedir/$class | tail -n +2|grep -m …
83 GstBaseReplace=`grep -A 10000 '^% ClassName' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^…
84 pads=`grep -A 10000 '^% pads' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1`
136 grep -A 10000 '^% includes' $templatedir/gobject | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
137 grep -A 10000 '^% includes' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
149 grep -A 10000 '^% prototypes' $templatedir/gobject | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
150 grep -A 10000 '^% prototypes' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
153 grep -A 10000 '^% prototypes' $templatedir/$each | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
169 grep -A 10000 '^% pad-template' $templatedir/$each | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
[all …]
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/
Dbuild_and_run_tests.sh37 | grep -E -v "$XCODEBUILD_FILTER" \
38 | grep -E -v '^$' \
39 | grep -E -v "(GPBDictionary|GPBArray)" -
48 | grep -E -v "$XCODEBUILD_FILTER" \
49 | grep -E -v '^$' \
50 | grep -E -v "(GPBDictionary|GPBArray)" -
59 | grep -E -v "$XCODEBUILD_FILTER" \
60 | grep -E -v '^$' \
61 | grep -E -v "(GPBDictionary|GPBArray)" -
70 | grep -E -v "$XCODEBUILD_FILTER" \
[all …]
/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0776 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 …]
/third_party/mbedtls/tests/
Dcontext-info.sh152 if ! ( grep -F 'All heap blocks were freed -- no leaks are possible' "$OUT_FILE" &&
153 grep -F 'ERROR SUMMARY: 0 errors from 0 contexts' "$OUT_FILE" ) > /dev/null
168 …if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | gr…
175 …if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | gr…
182 …if [ $(grep -v '^==' "$OUT_FILE"| grep -v 'Serious error when reading debug info' | grep -v "^*" |…
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dcheck-includes.sh17 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 | head -n 1
32 grep -v '"hb-.*[.]hh"' |
33 grep -v 'hb[.]hh' |
34 grep . >&2 && stat=1
[all …]
/third_party/ltp/testcases/kernel/security/tomoyo/
Dtestall.sh36 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
/third_party/bzip2/
Dbzgrep13 *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"
79 $grep $opt "$pat" 4>&-; echo "r=$?;" >&4
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzgrep13 *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"
79 $grep $opt "$pat" 4>&-; echo "r=$?;" >&4
/third_party/musl/ndk-test/sanitize/
Druntest.sh30 grep -nr 'SUMMARY: ' tmp | grep "leaked in"
32 grep -nr 'SUMMARY: ' tmp | grep $case
60 grep -nr 'Scudo ERROR: ' tmp >/dev/null
66 grep -nr 'Scudo ERROR: ' tmp >/dev/null
73 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
76 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
79 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
96 grep -nr 'Scudo ERROR: ' tmp >/dev/null
111 grep -nr 'Scudo ERROR: ' tmp >/dev/null
116 grep -nr 'Scudo ERROR: ' tmp >/dev/null
[all …]
/third_party/musl/ndk-test/script/
Druntest-sanitize.sh29 grep -nr 'SUMMARY: ' tmp | grep "leaked in"
31 grep -nr 'SUMMARY: ' tmp | grep $case
59 grep -nr 'Scudo ERROR: ' tmp >/dev/null
65 grep -nr 'Scudo ERROR: ' tmp >/dev/null
72 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
75 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
78 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
95 grep -nr 'Scudo ERROR: ' tmp >/dev/null
110 grep -nr 'Scudo ERROR: ' tmp >/dev/null
115 grep -nr 'Scudo ERROR: ' tmp >/dev/null
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzgrep13 *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}:|"
/third_party/gstreamer/gstreamer/scripts/
Dupdate-states12 if grep -q GstElementState $file; then
17 if grep -q GstStateReturn $file; then
22 if egrep 'GST_STATE_(ASYNC|SUCCESS|FAILURE|NO_PREROLL)' $file | grep -q -v 'NO_PREROLL ('; then
32 if grep 'change_state (' $file | grep -q 'element)'; then
39 grep -v 'transition = ' < $file > $file.tmp
43 if grep -q GST_STATE_TRANSITION $file; then
48 if grep 'transition' $file | grep -q int; then
59 if grep -q GstStateReturn $file; then
/third_party/node/test/parallel/
Dtest-child-process-double-pipe.js36 let grep, sed, echo; variable
39 grep = spawn('grep', ['--binary', 'o']);
45 grep = spawn('grep', ['o']);
62 if (!grep.stdin.write(data)) {
69 grep.stdin.on('drain', (data) => {
75 grep.stdin.end();
82 grep.on('exit', mustCall(() => {
92 grep.stdout.on('data', mustCallAtLeast((data) => {
95 grep.stdout.pause();
102 grep.stdout.resume();
[all …]
/third_party/ffmpeg/tests/fate/
Dsource-check.sh8 git grep -L -E "This file is part of FFmpeg|This file is part of libswresample|"\
17 "This file is placed in the public domain" | grep -E '\.c$|\.h$|\.S$|\.asm$'
20 for f in `git ls-files | grep '\.h$'` ; do
30 git grep -L "^#define $macro$" $f
34 git grep -E 'av_clip *\(.*, *0 *, *(3|7|15|31|63|127|255|511|1023|2047|4095|8191|'\
36 '33554431|67108863|134217727|268435455|536870911|1073741823) *\)' | grep -v fate/source
39 git grep -E 'av_clip *\(.*, *(-2 *, *1|-4 *, *3|-8 *, *7|-16 *, *15|-32 *, *31|-64'\
45 '268435455|-536870912 *, *536870911|-1073741824 *, *1073741823) *\)'| grep -v fate/source
/third_party/ltp/testcases/network/rpc/basic_tests/rpcinfo/
Drpcinfo01.sh17 rpcinfo -p $(tst_ipaddr) | grep tcp | sed -n 2p > rpc_out
18 rpcinfo -p $(tst_ipaddr) | grep udp | sed -n 2p >> rpc_out
20 wc -l rpc_out | grep -q "2" || \
24 TPNUM=$(grep tcp rpc_out | awk '{print $1}')
25 TVNUM=$(grep tcp rpc_out | awk '{print $2}')
26 TCPNAME=$(grep tcp rpc_out | awk '{print $5}')
27 UPNUM=$(grep udp rpc_out | awk '{print $1}')
28 UVNUM=$(grep udp rpc_out | awk '{print $2}')
29 UDPNAME=$(grep udp rpc_out | awk '{print $5}')
36 EXPECT_RHOST_PASS rpcinfo -p $thost | grep -q portmapper
/third_party/libwebsockets/scripts/
Dmozilla-trust-gen.sh69 ISS=`cat _trust/c1 | grep Issuer: | sed "s/.*://g" | sed "s/^\ *//g"`
70 SER=`cat _trust/c1 | grep "Serial Number:" | sed "s/.*://g" | sed "s/^\ *//g" | sed "s/\ .*//g"`
75 grep ':' | grep -v ': ' | grep -v ':$' | grep -v U | grep -v k | grep -v T | grep -v "i" | \
76 grep -v "S" | grep -v "V" | sed "s/^\ *//g"`
79 na=`cat _trust/c1 | grep "Not\ After\ :" | sed "s/.*\ :\ //g"`
95 cat _trust/single | grep -v -- '---' | base64 -d > _trust/webroot/der/$safe
103 DERSIZ=`cat _trust/single | grep -v -- '---' | base64 -d | wc -c | cut -d' ' -f1`
105 cat _trust/single | grep -v -- '---' | base64 -d | hexdump -C | tr -s ' ' | sed 's/\ $//g' | \
106 …cut -d' ' -f 2-17 | cut -d'|' -f1 | grep -v 000 | sed "s/\ //g" | sed ':a;N;$!ba;s/\n//g' | xxd -r…
181 cut -d' ' -f 2-17 | cut -d'|' -f1 | grep -v 000 | sed "s/\ /,\ 0x/g" | sed "s/^/0x/g" | \
/third_party/ffmpeg/tools/
Dmurge3 grep -A99999 '^<<<<<<<' | grep -B99999 '^>>>>>>>' >murge.X
4 grep -A99999 '^====' murge.X | egrep -v '^(=======|<<<<<<<|>>>>>>>|\|\|\|\|\|\|\|)' >murge.theirs
5 grep -B99999 '^||||' murge.X | egrep -v '^(=======|<<<<<<<|>>>>>>>|\|\|\|\|\|\|\|)' >murge.ours
6 grep -B99999 '^====' murge.X | grep -A99999 '^||||' | egrep -v '^(=======|<<<<<<<|>>>>>>>|\|\|\|\|\…
9 grep . murge.common > /dev/null && colordiff -du $* murge.common murge.theirs
10 grep . murge.common > /dev/null && colordiff -du $* murge.common murge.ours
/third_party/ltp/testcases/kernel/controllers/
Dtest_controllers.sh42 CPU_CONTROLLER=`grep -w cpu /proc/cgroups | cut -f1`;
43 CPU_CONTROLLER_VALUE=`grep -w cpu /proc/cgroups | cut -f4`;
44 MEM_CONTROLLER=`grep -w memory /proc/cgroups | cut -f1`;
45 MEM_CONTROLLER_VALUE=`grep -w memory /proc/cgroups | cut -f4`;
46 IOTHROTTLE_CONTROLLER=`grep -w blockio /proc/cgroups | cut -f1`;
47 IOTHROTTLE_CONTROLLER_VALUE=`grep -w blockio /proc/cgroups | cut -f4`;
48 FREEZER=`grep -w freezer /proc/cgroups | cut -f1`;
49 FREEZER_VALUE=`grep -w freezer /proc/cgroups | cut -f4`;
50 CPUACCOUNT_CONTROLLER=`grep -w cpuacct /proc/cgroups | cut -f1`
51 CPUACCOUNT_CONTROLLER_VALUE=`grep -w cpuacct /proc/cgroups | cut -f4`
/third_party/e2fsprogs/tests/u_revert_upgrade_to_64bitmcsum/
Dscript36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
48 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
49 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
60 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
61 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -lt 1 ] || [ "$(echo "${features}" | grep 64…
72 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
73 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -lt 1 ] || [ "$(echo "${features}" | grep 64…
84 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
85 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -lt 1 ] || [ "$(echo "${features}" | grep 64…
[all …]
/third_party/e2fsprogs/tests/u_onefile_bad/
Dscript36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
48 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
49 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
63 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
64 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
75 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
76 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
87 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')"
88 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64…
[all …]
/third_party/ltp/testcases/kernel/mce-test/lib/
Dmce.sh46 grep -v '#STATUS 0x0#' | \
47 grep -v '#STATUS 0x800000000000000#' | sort > "$outf"
96 grep -e "$pat"
204 if grep "panic" "$klog" | grep "$mce_panic" > /dev/null; then
220 if grep "Some CPUs didn't answer in synchronization" "$klog" \
239 if grep "Machine check: " "$klog" | grep "$exp" > /dev/null; then
271 if echo ": $panic_msg" | grep -e "$mce_panic" &> /dev/null; then
303 mount|grep /sys/kernel/debug > /dev/null 2>&1
305 mount|grep /sys/kernel/debug > /dev/null 2>&1
312 DEBUGFS=`mount | grep debugfs | cut -d ' ' -f3 | head -1`
/third_party/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh66 grep 'testing: testzip\.pb\.cc *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
68 grep 'testing: testzip\.pb\.h *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
70 grep 'testing: testzip_pb2\.py *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
72 grep -i 'manifest' $TEST_TMPDIR/testzip.list > /dev/null \
88 grep '^test/jar/Foo\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
90 grep '^test/jar/Bar\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
92 grep '^test/jar/Outer\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
94 grep '^META-INF/MANIFEST\.MF$' $TEST_TMPDIR/testzip.list > /dev/null \

12345678910>>...47