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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/tools/clang/scripts/
blink_gc_plugin_flags.sh 11 if uname -s | grep -q Darwin; then
18 $(grep LIBRARYNAME "$THIS_ABS_DIR"/../blink_gc_plugin/Makefile \
plugin_flags.sh 13 if uname -s | grep -q Darwin; then
  /external/chromium_org/v8/tools/
plot-timer-events 30 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
42 `echo "$arg" | grep -q "^--distortion"`
56 t_1_start=`grep "timer-event-start,\"V8.Execute\"" $calibration_log \
58 t_1_end=`grep "timer-event-end,\"V8.Execute\"" $calibration_log \
60 n_1=`grep "timer-event\|tick" $calibration_log | wc -l`
64 t_2_start=`grep "timer-event-start,\"V8.Execute\"" $calibration_log \
66 t_2_end=`grep "timer-event-end,\"V8.Execute\"" $calibration_log \
68 n_2=`grep "timer-event\|tick" $calibration_log | 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 '__cxa_'; then
  /external/libcxx/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);
  /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/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/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 |
  /frameworks/base/packages/Keyguard/scripts/
copy_profile_icons.sh 3 for user in `adb $* shell ls /data/system/users | grep -v xml`
7 for photo in `adb $* shell ls /data/system/users | grep -v xml`
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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);
  /pdk/apps/CameraITS/build/
envsetup.sh 29 python -V 2>&1 | grep -q "Python 2.7" || \
42 python "pymodules/its/$M.py" 2>&1 | grep -q "OK" || \
  /development/tools/findunused/
findunusedstrings 32 for i in $(grep -Rs "\(string\|plurals\) name=" res | sed 's/.*string name=\"//' | sed 's/.*plurals name=\"//'|sed 's/".*$//'|sort -u)
34 echo $i $(grep -Rws R.plurals.$i\\\|R.string.$i\\\|@string/$i .|wc -l)
35 done | grep ' 0$' | {
removeunusedresources 39 find res | grep -w $LINE | {
53 grep -Rwl $LINE res | {
57 ISSTRING=$(echo "$RESLINE" | grep -w "strings\.xml")
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 39 echo $out | grep -qs "ELF 32-bit LSB"
44 echo $out | grep -qs "ELF 64-bit LSB"
95 MISSING_LIBS=$(ldd "$HERE/chrome" 2> /dev/null |grep "not found$" | cut -d" " -f 1|sed 's/\t//')
97 uname -m | grep -qs x86_64
104 echo $MISSING_LIBS | grep -qs libbz2.so.1.0
120 echo $MISSING_LIBS | grep -qs $lib
  /external/e2fsprogs/util/
install-symlink.in 12 while echo $1 | grep -q -- ^- ;
43 if ! echo $SRC | grep -q ^/ ; then
48 if ! echo $DEST | grep -q ^/ ; then
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampling_test.sh 84 | grep '[5-9][0-9]\.[0-9][ 0-9.%]*_*AllocateAllocate' >/dev/null \
90 | grep '[5-9][0-9]\.[0-9][ 0-9.%]*_*AllocateAllocate' >/dev/null \
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampling_test.sh 84 | grep '[5-9][0-9]\.[0-9][ 0-9.%]*_*AllocateAllocate' >/dev/null \
90 | grep '[5-9][0-9]\.[0-9][ 0-9.%]*_*AllocateAllocate' >/dev/null \
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_plot.sh 28 data_sets=$(echo "$log" | grep "^PLOT" | cut -f 2 | sort | uniq)
58 echo "$log" | grep "^PLOT.$set" | cut -f 3,4

Completed in 1121 milliseconds

1 2 3 45 6 7 8 91011>>