HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 126 - 150 of 700) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/git/
post-checkout 18 if git diff-tree $old_ref $new_ref | grep -qs $'\tDEPS$'; then
  /external/chromium_org/v8/tools/
v8-info.sh 88 tags | grep "svn/tags/$1$" | tag_revision
92 echo $1 | grep -o "r[0-9]\+"
100 tags | grep svn/tags/$1 | while read tag; do
101 id=$(echo $tag | grep -o "[^/]*$")
115 | grep "#define" \
116 | grep "$MAJOR\|$MINOR\|$BUILD\|$PATCH" \
117 | grep -o "[0-9]\+$" \
126 merges=$(echo $merge | grep -o "r[0-9]\+")
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
  /external/harfbuzz_ng/src/
check-libstdc++.sh 22 if ldd $so | grep 'libstdc[+][+]'; then
check-symbols.sh 21 EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' _fini\>\| _init\>\| _fdata\>\| _ftext\>\| _fbss\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>' | cut -d' ' -f3`"
25 if echo "$EXPORTED_SYMBOLS" | grep -v "^${prefix}_"; then
  /external/jemalloc/include/jemalloc/
jemalloc.sh 17 | grep -v 'Generated from .* by configure\.' \
  /external/libcxx/test/re/re.alg/re.alg.match/
grep.pass.cpp 30 std::regex_constants::grep)));
46 std::regex_constants::grep)));
  /external/llvm/utils/
findsym.pl 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
26 "nm $Directory/$lib | grep '$Symbol' | sort --key=3 | uniq |";
  /external/strace/tests/
net-fd.test 11 check_prog grep
36 LC_ALL=C grep -E -x "$prefix$syscall$@" $LOG > /dev/null || {
net.test 7 check_prog grep
31 LC_ALL=C grep -E -x "$prefix$syscall$@" $LOG > /dev/null || {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
grep.pass.cpp 30 std::regex_constants::grep)));
46 std::regex_constants::grep)));
  /build/target/board/
Android.mk 24 $(hide) grep -v '#' $< > $@
  /external/ceres-solver/jni/
assert_ndk_version.sh 80 version=$(grep '^r' $release_file)
  /external/chromium_org/chrome/installer/linux/common/
wrapper 15 grep ^flags /proc/cpuinfo|grep -qs sse2
  /external/e2fsprogs/contrib/
build-rpm 12 pkgname=`grep Name: e2fsprogs.spec | awk '{print $2;}'`
13 pkgvers=`grep Version: e2fsprogs.spec | awk '{print $2;}'`
  /external/e2fsprogs/debian/
libuuid1.postinst 27 if ! getent group | grep -q libuuid; then
30 if ! getent passwd | grep -q libuuid; then
  /external/eigen/blas/testing/
runblastest.sh 28 if [ `grep "FATAL ERROR" $1.summ | wc -l` -gt 0 ]; then
36 if [ `grep "FAILED THE TESTS OF ERROR-EXITS" $1.summ | wc -l` -gt 0 ]; then
  /external/libcxx/test/re/re.regex/re.regex.construct/
il_flg.pass.cpp 60 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::grep, 1);
61 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::grep, 1);
62 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::grep, 2);
63 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::grep, 0);
  /external/valgrind/
runtest.sh 48 diff $logfile_native $logfile_valgrind | grep -v "^> ==" | grep -v -e "^[0-9]" > $test_name.diff.log
merge.upstream.sh 17 # echo "svn info $repo_url | grep \"Revision: \" | sed \"s/Revision: //\""
18 echo `svn info $repo_url | grep "Revision: " | sed "s/Revision: //"`
28 valgrind_revision=`cat $current_dir/upstream.revs.txt | grep "val: " | sed "s/val: //"`
29 vex_revision=`cat $current_dir/upstream.revs.txt | grep "vex: " | sed "s/vex: //"`
  /external/yaffs2/yaffs2/
patch-ker.sh 50 VERSION=`grep -s VERSION <$LINUXDIR/Makefile | head -n 1 | sed s/'VERSION = '//`
51 PATCHLEVEL=`grep -s PATCHLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'PATCHLEVEL = '//`
52 SUBLEVEL=`grep -s SUBLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'SUBLEVEL = '//`
64 YAFFS_PATCHED_STRING=`grep -s yaffs <$KCONFIG | head -n 1`
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
il_flg.pass.cpp 60 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::grep, 1);
61 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::grep, 1);
62 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::grep, 2);
63 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::grep, 0);
  /device/common/
generate-blob-lists.sh 85 MANUFACTURERNAME=$( find device -type d | grep ^[^/]\*/[^/]\*/$DEVICENAME\$ | cut -f 2 -d / )
106 grep -v '\.odex$' |
107 grep '>' |
142 grep -v ^archive- |
143 grep -v ^device$ |
144 grep -v ^device/common$ |
  /external/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 25 // static constexpr regex_constants::syntax_option_type grep = regex_constants::grep;
47 static_assert((BR::grep == std::regex_constants::grep), "");
57 where(BR::grep);
  /external/llvm/autoconf/
AutoRegen.sh 14 ### Periods should be escaped with backslash for use by grep.
31 autoconf --version | grep $want_autoconf_version > /dev/null
33 aclocal --version | grep '^aclocal.*'$want_aclocal_version > /dev/null
35 autoheader --version | grep '^autoheader.*'$want_autoheader_version > /dev/null

Completed in 2172 milliseconds

1 2 3 4 56 7 8 91011>>