/external/dropbear/libtomcrypt/ |
D | genlist.sh | 3 …grep "[.]/src" | grep "[.]c" | grep -v "sha224" | grep -v "sha384" | grep -v "aes_tab" | grep -v "… 5 export a=`find . -type f | grep [.]/src | grep [.]h | sed -e 'se\./ee' | xargs`
|
/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 '^\./lit.egg-info' | \ 16 grep -v '^\./lit/ExampleTests' | \ 17 grep -v '/Output' | \ 18 grep -v '__pycache__' | \ 19 grep -v '.pyc$' | grep -v '~$' | \ 32 grep -v '^\./PKG-INFO' | \ [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: grep "i32 135)" %t | count 0 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 | metadata-symbols-64.m | 3 // RUN: grep '@"OBJC_CLASS_$_A" = global' %t 4 // RUN: grep '@"OBJC_CLASS_$_B" = external global' %t 5 // RUN: grep '@"OBJC_IVAR_$_A._ivar" = global .* section "__DATA, __objc_ivar", align 8' %t 6 // RUN: grep '@"OBJC_METACLASS_$_A" = global .* section "__DATA, __objc_data", align 8' %t 7 // RUN: grep '@"\\01L_OBJC_CLASSLIST_REFERENCES_$_[0-9]*" = internal global .* section "__DATA, __o… 8 // RUN: grep '@"\\01L_OBJC_CLASSLIST_SUP_REFS_$_[0-9]*" = internal global .* section "__DATA, __obj… 9 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_[0-9]*" = internal global .* section "__TEXT,__objc_classname… 10 // RUN: grep '@"\\01L_OBJC_LABEL_CATEGORY_$" = internal global .* section "__DATA, __objc_catlist, … 11 // RUN: grep '@"\\01L_OBJC_LABEL_CLASS_$" = internal global .* section "__DATA, __objc_classlist, r… 12 // RUN: grep '@"\\01L_OBJC_METH_VAR_NAME_[0-9]*" = internal global .* section "__TEXT,__objc_methna… [all …]
|
D | objc-align.m | 4 // RUN: grep '@"\\01L_OBJC_CATEGORY_A_Cat" = internal global .*, section "__OBJC,__category,regular… 5 // RUN: grep '@"\\01L_OBJC_CLASS_A" = internal global .*, section "__OBJC,__class,regular,no_dead_s… 6 // RUN: grep '@"\\01L_OBJC_CLASS_C" = internal global .*, section "__OBJC,__class,regular,no_dead_s… 7 // RUN: grep '@"\\01L_OBJC_CLASS_PROTOCOLS_C" = internal global .*, section "__OBJC,__cat_cls_meth,… 8 // RUN: grep '@"\\01L_OBJC_METACLASS_A" = internal global .*, section "__OBJC,__meta_class,regular,… 9 // RUN: grep '@"\\01L_OBJC_METACLASS_C" = internal global .*, section "__OBJC,__meta_class,regular,… 10 // RUN: grep '@"\\01L_OBJC_MODULES" = internal global .*, section "__OBJC,__module_info,regular,no_… 11 // RUN: grep '@"\\01L_OBJC_PROTOCOL_P" = internal global .*, section "__OBJC,__protocol,regular,no_… 16 // RUNX: grep '@"OBJC_CLASS_$_A" = global' %t && 17 // RUNX: grep '@"OBJC_CLASS_$_C" = global' %t && [all …]
|
D | metadata-symbols-32.m | 3 // RUN: grep '@"\\01L_OBJC_CATEGORY_A_Cat" = internal global .*section "__OBJC,__category,regular,n… 4 // RUN: grep '@"\\01L_OBJC_CATEGORY_CLASS_METHODS_A_Cat" = internal global .*section "__OBJC,__cat_… 5 // RUN: grep '@"\\01L_OBJC_CATEGORY_INSTANCE_METHODS_A_Cat" = internal global .*section "__OBJC,__c… 6 // RUN: grep '@"\\01L_OBJC_CLASSEXT_A" = internal global .*section "__OBJC,__class_ext,regular,no_d… 7 // RUN: grep '@"\\01L_OBJC_CLASS_A" = internal global .*section "__OBJC,__class,regular,no_dead_str… 8 // RUN: grep '@"\\01L_OBJC_CLASS_METHODS_A" = internal global .*section "__OBJC,__cls_meth,regular,… 9 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_[0-9]*" = internal global .*section "__TEXT,__cstring,cstring… 10 // RUN: grep '@"\\01L_OBJC_CLASS_PROTOCOLS_A" = internal global .*section "__OBJC,__cat_cls_meth,re… 11 // RUN: grep '@"\\01L_OBJC_CLASS_REFERENCES_[0-9]*" = internal global .*section "__OBJC,__cls_refs,… 14 // RUNX: grep '@"\\01L_OBJC_CLASS_VARIABLES_A" = internal global .*section "__OBJC,__class_vars,reg… [all …]
|
D | protocols-lazy.m | 4 // RUN: grep OBJC_PROTOCOL_P0 %t | count 0 8 // RUN: grep OBJC_PROTOCOL_P1 %t | count 0 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: grep OBJC_PROTOCOL_INSTANCE_METHODS_P3 %t | count 0 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 …]
|
D | bitfield-ivar-offsets.m | 2 // 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: grep -F '@"OBJC_IVAR_$_I0." = global' %t | count 0
|
/external/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 …]
|
D | private.ll | 4 ; RUN: grep .Lfoo: %t 5 ; RUN: grep bl.*\.Lfoo %t 6 ; RUN: grep .Lbaz: %t 7 ; RUN: grep lis.*\.Lbaz %t 9 ; RUN: grep L_foo: %t 10 ; RUN: grep bl.*\L_foo %t 11 ; RUN: grep L_baz: %t 12 ; RUN: grep lis.*\L_baz %t
|
D | i64_fp.ll | 5 ; 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/ |
D | check-includes.sh | 19 grep '#.*\<include\>' "$x" /dev/null | head -n 1 21 grep -v '"hb-common[.]h"' | 22 grep -v '"hb[.]h"' | 23 grep -v 'hb-common[.]h:' | 24 grep -v 'hb[.]h:' | 25 grep . >&2 && stat=1 31 grep '#.*\<include\>' "$x" /dev/null | head -n 1 33 grep -v '"hb-.*private[.]hh"' | 34 grep -v 'hb-private[.]hh:' | 35 grep . >&2 && stat=1 [all …]
|
/external/compiler-rt/lib/tsan/ |
D | analyze_libtsan.sh | 7 grep tsan_$1.: -A 10000 libtsan.objdump | \ 24 nm -S $BIN | grep "__tsan_" > libtsan.nm 30 size=$(grep $f$ libtsan.nm | awk --non-decimal-data '{print ("0x"$2)+0}') 31 rsp=$(grep '(%rsp)' $file | wc -l) 32 push=$(grep 'push' $file | wc -l) 33 pop=$(grep 'pop' $file | wc -l) 34 call=$(grep 'call' $file | wc -l) 37 mov=$(grep 'mov' $file | wc -l) 38 lea=$(grep 'lea' $file | wc -l) 39 sh=$(grep 'shr\|shl' $file | wc -l) [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/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/protobuf/src/google/protobuf/compiler/ |
D | zip_output_unittest.sh | 57 grep 'testing: testzip\.pb\.cc *OK$' testzip.list > /dev/null \ 59 grep 'testing: testzip\.pb\.h *OK$' testzip.list > /dev/null \ 61 grep 'testing: testzip_pb2\.py *OK$' testzip.list > /dev/null \ 63 grep -i 'manifest' testzip.list > /dev/null \ 73 grep '^test/jar/Foo\.java$' testzip.list > /dev/null \ 75 grep '^test/jar/Bar\.java$' testzip.list > /dev/null \ 77 grep '^test/jar/Outer\.java$' testzip.list > /dev/null \ 79 grep '^META-INF/MANIFEST\.MF$' testzip.list > /dev/null \
|
/external/bison/ |
D | maint.mk | 56 $(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/valgrind/main/auxprogs/ |
D | gsl19test | 107 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-V | wc -l) 110 echo -n " Valgrind passes: " && (grep PASS: out-V | 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-V | wc -l)) >> summary.txt 115 (echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)) >> summary.txt
|
D | gsl16test | 102 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l) 103 echo -n " Native passes: " && (grep PASS: out-REF | wc -l) 104 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l) 105 echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l) 107 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 108 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt 109 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt 110 (echo -n " Valgrind passes: " && (grep PASS: out-V | wc -l)) >> summary.txt
|
/external/llvm/test/CodeGen/Mips/ |
D | 2008-07-15-SmallSection.ll | 3 ; 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/llvm/test/CodeGen/X86/ |
D | vec_insert-5.ll | 2 ; RUN: grep shll %t | grep 12 3 ; RUN: grep pslldq %t | grep 12 4 ; RUN: grep psrldq %t | grep 8 5 ; RUN: grep psrldq %t | grep 12
|
D | ga-offset.ll | 2 ; RUN: not grep lea %t 3 ; RUN: not grep add %t 4 ; RUN: grep mov %t | count 1 6 ; RUN: not grep lea %t 7 ; RUN: not grep add %t 8 ; RUN: grep mov %t | count 1
|
/external/strace/linux/ |
D | ioctlent.sh | 54 (cd "$dir" && grep "$regexp" "$@" /dev/null 2>/dev/null) | 81 grep -v '^asm-' 96 (cd $dir && grep $regexp $files 2>/dev/null) | \ 119 line=$( (cd $dir && grep -h $regexp 2>/dev/null $files) | grep -v '\<_IO') 125 if ! grep "\<$base\>" ioctldefs.h >/dev/null 2>/dev/null; then 131 ${CPP:-cpp} -P $(grep -l $base $files 2>/dev/null) | sed '/^$/d' | \ 150 if ! grep "\<$base\>" ioctldefs.h >/dev/null 2>/dev/null; then
|
/external/llvm/test/CodeGen/XCore/ |
D | unaligned_load.ll | 2 ; RUN: grep "bl __misaligned_load" %t1.s | count 1 3 ; RUN: grep ld16s %t1.s | count 2 4 ; RUN: grep ldw %t1.s | count 2 5 ; RUN: grep shl %t1.s | count 2 6 ; RUN: grep shr %t1.s | count 1 7 ; RUN: grep zext %t1.s | count 1 8 ; RUN: grep "or " %t1.s | count 2
|