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

1 23 4 5 6 7 8 91011>>

  /external/eigen/bench/btl/data/
smooth_all.sh 6 AXPY_FILE=`find ${ORIG_DIR} -name "*.dat" | grep axpy`
17 MATRIX_VECTOR_FILE=`find ${ORIG_DIR} -name "*.dat" | grep matrix_vector`
27 MATRIX_MATRIX_FILE=`find ${ORIG_DIR} -name "*.dat" | grep matrix_matrix`
35 AAT_FILE=`find ${ORIG_DIR} -name "*.dat" | grep _aat`
44 ATA_FILE=`find ${ORIG_DIR} -name "*.dat" | grep _ata`
54 TINY_BLITZ_FILE=`find ${ORIG_DIR} -name "*.dat" | grep tiny_blitz`
62 TVMET_FILE=`find ${ORIG_DIR} -name "*.dat" | grep tvmet`
  /external/compiler-rt/BlocksRuntime/tests/
makefile 20 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) --
23 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) -open --
26 grep CONFIG *.[cmCM] | $(TFR) -fast $(CCDIR) --
29 grep CONFIG *.[cmCM] | $(TFR) --
32 grep CONFIG *.[cmCM] | $(TFR) -clang -fast --
35 grep CONFIG *.[cmCM] | $(TFR) -fast --
69 grep CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" the std target instead of duplicating it
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 16 grep ^URL .svninfo >> tdb.c
17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c
18 grep "^Last Changed Date" .svninfo >> tdb.c
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 68 (* RUN: grep "i686-apple-darwin8" < %t.ll
76 (* RUN: grep "bogus" < %t.ll
87 (* RUN: grep "const_int.*i32.*-1" < %t.ll
95 (* RUN: grep "const_sext_int.*i64.*-1" < %t.ll
102 (* RUN: grep "const_zext_int64.*i64.*4294967295" < %t.ll
109 (* RUN: grep "const_int_string.*i32.*-1" < %t.ll
116 (* RUN: grep 'const_string.*"cruel\\00world"' < %t.ll
123 (* RUN: grep 'const_stringz.*"hi\\00again\\00"' < %t.ll
130 (* RUN: grep "const_single.*2.75" < %t.ll
131 * RUN: grep "const_double.*3.1459" < %t.l
    [all...]
  /dalvik/dx/src/com/android/dx/command/grep/
Main.java 17 package com.android.dx.command.grep;
31 int count = new Grep(dex, Pattern.compile(pattern), new PrintWriter(System.out)).grep();
  /dalvik/dx/tests/082-dex-throws-list-sharing/
run 19 *.class | grep '^[0-9a-f].*value.*Exception' \
  /dalvik/tools/dmtracedump/
dmtracedump.pl 4 @traces = grep { /.*\.dmtrace\.data/ } readdir(DIR);
  /external/qemu-pc-bios/bochs/bios/
bios_usage 2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
  /external/strace/linux/
ioctlent.sh 54 (cd "$dir" && grep "$regexp" "$@" /dev/null 2>/dev/null) |
81 grep -v '^asm-'
96 (cd $dir && grep $regexp $files 2>/dev/null) | \
119 line=$( (cd $dir && grep -h $regexp 2>/dev/null $files) | grep -v '\<_IO')
125 if ! grep "\<$base\>" ioctldefs.h >/dev/null 2>/dev/null; then
131 ${CPP:-cpp} -P $(grep -l $base $files 2>/dev/null) | sed '/^$/d' | \
150 if ! grep "\<$base\>" ioctldefs.h >/dev/null 2>/dev/null; then
  /external/v8/tools/
check-static-initializers.sh 47 static_inits=$(nm "$d8" | grep _GLOBAL__I | awk '{ print $NF; }')
  /external/valgrind/main/tests/
check_makefile_consistency 79 if ! echo "${parsed_makefile}" 2>/dev/null | grep '^ *EXTRA_DIST *=' |
80 grep -qw "$f"
89 if ! echo "${parsed_makefile}" 2>/dev/null | grep '^ *dist_noinst_SCRIPTS *=' |
90 grep -qw "$f"
  /external/webkit/Tools/MiniBrowser/
MiniBrowserPreBuild.cmd 3 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed"
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
release_src.sh 19 version=`grep '^\$VERSION' iexploder-$$/src/version.rb | cut -d\" -f2`
  /dalvik/dx/tests/120-disable-extended-ops/
run 25 --dump-method=Blort.test Blort.class | grep "iget/jumbo" | wc -l`
32 --dump-method=Blort.test Blort.class | grep "iget/jumbo" | wc -l`
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
bugzillaLogin.sh 14 OUT=$(curl -k 2>&1| grep unknown)
24 VALUES=$(grep Set-Cookie $HEADERS | sed -e 's/.\{1,\}Bugzilla_\(login\(cookie\)\?=[0-9]\{1,\}\).\{1,\}/\1/')
  /external/harfbuzz_ng/src/
check-header-guards.sh 15 echo "$x" | grep '[^h]$' -q && continue;
18 lines=`grep "\<$tag\>" "$x" | wc -l | sed 's/[ ]*//g'`
check-static-inits.sh 25 if objdump -t "$obj" | grep '[.]ctors'; then
33 if objdump -t "$obj" | grep '__c'; then
  /external/llvm/autoconf/
AutoRegen.sh 14 ### Periods should be escaped with backslash for use by grep.
33 autoconf --version | grep $want_autoconf_version > /dev/null
35 aclocal --version | grep '^aclocal.*'$want_aclocal_version > /dev/null
37 autoheader --version | grep '^autoheader.*'$want_autoheader_version > /dev/null
39 libtool --version | grep $want_libtool_version > /dev/null
  /external/llvm/utils/
GetSourceVersion 20 git svn info | grep 'Revision:' | cut -d: -f2-
  /external/oprofile/
autogen.sh 24 if $AUTOMAKE --version | grep -q 1.4
  /external/srtp/test/
rtpw_test.sh 36 ps | grep -q $receiver_pid
53 ps | grep -q $sender_pid
  /external/zlib/
update_zlib.sh 13 grep 'http://zlib.net/zlib-[0-9].*.tar.gz' | \
39 grep -A21 'Copyright notice:' src/README | tail -20 > NOTICE
  /frameworks/base/data/sounds/
generate-all-audio.sh 43 grep \\\$\(LOCAL_PATH\).*: |
51 grep \\\$\(LOCAL_PATH\).*:$DEST |
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.construct/
ptr_flg.pass.cpp 50 test("\\(a\\)", std::regex_constants::grep, 1);
51 test("\\(a[bc]\\)", std::regex_constants::grep, 1);
52 test("\\(a\\([bc]\\)\\)", std::regex_constants::grep, 2);
53 test("(a([bc]))", std::regex_constants::grep, 0);
ptr_size_flg.pass.cpp 51 test("\\(a\\)", 5, std::regex_constants::grep, 1);
52 test("\\(a[bc]\\)", 9, std::regex_constants::grep, 1);
53 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::grep, 2);
54 test("(a([bc]))", 9, std::regex_constants::grep, 0);

Completed in 1990 milliseconds

1 23 4 5 6 7 8 91011>>