Home
last modified time | relevance | path

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

12345678910>>...67

/external/libxml2/
DMakefile.am241 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
260 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
279 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
293 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
308 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
311 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
313 …$(CHECKER) $(top_builddir)/xmllint result.$$name 2>&1 > result2.$$name | grep -v 'failed to load e…
314 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
326 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
329 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
[all …]
/external/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 …]
/external/llvm/utils/lit/utils/
Dcheck-sdist11 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/
Dblocks-1.m2 // 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 …]
Dprotocols-lazy.m4 // 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 …]
Dbitfield-ivar-offsets.m2 // RUN: grep -F '@"OBJC_IVAR_$_I0._b0" = global i64 0, section "__DATA, __objc_ivar", align 8' %t
3 // RUN: grep -F '@"OBJC_IVAR_$_I0._b1" = global i64 0, section "__DATA, __objc_ivar", align 8' %t
4 // RUN: grep -F '@"OBJC_IVAR_$_I0._b2" = global i64 1, section "__DATA, __objc_ivar", align 8' %t
5 // RUN: grep -F '@"OBJC_IVAR_$_I0._x" = global i64 2, section "__DATA, __objc_ivar", align 8' %t
6 // RUN: grep -F '@"OBJC_IVAR_$_I0._b3" = global i64 4, section "__DATA, __objc_ivar", align 8' %t
7 // RUN: grep -F '@"OBJC_IVAR_$_I0._y" = global i64 6, section "__DATA, __objc_ivar", align 8' %t
8 // RUN: grep -F '@"OBJC_IVAR_$_I0._b4" = global i64 7, section "__DATA, __objc_ivar", align 8' %t
9 // RUN: not grep -F '@"OBJC_IVAR_$_I0." = global' %t
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_bars.sh32 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 …]
Dplot_dynamics.sh31 plots=$(echo "$log" | grep "^PLOT")
37 data_sets=$(echo "$plots" | grep "^PLOT.$figure" | cut -f 3 | sort | uniq)
39 linetypes=($(echo "$data_sets" | grep "#" | cut -d '#' -f 2 | \
53 y_label=$(echo "$data_sets" | grep "#" | cut -d '#' -f 1 | \
69 linetype=$(echo "$set" | grep "#" | cut -d '#' -f 2 | cut -d '@' -f 1)
82 echo "$log" | grep "^PLOT.$figure.$set" | cut -f 4,5
/external/llvm/test/CodeGen/PowerPC/
DFrames-small.ll2 ; 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 …]
DFrames-leaf.ll2 ; 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 …]
Di64_fp.ll5 ; RUN: grep fcfid
7 ; RUN: grep fctidz
9 ; RUN: grep fcfid
11 ; RUN: grep fctidz
13 ; RUN: not grep fcfid
15 ; RUN: not grep fctidz
17 ; RUN: not grep fcfid
19 ; RUN: not grep fctidz
/external/harfbuzz_ng/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 | 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/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"
70 bzip2 -cdfq "$i" | $grep $opt "$pat" | sed "s|^|${j}:|"
/external/compiler-rt/lib/tsan/
Danalyze_libtsan.sh14 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/
Dss_vncviewer136 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/
Dtest_main.sh17 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/bison/
Dmaint.mk56 $(shell gzip --help 2>/dev/null|grep rsyncable >/dev/null \
89 | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \
90 else grep -Ev -e "$${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi \
91 | grep -Ev -e '($(VC_LIST_ALWAYS_EXCLUDE_REGEX)|$(_sc_excl))' \
296 files=$$(find $(srcdir) | grep -E "$$in_files" \
297 | grep -Ev '$(_sc_excl)'); \
301 files=$$(echo "$$files" | grep -E "$$in_vc_files"); \
307 && { files=$$(grep -l "$$containing" $$files); } || :; \
309 && { files=$$(grep -vl "$$non_containing" $$files); } || :; \
314 grep $$with_grep_options $(_ignore_case) -nE "$$prohibit" $$files \
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh63 grep 'testing: testzip\.pb\.cc *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
65 grep 'testing: testzip\.pb\.h *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
67 grep 'testing: testzip_pb2\.py *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
69 grep -i 'manifest' $TEST_TMPDIR/testzip.list > /dev/null \
79 grep '^test/jar/Foo\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
81 grep '^test/jar/Bar\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
83 grep '^test/jar/Outer\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
85 grep '^META-INF/MANIFEST\.MF$' $TEST_TMPDIR/testzip.list > /dev/null \
/external/guice/util/
DcompareBuilds.sh73 grep -v "^Only in ant/com/google/inject/internal/asm: signature$" | \
74 grep -v "^Only in ant/com/google/inject/internal/cglib: beans$" | \
75 grep -v "^Only in ant/com/google/inject/internal/cglib: transform$" | \
76 grep -v "^Only in ant/com/google/inject/internal/cglib/transform: impl$" | \
77 grep -v "^Only in ant/com/google/inject/internal/cglib: util$" | \
78 grep -v "^Only in ant: net$" | \
79 grep -v "^Only in ant: org$" | \
80 grep -v "^Only in ant/com/google/inject/.*: package-info\.class$"
/external/valgrind/auxprogs/
Dgsl19test112 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)
113 echo -n " Native passes: " && (grep PASS: out-REF | wc -l)
114 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)
115 echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)
117 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
118 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt
119 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt
120 (echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)) >> summary.txt
Dgsl16test107 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)
108 echo -n " Native passes: " && (grep PASS: out-REF | wc -l)
109 echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)
110 echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l)
112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
113 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt
114 (echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)) >> summary.txt
115 (echo -n " Valgrind passes: " && (grep PASS: out-VAL | wc -l)) >> summary.txt
/external/clang/test/Modules/
Dprune.m16 // RUN: ls %t | grep modules.timestamp
17 // RUN: ls -R %t | grep ^Module.*pcm
18 // RUN: ls -R %t | grep DependsOnModule.*pcm
24 // RUN: ls %t | grep modules.timestamp
25 // RUN: ls -R %t | grep ^Module.*pcm
26 // RUN: ls -R %t | grep DependsOnModule.*pcm
33 // RUN: ls %t | grep modules.timestamp
34 // RUN: ls -R %t | grep ^Module.*pcm
35 // RUN: ls -R %t | grep DependsOnModule.*pcm
42 // RUN: ls %t | grep modules.timestamp
[all …]
/external/llvm/test/CodeGen/Mips/
D2008-07-15-SmallSection.ll3 ; DISABLED: grep {sdata} %t0 | count 1
4 ; DISABLED: grep {sbss} %t0 | count 1
5 ; DISABLED: grep {gp_rel} %t0 | count 2
6 ; DISABLED: not grep {sdata} %t1
7 ; DISABLED: not grep {sbss} %t1
8 ; DISABLED: not grep {gp_rel} %t1
9 ; DISABLED: grep {\%hi} %t1 | count 2
10 ; DISABLED: grep {\%lo} %t1 | count 3
/external/shflags/lib/
Dversions41 if grep 'OpenSolaris' /etc/release >/dev/null; then
82 if grep -q 'DISTRIB_ID=Ubuntu' "${LSB_RELEASE}"; then
92 if grep 'OpenSolaris' /etc/release >/dev/null; then
93 os_version_=`grep 'OpenSolaris' /etc/release |awk '{print $2"("$3")"}'`
96 minor_=`grep Solaris /etc/release |sed 's/[^u]*\(u[0-9]*\).*/\1/'`
145 $1 --version 2>&1 |grep 'GNU bash' |sed 's/.*version \([^ ]*\).*/\1/'
153 dpkg -l |grep ' dash ' |awk '{print $3}'
172 |grep Version \
188 |grep 'PD KSH' \
/external/v8/tools/
Dplot-timer-events30 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
42 `echo "$arg" | grep -q "^--distortion"`
56 t_1_start=`grep "timer-event-start,\"V8.Execute\"" $calibration_log \
58 t_1_end=`grep "timer-event-end,\"V8.Execute\"" $calibration_log \
60 n_1=`grep "timer-event\|tick" $calibration_log | wc -l`
64 t_2_start=`grep "timer-event-start,\"V8.Execute\"" $calibration_log \
66 t_2_end=`grep "timer-event-end,\"V8.Execute\"" $calibration_log \
68 n_2=`grep "timer-event\|tick" $calibration_log | wc -l`

12345678910>>...67