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

1 2 3 4 5 6 7 8 91011>>

  /art/test/1337-gc-coverage/
check 18 if grep error "$2"; then
  /art/test/148-multithread-gc-annotations/
check 18 if grep error "$2"; then
  /toolchain/binutils/binutils-2.25/gold/testsuite/
disable_pie_unsafe_size_test.sh 32 grep 'Elf file type is EXEC (Executable file)' ./disable_pie_unsafe_size_test_readelf.stdout
i386_mov_to_lea.sh 27 grep -q "lea -0x[a-f0-9]\+(%ecx),%eax" i386_mov_to_lea1.stdout
28 grep -q "lea -0x[a-f0-9]\+(%ecx),%eax" i386_mov_to_lea2.stdout
29 grep -q "lea -0x[a-f0-9]\+(%ecx),%eax" i386_mov_to_lea3.stdout
30 grep -q "mov -0x[a-f0-9]\+(%ecx),%eax" i386_mov_to_lea4.stdout
31 grep -q "lea -0x[a-f0-9]\+(%ecx),%eax" i386_mov_to_lea5.stdout
32 grep -q "mov -0x[a-f0-9]\+(%ecx),%eax" i386_mov_to_lea6.stdout
33 grep -q "lea -0x[a-f0-9]\+(%ecx),%eax" i386_mov_to_lea7.stdout
34 grep -q "mov -0x[a-f0-9]\+(%ecx),%eax" i386_mov_to_lea8.stdout
ver_test_1.sh 25 syms=`grep ' HIDDEN ' ver_test_1.syms | grep ' GLOBAL '`
gc_orphan_section_test.sh 33 if grep -q " boo" "$1"
38 grep_foo=`grep -q " foo" $1`
plugin_test_10.sh 31 grep -q ".bss.* 8$" plugin_test_10.sections
icf_keep_unique_test.sh 30 func_addr_1=`grep $2 $1 | awk '{print $1}'`
31 func_addr_2=`grep $3 $1 | awk '{print $1}'`
icf_preemptible_functions_test.sh 28 func_addr_1=`grep $2 $1 | awk '{print $1}'`
29 func_addr_2=`grep $3 $1 | awk '{print $1}'`
icf_sht_rel_addend_test.sh 28 func_addr_1=`grep $2 $1 | awk '{print $1}'`
29 func_addr_2=`grep $3 $1 | awk '{print $1}'`
missing_key_func.sh 33 if ! grep -q "$2" "$1"
46 if grep -q "$2" "$1"
defsym_test.sh 27 if ! grep -q "$2" "$1"
ehdr_start_test_4.sh 27 if ! grep -q "$2" "$1"
gc_dynamic_list_test.sh 32 if ! grep -q "$2" "$1"
gc_tls_test.sh 30 if grep -q "$2" "$1"
pr12826.sh 30 if ! grep -q "$2" "$1"
  /external/e2fsprogs/
.missing-copyright 3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
4 | grep -v ^./build
  /external/valgrind/drd/tests/
filter_thread_no 5 grep -v "^Thread [0-9][0-9]*:$" |
  /external/llvm/utils/lit/utils/
check-sdist 11 grep -v '^\./.gitignore' | \
12 grep -v '^\./dist' | \
13 grep -v '^\./utils' | \
14 grep -v '^\./venv' | \
15 grep -v '^\./notes.txt' | \
16 grep -v '^\./lit.egg-info' | \
17 grep -v '^\./lit/ExampleTests' | \
18 grep -v '/Output' | \
19 grep -v '__pycache__' | \
20 grep -v '.pyc$' | grep -v '~$' |
    [all...]
  /external/autotest/client/site_tests/platform_TLSDate/src/
hang_subproc 6 if grep -q '^ok$' "$1" 2>/dev/null; then
fail_routes 7 if grep -q '^ok$' "$1" 2>/dev/null; then
13 if ! grep -q '^first-fail$' "$1" 2>/dev/null; then
  /external/toybox/scripts/
findglobals.sh 6 nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3
  /external/autotest/client/site_tests/network_WiFiTxRx/
txinfo 10 iwconfig 2>/dev/null | grep '^[a-z]' | \
13 iwinfo $IF assoclist 2>/dev/null | grep -i '^[0-9a-f]\{2\}:';
  /external/dnsmasq/bld/
pkg-wrapper 6 if grep "^\#.*define.*$search" config.h 2>&1 >/dev/null || \
7 grep $search 2>&1 >/dev/null ; then
  /external/mesa3d/src/mapi/glapi/gen/
next_available_offset.sh 33 num=$(grep 'offset="' gl_API.xml |\
35 grep -v '?' |\

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>