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

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/compat/
tzone.pl 14 my @TZONE_RAW = `locate zoneinfo | grep '^/usr/share/zoneinfo/' | grep -v 'tab\$' | grep -v '/right/' | grep -v '/posix/' | grep -v '/posixrules\$' | grep -v '/Factory\$'`;
  /external/strace/tests/
count.test 32 check_prog grep
41 grep nanosleep "$LOG" > /dev/null ||
44 LC_ALL=C grep -E -x -e "$pattern" "$LOG" > /dev/null || {
  /toolchain/binutils/binutils-2.25/gold/testsuite/
exclude_libs_test.sh 36 found=`grep " $sym\$" $file`
42 match_vis=`grep " $sym\$" $file | grep " $vis "`
icf_safe_test.sh 32 func_addr_1=`grep $2 $1 | awk '{print $1}'`
33 func_addr_2=`grep $3 $1 | awk '{print $1}'`
60 grep_x86=`grep -q -e "Advanced Micro Devices X86-64" -e "Intel 80386" -e "ARM" -e "TILE" -e "PowerPC" -e "AArch64" $2`
gc_comdat_test.sh 32 if grep -q "$2" "$1"
merge_string_literals.sh 32 number_of_occurrence=`grep $2 ./$1 -o| wc -l`
relro_test.sh 38 RELRO_START=`grep GNU_RELRO "$1" | awk '{ print $3; }'`
39 RELRO_LEN=`grep GNU_RELRO "$1" | awk '{ print $6; }'`
49 LOAD_ALIGN=`grep LOAD "$1" | awk -v A=$RELRO_START '$3 == A { print $NF; }'`
50 LOAD_LEN=`grep LOAD "$1" | awk -v A=$RELRO_START '$3 == A { print $6; }'`
script_test_6.sh 30 if ! grep -q "$2" "$1"
script_test_7.sh 30 if ! grep -q "$2" "$1"
script_test_8.sh 31 if ! grep -q "$2" "$1"
  /external/autotest/client/site_tests/security_Minijail0/src/
test-caps 20 if echo "$line" | grep -q '^CapEff:'; then
22 if echo "$caps" | grep -q '^0000000000000002$'; then
test-usergroups 13 if ! echo "$groups" | grep -Eq "\b$needgroup\b"; then
16 if echo "$groups" | grep -Eq "\b$neednogroup\b"; then
  /external/v8/tools/
check-unused-bailouts.sh 7 bailouts=$(grep -oP 'V\(\K(k[^,]*)' "$v8_root/src/bailout-reason.h")
10 bailout_uses=$(grep -r $bailout "$v8_root/src" "$v8_root/test/cctest" | wc -l)
  /ndk/tests/build/cortex-a53-835769/
build.sh 24 grep -w madd cortex-a53-835769-1.s | grep -qw w0,
26 grep -w madd cortex-a53-835769-2.s | grep -qw w0,
  /system/core/crash_reporter/
kernel_log_collector.sh 41 last_line=$(grep "${msg_pattern}" /var/log/messages | grep -- "${search_key}" | tail -n 1)
48 grep "${msg_pattern}" /var/log/messages | grep -- "${search_key}" | while read line; do
  /external/vboot_reference/tests/futility/
test_main.sh 17 grep Usage "$TMP"
24 grep ${FUTILITY} ${LOG}
37 ./vbutil_key --unpack ${DEVKEYS}/installer_kernel_data_key.vbpubk | grep ${SHA}
39 ./vbutil_keyblock --unpack ${DEVKEYS}/installer_kernel.keyblock | grep ${SHA}
41 ./show ${SCRIPTDIR}/data/rec_kernel_part.bin | grep ${SHA}
46 | grep ${SHA}
49 | grep ${SHA}
51 ./boo show ${SCRIPTDIR}/data/rec_kernel_part.bin | grep ${SHA}
58 ${FUTILITY} muggle | grep Usage:
59 ./buggle futility | grep Usage
    [all...]
  /external/libxml2/doc/examples/
Makefile.am 107 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0
109 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0
111 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0
113 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0
115 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit
    [all...]
  /art/test/134-nodex2oat-nofallback/
check 22 grep 'Suppressed: java.io.IOException: Fallback mode disabled, skipping dex files.' "$2" >/dev/null
  /build/blueprint/
.travis.fix-fork.sh 3 if echo $TRAVIS_BUILD_DIR | grep -vq "github.com/google/blueprint$" ; then
  /dalvik/dx/tests/030-minimal-jasmin/
run 18 dx --debug --dump --width=200 blort.class | grep ' 000.:'
  /dalvik/dx/tests/100-local-mismatch/
run 23 dx --dex Blort1.class 2>&1 | grep mismatch
26 dx --dex Blort2.class 2>&1 | grep mismatch
29 dx --dex Blort3.class 2>&1 | grep mismatch
32 dx --dex Blort4.class 2>&1 | grep mismatch
  /dalvik/dx/tests/114-value-propagation/
run 18 dx --dump --rop-blocks blort.class | grep 'const\|move'
  /docs/source.android.com/scripts/
cleanup.sh 5 FOUND=`grep -R $img ../site_src`
  /external/autotest/client/site_tests/platform_TLSDate/src/
delay_subproc 7 if grep -q '^ok$' "$1" 2>/dev/null; then
  /external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/
Makefile 1 name = $(shell grep title retry_decorator/__init__.py | cut -d "'" -f2)
2 ver = $(shell grep version retry_decorator/__init__.py| cut -d "'" -f2 )

Completed in 2300 milliseconds

1 23 4 5 6 7 8 91011>>