Home
last modified time | relevance | path

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

12345678910>>...33

/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/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/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/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/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/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/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/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/elfutils/tests/
Drun-debuginfod-find.sh25 bsdtar --version | grep -q zstd && zstd=true || zstd=false
138 ps -q $PID1 -e -L -o '%p %c %a' | grep groom
139 ps -q $PID1 -e -L -o '%p %c %a' | grep scan
140 ps -q $PID1 -e -L -o '%p %c %a' | grep traverse
157 -a prog | grep 'Build ID' | cut -d ' ' -f 7`
191 bytecount_before=`curl -s http://127.0.0.1:$PORT1/metrics | grep 'http_responses_transfer_bytes_cou…
193 bytecount_after=`curl -s http://127.0.0.1:$PORT1/metrics | grep 'http_responses_transfer_bytes_coun…
202 bytecount_before=`curl -s http://127.0.0.1:$PORT1/metrics | grep 'http_responses_transfer_bytes_cou…
204 bytecount_after=`curl -s http://127.0.0.1:$PORT1/metrics | grep 'http_responses_transfer_bytes_coun…
285 -a prog2 | grep 'Build ID' | cut -d ' ' -f 7`
[all …]
Drun-debuginfod-federation-metrics.sh62 -a prog | grep 'Build ID' | cut -d ' ' -f 7`
122 grep UA:TESTCURL vlog$PORT1
123 grep XFF:TESTXFF vlog$PORT1
127 -a L/foo | grep 'Build ID' | cut -d ' ' -f 7`
156 curl -s http://127.0.0.1:$PORT1/metrics | grep -q 'http_responses_total.*result.*error'
157 curl -s http://127.0.0.1:$PORT2/metrics | grep -q 'http_responses_total.*result.*upstream'
158 curl -s http://127.0.0.1:$PORT1/metrics | grep 'http_responses_duration_milliseconds_count'
159 curl -s http://127.0.0.1:$PORT1/metrics | grep 'http_responses_duration_milliseconds_sum'
160 curl -s http://127.0.0.1:$PORT1/metrics | grep 'http_responses_transfer_bytes_count'
161 curl -s http://127.0.0.1:$PORT1/metrics | grep 'http_responses_transfer_bytes_sum'
[all …]
Drun-debuginfod-response-headers.sh64 rpms=$(find R -name \*rpm | grep -v nothing | wc -l)
80 grep 'Headers:' vlog-find$PORT1.1
81 grep -i 'X-DEBUGINFOD-FILE: prog' vlog-find$PORT1.1
82 grep -i 'X-DEBUGINFOD-SIZE: ' vlog-find$PORT1.1
90 grep 'Headers:' vlog-find$PORT1.2
91 grep -i 'X-DEBUGINFOD-FILE: ' vlog-find$PORT1.2
92 grep -i 'X-DEBUGINFOD-SIZE: ' vlog-find$PORT1.2
93 grep -i 'X-DEBUGINFOD-ARCHIVE: ' vlog-find$PORT1.2
99 x_debuginfod_size=$(grep -i 'X-DEBUGINFOD-SIZE' $file | head -1 | grep -E -o '[0-9]+')
105 -a F/prog | grep 'Build ID' | cut -d ' ' -f 7`
/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/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/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/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/unity/test/
DMakefile46 ./$(TARGET) | grep 'Tests\|]]]' -A1
49 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
53 ./$(TARGET) | grep 'Tests\|]]]' -A1
56 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
60 ./$(TARGET) | grep 'Tests\|]]]' -A1
63 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
67 ./$(TARGET) | grep 'Tests\|]]]' -A1
70 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
74 ./$(TARGET) | grep 'Tests\|]]]' -A1
77 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
[all …]
/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 \
/third_party/ltp/testcases/network/multicast/mc_member/
Dmc_member.sh47 DIGIT=`ps -ef | grep mc_member.sh | grep -v grep | wc -l`
74 grep "cannot join group" $ERRFILE
84 grep "cannot join group" $ERRFILE
94 netstat -gn | grep $agroup
105 netstat -gn | grep $agroup
118 count=`grep 105 $ERRFILE | wc -l`
/third_party/libfuse/util/
Dinit_script27 if ! grep -qw fuse /proc/filesystems; then
38 if grep -qw fusectl /proc/filesystems && \
39 ! grep -qw $MOUNTPOINT /proc/mounts; then
52 if ! grep -qw fuse /proc/filesystems; then
56 if grep -qw $MOUNTPOINT /proc/mounts; then
66 if grep -qw "^fuse" /proc/modules; then
79 if ! grep -qw fuse /proc/filesystems; then
/third_party/ltp/testcases/kernel/security/smack/
Dsmack_set_cipso.sh28 old_rule=$(grep "^TheOne" "$smackfsdir/cipso" 2>/dev/null)
31 new_rule=$(grep "^TheOne" "$smackfsdir/cipso" 2>/dev/null)
35 right=$(echo "$new_rule" | grep ' 2')
41 new_rule=$(grep "^TheOne" "$smackfsdir/cipso" 2>/dev/null)
45 right=$(echo $new_rule | grep '/55')
51 new_rule=$(grep "^TheOne" "$smackfsdir/cipso" 2>/dev/null)
55 right=$(echo "$new_rule" | grep '/17,33')

12345678910>>...33