Searched refs:cut (Results 1 - 25 of 181) sorted by relevance

12345678

/external/chromium_org/tools/traceline/traceline/
H A Dassembler_unittest.sh7 ./assembler_unittest.exe | ndisasm -u - | cut -c 11-
/external/libunwind/tests/
H A Dperf-startup5 warmup=$(./forker 2000 /bin/true | cut -f1 -d' ')
7 nsec1=$(./forker 2000 /bin/true | cut -f1 -d' ')
10 nsec2=$(LD_PRELOAD=$LIBUNWIND ./forker 2000 /bin/true | cut -f1 -d' ')
13 nsec3=$(LD_PRELOAD=$LIBUNWIND_PLAT ./forker 2000 /bin/true | cut -f1 -d' ')
/external/llvm/utils/
H A DGetRepositoryPath18 svn info | grep '^URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
H A DGetSourceVersion20 git svn info | grep 'Revision:' | cut -d: -f2-
/external/strace/linux/
H A Ddummy_check.sh3 grep '^#define' dummy.h | cut -f2 | \
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_plot.sh28 data_sets=$(echo "$log" | grep "^PLOT" | cut -f 2 | sort | uniq)
29 linetypes=($(echo "$data_sets" | cut -d '#' -f 2 | cut -d ' ' -f 1))
58 echo "$log" | grep "^PLOT.$set" | cut -f 3,4
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dauthor_first_release.sh13 cut -f2- |
/external/chromium_org/v8/tools/
H A Dv8-rolls.sh53 git show $1:DEPS | grep -n $DEPS_STRING | cut -d":" -f1
65 cut -d" " -f1
74 h=$(echo $msg | cut -d" " -f1)
75 d=$(echo $msg | cut -d" " -f2)
76 t=$(echo $msg | cut -d" " -f3)
77 a=$(echo $msg | cut -d" " -f5)
78 a1=$(echo $a | cut -d"@" -f1)
79 a2=$(echo $a | cut -d"@" -f2)
H A Dandroid-sync.sh52 echo ${HASH} | cut -f2 -d "=" | cut -f2 -d " "
H A Dv8-info.sh80 cut -d" " -f1
96 git svn log -1 --oneline $1 | cut -d" " -f1
124 h=$(echo $merge | cut -d" " -f2)
133 first=$(svn_rev trunk $(v8_hash $(echo $1 | cut -d":" -f1)))
134 last=$(svn_rev trunk $(v8_hash $(echo $1 | cut -d":" -f2)))
H A Dgenerate-ten-powers.scm56 (define (round-n-cut n e nb-bits)
63 ;; with the -1 it will only round up if the cut off part is
73 (cut (bit-rshbx (round n) shift))
74 (exact? (=bx n (bit-lshbx cut shift))))
75 (if (<=bx cut max-container)
76 (values cut e exact?)
77 (round-n-cut n (+fx e 1) nb-bits))))
125 (receive (cut e exact?)
126 (round-n-cut n e nb-bits)
129 (v cut)
[all...]
/external/libvpx/libvpx/tools/
H A Dauthor_first_release.sh13 cut -f2- |
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
H A DDecoder.java83 int cut = header.indexOf('"', pos);
84 if (cut == -1)
87 result.put(key, header.substring(pos, cut));
88 pos = cut + 2;
96 int cut = header.indexOf(';', pos);
97 if (cut == -1) {
101 result.put(key, header.substring(pos, cut));
102 pos = cut + 1;
105 int cut = header.indexOf('=', pos);
107 if (cut
[all...]
/external/chromium_org/third_party/icu/scripts/
H A Dmake_mac_assembly.sh21 PREAMBLE_LENGTH=$(($(egrep -n '^icudt' ${LINUX_SOURCE} | cut -d : -f 1) + 1))
/external/eigen/bench/
H A Dbench_multi_compilers.sh16 compiler=`echo ${CLIST[$i]} | cut -d " " -f 1`
/external/eigen/bench/btl/data/
H A Dmk_new_gnuplot.sh7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
/external/chromium_org/courgette/
H A Danalyze_mem_test18 local count="$(echo "${lines} * $p" | bc -lq | cut -d. -f1)"
20 | cut -d' ' -f2 \
61 | cut -d= -f2 \
83 | cut -d= -f2 \
/external/genext2fs/
H A Dtest-gen.lib46 digest=`md5sum ext2.img 2>/dev/null | cut -f 1 -d " "`
50 digest=`md5 ext2.img 2>/dev/null | cut -f 4 -d " "`
/external/chromium_org/build/android/
H A Dadb_android_webview_command_line24 adb shell cat $CMD_LINE_FILE | cut -d " " -f "2-" 2>/dev/null
H A Dadb_chrome_shell_command_line24 adb shell cat $CMD_LINE_FILE | cut -d " " -f "2-" 2>/dev/null
H A Dadb_content_shell_command_line24 adb shell cat $CMD_LINE_FILE | cut -d " " -f "2-" 2>/dev/null
/external/llvm/utils/git-svn/
H A Dgit-svnrevert24 ONE_LINE_MSG=$(git log --oneline $COMMIT -1 | cut -f2- -d " ")
/external/aac/libAACdec/src/
H A Daacdec_drc_types.h136 FIXP_DBL cut; /* The attenuation scale factor currently used. */ member in struct:__anon11
/external/chromium_org/tools/clang/scripts/
H A Dblink_gc_plugin_flags.sh18 | cut -d ' ' -f 2 | tr -d ')')
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf-archive.sh34 cut -d ' ' -f 1 $BUILDIDS | \

Completed in 3973 milliseconds

12345678