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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests-m32/
btrfs-vw.test 21 check_prog grep
24 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
  /external/strace/tests-mx32/
btrfs-vw.test 21 check_prog grep
24 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
  /external/tensorflow/tensorflow/tools/ci_build/builds/
print_build_info.sh 38 PROCESSOR=$(grep "model name" /proc/cpuinfo | head -1 | awk '{print substr($0, index($0, $4))}')
39 PROCESSOR_COUNT=$(grep "model name" /proc/cpuinfo | wc -l)
41 MEM_TOTAL=$(grep MemTotal /proc/meminfo | awk '{print $2, $3}')
42 SWAP_TOTAL=$(grep SwapTotal /proc/meminfo | awk '{print $2, $3}')
62 SWIG_VER=$(swig -version > /dev/null | grep -m 1 . | awk '{print $3}')
78 CUDA_DEVICE_COUNT=$(nvidia-debugdump -l | grep "^Found [0-9]*.*device.*" | awk '{print $2}')
79 CUDA_DEVICE_NAMES=$(nvidia-debugdump -l | grep "Device name:.*" | awk '{print substr($0, index($0,\
85 CUDA_TOOLKIT_VER=$(nvcc -V | grep release | awk '{print $(NF)}')
  /external/v8/tools/
bash-completion.sh 41 | grep "^DEFINE" \
42 | grep -v "DEFINE_IMPLICATION" \
45 | grep "^ V(harmony_" \
53 | grep "strcmp(argv\[i\]" \
check-static-initializers.sh 50 static_inits=$(nm "$d8" | grep _GLOBAL_ | grep _I_ | awk '{ print $NF; }')
  /external/valgrind/tests/
check_ppc64_auxv_cap 27 echo " LD_SHOW_AUXV=1 /bin/true | grep ^AT_HWCAP "
33 LD_SHOW_AUXV=1 /bin/true | grep ^AT_HWCAP | grep -w $CAPABILITY_WORD 2>&1 > /dev/null
38 # echo "grep failure"
  /external/vboot_reference/scripts/image_signing/
ensure_not_ASAN.sh 31 grep -q __asan_init; then
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh 32 bars=$(echo "$log" | grep "BAR")
34 labels=$(echo "$log" | grep "^LABEL")
56 title=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 3 | \
58 y_label=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 4 | \
62 num_flows=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | \
66 x_label_1=$(echo "$log" | grep "BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
70 x_label_2=$(echo "$log" | grep "BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
107 file_name=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | head -n 1)
119 data_sets=$(echo "$bars" | grep "LIMITERRORBAR.$figure" | cut -f 3 | \
124 y=$(echo "$bars" | grep "LIMITERRORBAR.$figure.$set" | cut -f 8 |
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_attr_merge.sh 31 found=`grep "$pattern" $file`
dyn_weak_ref.sh 32 found=`grep "$pattern" $file`
gdb_index_test_3.sh 27 if ! grep -q "$2" "$1"
icf_safe_so_test.sh 43 grep $2 $1 > /dev/null 2>&1
51 func_addr_1=`grep $2 $1 | awk '{print $1}'`
52 func_addr_2=`grep $3 $1 | awk '{print $1}'`
89 if grep -q -e "Intel 80386" -e "ARM" -e "PowerPC" $1;
pr14265.sh 28 if ! grep -q "$2" "$1"
script_test_3.sh 31 if ! grep -q "$2" "$1"
44 if test "`grep -c "$2" "$1"`" != "$3"
61 section=`fgrep .interp script_test_3.stdout | grep PROGBITS`
74 segment=`grep '^ INTERP' script_test_3.stdout`
90 for a in `grep LOAD script_test_3.stdout | sed -e 's/^.* 0x/0x/'`; do
script_test_9.sh 28 if ! grep -q "$2" "$1"
strong_ref_weak_def.sh 32 found=`grep "$pattern" $file`
  /build/kati/testcase/
ninja_regen.sh 57 if ! grep regenerating ${log} > /dev/null; then
66 if ! grep regenerating ${log} > /dev/null; then
75 if ! grep regenerating ${log} > /dev/null; then
84 if grep regenerating ${log} >/dev/null; then
93 if grep regenerating ${log} >/dev/null; then
102 if grep regenerating ${log} >/dev/null; then
111 if grep regenerating ${log} >/dev/null; then
120 if ! grep regenerating ${log} > /dev/null; then
130 if ! grep regenerating ${log} > /dev/null; then
140 if grep regenerating ${log}; the
    [all...]
  /art/tools/
extract-embedded-java 31 grep "^# " "$1/${f}.smali" | sed "s:# ::" > "${2}/${f}.java" &
  /cts/development/ide/eclipse/
genclasspath.sh 16 cat $ANDROID_BUILD_TOP/cts/development/ide/eclipse/.classpath $ANDROID_BUILD_TOP/development/ide/eclipse/.classpath | grep classpathentry | sort
  /external/guice/util/
compareBuilds.sh 68 ## we grep -v instead of exclude because we want to make sure
73 grep -v "^Only in ant/com/google/inject/internal/asm: signature$" | \
74 grep -v "^Only in ant/com/google/inject/internal/cglib: beans$" | \
75 grep -v "^Only in ant/com/google/inject/internal/cglib: transform$" | \
76 grep -v "^Only in ant/com/google/inject/internal/cglib/transform: impl$" | \
77 grep -v "^Only in ant/com/google/inject/internal/cglib: util$" | \
78 grep -v "^Only in ant: net$" | \
79 grep -v "^Only in ant: org$" | \
80 grep -v "^Only in ant/com/google/inject/.*: package-info\.class$"
81 # failure is 0 because we're using grep -v to filter things ou
    [all...]
  /external/harfbuzz_ng/src/
check-c-linkage-decls.sh 15 if ! grep -q HB_BEGIN_DECLS "$x" || ! grep -q HB_END_DECLS "$x"; then
22 if grep -q HB_BEGIN_DECLS "$x" || grep -q HB_END_DECLS "$x"; then
  /external/libxcam/
code_style.sh 3 git status -s | grep -E "\.cpp$|\.h$" | cut -c4- | xargs astyle --indent=spaces=4 --convert-tabs --pad-oper --suffix=none
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
add_and_remove.tc 10 grep myevent kprobe_events
  /external/lisa/
init_env 20 grep "bash" /proc/$$/cmdline &>/dev/null
  /external/ltp/testcases/commands/ldd/
ldd01 46 $LDD $LDDTESTFILE | grep -q -E "lddfile1.obj.so|lddfile2.obj.so|lddfile3.obj.so|lddfile4.obj.so|lddfile5.obj.so"
56 $LDD -v $LDDTESTFILE | grep -q -E "GLIBC|lddfile1.obj.so|lddfile2.obj.so|lddfile3.obj.so|lddfile4.obj.so|lddfile5.obj.so"

Completed in 927 milliseconds

1 2 3 4 5 6 7 8 91011>>