HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 151 - 175 of 855) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/test/BlocksRuntime/
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/libxml2/
Makefile.am 241 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
260 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
279 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
293 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
308 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";
    [all...]
  /external/compiler-rt/lib/dfsan/scripts/
check_custom_wrappers.sh 22 grep -E "^fun:.*=custom" ${DFSAN_ABI_LIST} \
23 | grep -v "dfsan_get_label\|__sanitizer_cov_trace" \
25 grep -E "__dfsw.*\(" ${DFSAN_CUSTOM_WRAPPERS} \
35 grep -E __dfsw_ ${DFSAN_CUSTOM_WRAPPERS} \
37 grep -E "^[[:space:]]*test_.*\(\);" ${DFSAN_CUSTOM_TESTS} \
  /ndk/tests/build/issue17144-byteswap/
build.sh 26 grep -qw rev16 issue17144-byteswap.s
28 grep -qw rev issue17144-byteswap.s
36 grep -qw 'ro[lr]w' issue17144-byteswap.s
48 grep -qw wsbh issue17144-byteswap.s
50 grep -wA1 wsbh issue17144-byteswap.s | egrep -qw 'rot?r'
  /sdk/eclipse/scripts/
update_version.sh 49 for i in $(grep -rl "$OLD" * | grep -E "\.xml$|\.MF$|\.product$"); do
66 if grep -qs "$OLD" "$i"; then
71 # do another grep for older version without the qualifier. We don't
79 grep -r "$OLD" * | grep -v -E "/build.xml:|/javaCompiler\.\.\.args:"
  /external/ceres-solver/scripts/
make_release 43 VERSION=$(grep 'SET(CERES_VERSION_' CMakeLists.txt | \
46 ABI_VERSION=$(grep 'SET(CERES_ABI_VERSION' CMakeLists.txt | \
49 VERSION_IN_HEADER=$(grep '#define CERES_VERSION' include/ceres/ceres.h | \
51 ABI_VERSION_IN_HEADER=$(grep '#define CERES_ABI_VERSION' \
54 VERSION_IN_SPEC=$(grep '^Version:' scripts/ceres-solver.spec | \
56 GIT_COMMIT=$(git log -1 HEAD |grep commit)
  /external/toybox/kconfig/lxdialog/
check-lxdialog.sh 7 $cc -print-file-name=libncursesw.so | grep -q /
12 $cc -print-file-name=libncurses.so | grep -q /
17 $cc -print-file-name=libcurses.so | grep -q /
  /toolchain/binutils/binutils-2.25/gold/testsuite/
incremental_test.sh 39 if ! grep -q "$2" "$1"
52 grep "gcctestdir/ld " |
58 grep "Link command line" |
  /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/elfutils/tests/
run-deleted.sh 41 if grep -q -E ': dwfl_linux_proc_attach pid ([[:digit:]]+): Function not implemented$' bt.err; then
50 grep -qw libfunc bt
52 grep -qw main bt
  /external/snakeyaml/
patch-android-src 52 # Remove the src file prefix, giving us the correct grep target for the .patch files.
55 patch_file_src=$(grep --files-with-matches -R "diff --git a/$src_file" "$ANDROID_PATCHES_DIR")
62 src_file_check=$(cat "$patch_file_src" | grep "diff --git a/" | sed -e "s:diff --git a\/::g" | sed -e "s: b\/.*::g")
70 if ! cat "$patch_file_src" | grep "diff --git a/" > /dev/null; then
  /art/tools/dmtracedump/
dmtracedump.pl 4 @traces = grep { /.*\.dmtrace\.data/ } readdir(DIR);
  /cts/tests/tests/icu/tools/
update-test-list.sh 16 grep "ModuleListener.testStarted" $HOST_LOG \
  /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' \
  /external/pdfium/testing/tools/
make_expected.sh 12 echo $INFILE | grep -qs ' ' && echo space in filename detected && exit 1
  /external/skia/platform_tools/chromeos/bin/
build_skia_in_chroot 12 if [[ $(echo "$1" | grep "^-d$") != "" ]];
  /external/strace/maint/
ioctls_hex.sh 45 grep "^$regexp" "$f" "uapi/$f" 2>/dev/null ||:;
  /external/strace/tests/
bexecve.test 51 LC_ALL=C grep -x "$pattern_detached" "$LOG" > /dev/null ||
54 if LC_ALL=C grep -E -v -x "($pattern_detached|$pattern_personality)" "$LOG" > /dev/null; then
  /external/v8/tools/
check-inline-includes.sh 10 inline_header_include=$(grep '#include ".*-inl.h"' "$header")
  /prebuilts/go/darwin-x86/misc/git/
pre-commit 13 gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '.go$')
  /prebuilts/go/darwin-x86/src/syscall/
mksysnum_plan9.sh 21 < $1 | grep -v SYS__
  /prebuilts/go/linux-x86/misc/git/
pre-commit 13 gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '.go$')
  /prebuilts/go/linux-x86/src/syscall/
mksysnum_plan9.sh 21 < $1 | grep -v SYS__
  /prebuilts/sdk/tools/
jack-diagnose 66 if "$CURL_COMMAND" --version | grep -q "SecureTransport" ; then
70 if "$CURL_COMMAND" --version | grep -q "OpenSSL/1.0.0" ; then
72 elif curl --version | grep -q "OpenSSL/0." ; then
92 JAVA_VERSION=$("$JAVA_COMMAND" -version 2>&1 | head -1 | grep --only-matching -e \"1\\.[0-9]* | cut -c 4-)
118 if ! $KEYTOOL_COMMAND -help 2>&1 | grep -q -e "-genkeypair" ; then
140 if ! echo $PS_OUT | grep -q $LAUNCHER_NAME ; then

Completed in 477 milliseconds

1 2 3 4 5 67 8 91011>>