HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtomcrypt/
genlist.sh 3 export a=`echo -n "src/ciphers/aes/aes_enc.o " ; find . -type f | sort | grep "[.]/src" | grep "[.]c" | grep -v "sha224" | grep -v "sha384" | grep -v "aes_tab" | grep -v "twofish_tab" | grep -v "whirltab" | grep -v "dh_sys" | grep -v "ecc_sys" | grep -v "mpi[.]c" | grep -v "sober128tab" | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs
    [all...]
  /external/e2fsprogs/
.missing-copyright 3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
4 | grep -v ^./build
  /external/valgrind/main/drd/tests/
filter_thread_no 5 grep -v "^Thread [0-9][0-9]*:$" |
  /external/harfbuzz_ng/src/
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=
    [all...]
check-c-linkage-decls.sh 15 if ! grep -q HB_BEGIN_DECLS "$x" || ! grep -q HB_END_DECLS "$x"; then
22 if grep -q HB_BEGIN_DECLS "$x" || grep -q HB_END_DECLS "$x"; then
  /external/llvm/utils/lit/utils/
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 '~$' |
    [all...]
  /external/valgrind/main/tests/
check_isa-2_06_cap 5 LD_SHOW_AUXV=1 /bin/true | grep arch_2_06 > /dev/null 2>&1
check_vmx_cap 5 LD_SHOW_AUXV=1 /bin/true | grep altivec > /dev/null 2>&1
  /external/dnsmasq/bld/
pkg-wrapper 6 if grep "^\#.*define.*$search" config.h 2>&1 >/dev/null || \
7 grep $search 2>&1 >/dev/null ; then
  /external/chromium/build/linux/
python_arch.sh 24 echo $file_out | grep -qs "ARM"
30 echo $file_out | grep -qs "x86-64"
36 echo $file_out | grep -qs "Intel 80386"
  /external/bzip2/
bzgrep 6 ## zgrep -- a wrapper around a grep program that decompresses files as needed
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=egre
    [all...]
  /cts/development/ide/eclipse/
genclasspath.sh 16 cat $ANDROID_BUILD_TOP/cts/development/ide/eclipse/.classpath | grep classpathentry
17 cat $ANDROID_BUILD_TOP/development/ide/eclipse/.classpath | grep classpathentry
  /external/llvm/utils/
GetRepositoryPath 18 svn info | grep 'URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
22 git remote -v | grep 'fetch' | awk '{ print $2 }'
  /external/compiler-rt/lib/tsan/
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...]
  /dalvik/dx/tests/097-dex-branch-offset-zero/
run 19 *.class | grep '[-+][0-9]' | grep -v 'goto/32.*+00*$' | grep '// +00*$'
  /external/openssh/regress/
ssh2putty.sh 14 if grep "BEGIN RSA PRIVATE KEY" $KEYFILE >/dev/null 2>&1 ; then
22 openssl rsa -noout -text -in $KEYFILE | grep ^publicExponent |
28 openssl rsa -noout -modulus -in $KEYFILE | grep ^Modulus= |
  /external/icu4c/test/compat/
tzone.pl 14 my @TZONE_RAW = `locate zoneinfo | grep '^/usr/share/zoneinfo/' | grep -v 'tab\$' | grep -v '/right/' | grep -v '/posix/' | grep -v '/posixrules\$' | grep -v '/Factory\$'`;
  /dalvik/dx/tests/030-minimal-jasmin/
run 18 dx --debug --dump --width=200 blort.class | grep ' 000.:'
  /dalvik/dx/tests/100-local-mismatch/
run 23 dx --dex Blort1.class 2>&1 | grep mismatch
26 dx --dex Blort2.class 2>&1 | grep mismatch
29 dx --dex Blort3.class 2>&1 | grep mismatch
32 dx --dex Blort4.class 2>&1 | grep mismatch
  /dalvik/dx/tests/114-value-propagation/
run 18 dx --dump --rop-blocks blort.class | grep 'const\|move'
  /docs/source.android.com/scripts/
cleanup.sh 5 FOUND=`grep -R $img ../site_src`
  /external/protobuf/src/google/protobuf/compiler/
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/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff-results 18 grep -v GRIND= $1 > tmptmp_1;
19 grep -v GRIND= $2 > tmptmp_2;
  /external/webkit/WebKitLibraries/win/tools/scripts/
feature-defines.sh 31 grep Value=\"ENABLE_ $FeatureDefines | sed 's/^.*Value\=\"/ /' | sed 's/\"//' | tr -d '\n'
  /ndk/tests/standalone/init-fini-arrays/
run.sh 16 ${PREFIX}readelf -S libfoo.so | grep -q -e .ctors
23 ${PREFIX}readelf -S libfoo.so | grep -q -e .dtors
30 ${PREFIX}readelf -S $LIBFILE | grep -q -e .init_array
37 ${PREFIX}readelf -S $LIBFILE | grep -q -e .fini_array

Completed in 5077 milliseconds

1 2 3 4 5 6 7 8 91011>>