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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
no_version_test.sh 35 found=`egrep "\.gnu\.version.*" $file`
discard_locals_test.sh 35 found=`egrep $sym $file`
48 found=`egrep $sym $file`
split_i386.sh 27 if ! egrep "$1" "$2" >/dev/null 2>&1; then
35 if egrep "$1" "$2" >/dev/null 2>&1; then
split_x32.sh 28 if ! egrep "$1" "$2" >/dev/null 2>&1; then
36 if egrep "$1" "$2" >/dev/null 2>&1; then
split_x86_64.sh 27 if ! egrep "$1" "$2" >/dev/null 2>&1; then
35 if egrep "$1" "$2" >/dev/null 2>&1; then
  /external/ltp/tools/pounder21/test_scripts/
ltp 26 OLD_ERRORS=`egrep -c "FAIL :" $LOGFILE`
35 NEW_ERRORS=`egrep -c "FAIL :" $LOGFILE`
mem_alloc 25 OLD_ERRORS=`egrep -ic "(USER|LINUX) ERROR:" $LOGFILE`
36 NEW_ERRORS=`egrep -ic "(USER|LINUX) ERROR:" $LOGFILE`
memtest 35 OLD_ERRORS=`egrep -ic "(err|fail|invalid|cannot|denied|diff)" $LOGFILE`
47 NEW_ERRORS=`egrep -ic "(err|fail|invalid|denied|cannot|diff)" $LOGFILE`
ide_cdrom_copy 35 OLD_ERRORS=`egrep -ic "(err|fail|invalid|cannot|denied)" $LOGFILE`
36 OLD_DIFFS=`egrep -ic "^---" $LOGFILE`
82 NEW_ERRORS=`egrep -ic "(err|fail|invalid|cannot|denied)" $LOGFILE`
83 NEW_DIFFS=`egrep -ic "^---" $LOGFILE`
ddhappy 32 OLD_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
46 NEW_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
  /external/eigen/scripts/
buildtests.in 13 targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
  /external/ltp/tools/pounder21/src/
dump_xserver_statm 23 cat /proc/`ps -ef | grep "$XSERVER_FILE :2" | egrep -v "(timed_loop|grep)" | awk '{print $2}'`/statm >> $POUNDER_LOGDIR/xserver_statm
  /external/mesa3d/bin/
shortlog_mesa.sh 15 elif echo "$l" | egrep -q '^$' ; then
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
parse-console.sh 36 egrep 'Badness|WARNING:|Warn|BUG|===========|Call Trace:|Oops:|detected stalls on CPUs/tasks:|self-detected stall on CPU|Stall ended before state dump start|\?\?\? Writer stall state|rcu_.*kthread starved for' < $file | grep -v 'ODEBUG: ' | grep -v 'Warning: unable to open an initial console' > $1.diags
47 n_warn=`grep -v 'Warning: unable to open an initial console' $1 | egrep -c 'WARNING:|Warn'`
52 n_bugs=`egrep -c 'BUG|Oops:' $1`
67 n_stalls=`egrep -c 'detected stalls on CPUs/tasks:|self-detected stall on CPU|Stall ended before state dump start|\?\?\? Writer stall state' $1`
kvm-build.sh 65 if test $retval -ne 0 || grep "rcu[^/]*": < $builddir/Make.out | egrep -q "Stop|Error|error:|warning:" || egrep -q "Stop|Error|error:" < $builddir/Make.out
68 egrep "Stop|Error|error:|warning:" < $builddir/Make.out
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/
Makefile 4 egrep ' (gnu|plan9) ' ../log |sort >newdecode.txt
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/
Makefile 4 egrep ' (gnu|plan9) ' ../log |sort >newdecode.txt
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
ptr_flg.pass.cpp 56 test("\\(a\\)", std::regex_constants::egrep, 0);
57 test("\\(a[bc]\\)", std::regex_constants::egrep, 0);
58 test("\\(a\\([bc]\\)\\)", std::regex_constants::egrep, 0);
59 test("(a([bc]))", std::regex_constants::egrep, 2);
ptr_size_flg.pass.cpp 57 test("\\(a\\)", 5, std::regex_constants::egrep, 0);
58 test("\\(a[bc]\\)", 9, std::regex_constants::egrep, 0);
59 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::egrep, 0);
60 test("(a([bc]))", 9, std::regex_constants::egrep, 2);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
ptr_flg.pass.cpp 55 test("\\(a\\)", std::regex_constants::egrep, 0);
56 test("\\(a[bc]\\)", std::regex_constants::egrep, 0);
57 test("\\(a\\([bc]\\)\\)", std::regex_constants::egrep, 0);
58 test("(a([bc]))", std::regex_constants::egrep, 2);
ptr_size_flg.pass.cpp 56 test("\\(a\\)", 5, std::regex_constants::egrep, 0);
57 test("\\(a[bc]\\)", 9, std::regex_constants::egrep, 0);
58 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::egrep, 0);
59 test("(a([bc]))", 9, std::regex_constants::egrep, 2);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
ptr_flg.pass.cpp 56 test("\\(a\\)", std::regex_constants::egrep, 0);
57 test("\\(a[bc]\\)", std::regex_constants::egrep, 0);
58 test("\\(a\\([bc]\\)\\)", std::regex_constants::egrep, 0);
59 test("(a([bc]))", std::regex_constants::egrep, 2);
ptr_size_flg.pass.cpp 57 test("\\(a\\)", 5, std::regex_constants::egrep, 0);
58 test("\\(a[bc]\\)", 9, std::regex_constants::egrep, 0);
59 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::egrep, 0);
60 test("(a([bc]))", 9, std::regex_constants::egrep, 2);
  /external/bzip2/
bzgrep 13 *egrep) grep=${EGREP-egrep} ;;
22 grep=egrep
  /external/curl/scripts/
contributors.sh 48 egrep -ai '(^Author|^Commit|by):' | \

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>