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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 60 test(F(s1.begin()), F(s1.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
61 test(F(s2.begin()), F(s2.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
62 test(F(s3.begin()), F(s3.end()), std::regex_constants::grep, 2); member in class:std::regex_constants
63 test(F(s4.begin()), F(s4.end()), std::regex_constants::grep, 0); member in class:std::regex_constants
  /external/nanopb-c/tools/
make_mac_package.sh 35 LIBPROTOC=$(otool -L `which protoc` | grep -o '/.*libprotoc[^ ]*')
36 LIBPROTOBUF=$(otool -L `which protoc` | grep -o '/.*libprotobuf[^ ]*')
  /external/skia/platform_tools/android/bin/
android_gdb_apk 19 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB shell kill
39 PID=$($ADB shell ps | grep com.skia | awk '{print $2}')
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 60 test(F(s1.begin()), F(s1.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
61 test(F(s2.begin()), F(s2.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
62 test(F(s3.begin()), F(s3.end()), std::regex_constants::grep, 2); member in class:std::regex_constants
63 test(F(s4.begin()), F(s4.end()), std::regex_constants::grep, 0); member in class:std::regex_constants
  /system/extras/tests/sdcard/
profile_sdcard.sh 41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
  /external/chromium_org/third_party/libvpx/
generate_gypi.sh 112 local mmx_sources=$(echo "$file_list" | grep '_mmx\.c$')
113 local sse2_sources=$(echo "$file_list" | grep '_sse2\.c$')
114 local sse3_sources=$(echo "$file_list" | grep '_sse3\.c$')
115 local ssse3_sources=$(echo "$file_list" | grep '_ssse3\.c$')
116 local sse4_1_sources=$(echo "$file_list" | grep '_sse4\.c$')
117 local avx_sources=$(echo "$file_list" | grep '_avx\.c$')
118 local avx2_sources=$(echo "$file_list" | grep '_avx2\.c$')
120 local neon_sources=$(echo "$file_list" | grep '_neon\.c$')
182 local source_list=$(grep -E '(\.c|\.h|\.S|\.s|\.asm)$' $1)
186 source_list=$(echo "$source_list" | grep -v '_offsets\.c'
    [all...]
  /developers/build/
github-upload 13 EXISTING=`curl -s https://api.github.com/users/googlesamples/repos | grep full_name`
  /external/chromium_org/build/git-hooks/
pre-commit 5 git diff-tree -r --ignore-submodules=dirty "$1" "$2" | grep -e '^:160000' -e '^:...... 160000' | xargs
7 git diff-index --cached --ignore-submodules=dirty "$1" | grep -e '^:160000' -e '^:...... 160000' | xargs
  /external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
chromeos_make 20 if [[ $(echo "$1" | grep "^-d$") != "" ]];
  /external/chromium_org/v8/tools/
linux-tick-processor 26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
v8-rolls.sh 53 git show $1:DEPS | grep -n $DEPS_STRING | cut -d":" -f1
57 git blame -L$(v8_line $1),+1 $1 DEPS | grep $DEPS_STRING
draw_instruction_graph.sh 52 error=`grep -m1 '# Error:' $file`
61 sp=`grep -m1 '# sample_period=' $file | cut -d= -f2`
64 nc=`grep -m1 '# counters=' $file | cut -d= -f2`
  /external/genext2fs/
test-mount.sh 43 [ $size != "`ls -al mnt | grep file.$size |
66 grep '^[^ #]* [bc]' | \
71 grep ^[bc] | \
  /external/libcxx/test/re/re.alg/re.alg.match/
Android.mk 23 test_name := re/re.alg/re.alg.match/grep
24 test_src := grep.pass.cpp
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf-archive.sh 24 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
  /external/llvm/cmake/modules/
Makefile 48 grep '^set_property.*LLVMBUILD_LIB_DEPS_' "$(LLVMBuildCMakeFrag)" \
70 ) | grep -v gtest > $@
  /external/skia/platform_tools/chromeos/bin/
chromeos_make 20 if [[ $(echo "$1" | grep "^-d$") != "" ]];
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 21 grep -v google |
60 grep ^/ |
66 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /device/lge/mako/self-extractors/
files-by-owner.sh 21 grep -v google |
60 grep ^/ |
66 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /device/moto/shamu/self-extractors/
files-by-owner.sh 21 grep -v google |
61 grep ^/ |
67 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /device/samsung/manta/self-extractors/
files-by-owner.sh 21 grep -v google |
60 grep ^/ |
66 auto_owner=$(grep ^$file: ../vendor_owner_info.txt | cut -d : -f 2)
  /external/chromium_org/third_party/codesighs/
autosummary.unix.bash 155 READELF_PROG=`which eu-readelf 2>/dev/null | grep /eu-readelf$`
159 READELF_PROG=`which readelf 2>/dev/null | grep /readelf$`
162 if readelf --help | grep "\--wide" >&/dev/null; then
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_sln.sh 59 local name=`grep Name "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
60 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
62 local name=`grep RootNamespace "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
63 local guid=`grep ProjectGuid "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
76 cur_config_list=`grep -A1 '<Configuration' $file |
77 grep Name | cut -d\" -f2`
79 cur_config_list=`grep -B1 'Label="Configuration"' $file |
80 grep Condition | cut -d\' -f4`
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 59 local name=`grep Name "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
60 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
62 local name=`grep RootNamespace "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
63 local guid=`grep ProjectGuid "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
76 cur_config_list=`grep -A1 '<Configuration' $file |
77 grep Name | cut -d\" -f2`
79 cur_config_list=`grep -B1 'Label="Configuration"' $file |
80 grep Condition | cut -d\' -f4`
  /external/scrypt/
import_scrypt.sh 162 echo "$@" | tr ' ' '\n' | grep -e "$pattern" | tr '\n' ' '
184 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
186 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
187 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))

Completed in 636 milliseconds

1 2 3 4 5 6 7 8 91011>>