HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 1 - 25 of 369) 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_stderr_and_thread_no 7 grep -v "^Thread [0-9][0-9]*:$" |
  /external/valgrind/main/tests/
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"
  /cts/tools/dx-tests/etc/morescripts/
countTests.sh 20 egrep -R 'public void testN[0-9][0-9]?' * | grep ".java" | sed -e '/.svn/d' | sort | wc -l
23 egrep -R 'public void testB[0-9][0-9]?' * | grep ".java" | sed -e '/.svn/d' | sort | wc -l
26 egrep -R 'public void testE[0-9][0-9]?' * | grep ".java" | sed -e '/.svn/d' | sort | wc -l
29 egrep -R 'public void testVFE[0-9][0-9]?' * | grep ".java" | sed -e '/.svn/d' | sort | wc -l
  /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 }'
  /dalvik/dx/tests/097-dex-branch-offset-zero/
run 19 *.class | grep '[-+][0-9]' | grep -v 'goto/32.*+00*$' | grep '// +00*$'
  /external/bluetooth/glib/gio/
pltcheck.sh 16 readelf -r $so | grep 'JU\?MP_SLOT\?' | grep '\<g_' | grep -v $SKIP && status=1
  /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\$'`;
  /external/bluetooth/glib/gobject/
pltcheck.sh 14 readelf -r $so | grep 'JU\?MP_SLOT\?' | grep '\<g_type_\|\<g_boxed_\|\<g_value_\|\<g_cclosure_\|\<g_closure_\|\<g_signal\|\<g_enum_\|\<g_flags_\|\<g_io_\|\<g_object_\|\<g_param_' && status=1
  /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'
  /system/extras/tests/fstest/
mounts-test.sh 5 adb shell mount | grep -q /sdcard
14 adb shell mount | grep /sdcard | grep -q $i
24 adb shell ls /dev/*mem | grep -q $i
  /external/clang/utils/VtableTest/
check-zti 10 grep -v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-clang-zti
12 grep -v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-gcc-zti
check-ztt 10 grep -v '\.[sgm][elo]' | sed -e 's/[()]//g' -e '/^$/d' >test-clang-ztt
12 grep -v '\.[sgm][elo]' | sed -e 's/[()]//g' -e 's/ + /+/' >test-gcc-ztt
check-zvt 9 sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-clang.s | grep -v '\.[sg][el]' >test-clang-ztv
10 sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-gcc.s | grep -v '\.[sg][el]' >test-gcc-ztv

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 91011>>