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

1 2 3

  /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
detailCount.sh 25 resN=`egrep -c 'public void testN[0-9][0-9]?' $mypack`
26 resB=`egrep -c 'public void testB[0-9][0-9]?' $mypack`
27 resE=`egrep -c 'public void testE[0-9][0-9]?' $mypack`
28 resVFE=`egrep -c 'public void testVFE[0-9][0-9]?' $mypack`
  /external/strace/strace/linux/mips/
ioctlent.sh 73 egrep "$def_find" $file_list |
75 egrep -v "$def_stop"
  /external/bzip2/
bzgrep 13 *egrep) grep=${EGREP-egrep} ;;
22 grep=egrep
xmlproc.sh 77 egrep 'error' $OUT
  /external/netcat/scripts/
alta 25 egrep '^<a href="http://'
  /external/llvm/utils/crosstool/
create-snapshots.sh 17 svn info ${LLVM_PROJECT_SVN} | egrep ^Revision | sed 's/^Revision: //'
  /external/bluetooth/glib/gio/
abicheck.sh 3 egrep '^#([^i]|if).*[^\]$' "${top_builddir:-..}/glibconfig.h" > glibconfig.cpp
  /external/bluetooth/glib/gobject/
abicheck.sh 3 egrep '^#([^i]|if).*[^\]$' "${top_builddir:-..}/glibconfig.h" > glibconfig.cpp
  /external/llvm/projects/sample/autoconf/
AutoRegen.sh 8 autoconf --version | egrep '2\.[56][0-9]' > /dev/null
  /external/genext2fs/
test-mount.sh 65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \
70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 31 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-attrs
33 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-tags
34 egrep "equalIgnoringCase" $src_dir/Source/WebCore/html/HTML*.cpp | \
40 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/Source/WebCore | ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
43 egrep -o '"@.*?\"' $src_dir/Source/WebCore/css/CSSParser.cpp | cut -d\" -f2 | cut -d"{" -f1 | \
56 egrep "^ [a-z-]+," $src_dir/layout/style/nsCSSPropList.h | cut -d, -f1 \
60 egrep '{ "[a-z]+:' $src_dir/docshell/build/nsDocShellModule.cpp | cut -d\" -f2 \
69 egrep ' { "[a-z]+' $src_dir/content/html/content/src/nsGenericHTMLElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values
74 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/browser/base $src_dir/browser/components $src_dir/uriloader $src_dir/netwerk/mime $src_dir/content/html \
76 egrep -o '":(.*?)"' $src_dir/layout/style/nsCSSPseudoClassList.h | cut -d\" -f2
    [all...]
  /frameworks/base/tools/obbtool/
mkobb.sh 47 if ! egrep -q "^cryptoloop " /proc/modules; then \
53 if ! egrep -q "name\s*:\s*${CRYPTO}$" /proc/crypto; then \
59 if ! egrep -q "^\s*${FS}$" /proc/filesystems; then \
  /external/libvpx/build/make/
gen_asm_deps.sh 45 includes=$(egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
  /external/e2fsprogs/config/
config.rpath 128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
140 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  /external/elfutils/config/
config.rpath 128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
140 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  /external/jpeg/
ltconfig 432 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo $progname:432: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
579 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$special_shlib_compile_flags[ ]" >/dev/null; then :
657 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
682 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
718 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
904 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
949 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
989 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
990 if egrep ' nm_test_func$' "$nlist" >/dev/null; the
    [all...]
ltmain.sh 589 if (sed -e '2q' $arg | egrep '^# Generated by ltmain\.sh') >/dev/null 2>&1; then :
    [all...]
  /external/bouncycastle/
Android.mk 48 `(find $(LOCAL_PATH) -name '*.java' | xargs grep '"org.bouncycastle' | egrep ' (put|add)' | sed -e 's/");//' -e 's/.*"//'; \
  /external/libffi/
ltcf-c.sh 91 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
189 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
201 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
221 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
241 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
    [all...]
ltcf-gcj.sh 94 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
192 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
204 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
240 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
545 output_verbose_link_cmds="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | egrep \"\-L\""
  /bootable/recovery/applypatch/
imgdiff_test.sh 104 sort | uniq -d | egrep -e '[.](apk|jar|zip)$'); do
  /external/chromium/build/
install-build-deps.sh 131 if ! egrep -q \
139 if ! uname -m | egrep -q "i686|x86_64"; then
187 if egrep -q 'Ubuntu (8\.04|8\.10)' /etc/issue; then
194 if egrep -q 'Ubuntu (8\.04|8\.10|9\.04)' /etc/issue; then
  /external/webkit/Tools/android/flex-2.5.4a/
configure 493 if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
834 egrep "memchr" >/dev/null 2>&1; then
852 egrep "free" >/dev/null 2>&1; then
910 egrep "size_t" >/dev/null 2>&1; then
960 egrep "memchr" >/dev/null 2>&1; then
978 egrep "free" >/dev/null 2>&1; then
1168 egrep "webecray" >/dev/null 2>&1; then
    [all...]
  /external/qemu-pc-bios/bochs/
config.guess 920 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
921 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
922 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
924 (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \
926 (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \
    [all...]

Completed in 930 milliseconds

1 2 3