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

123456

/external/toybox/scripts/
H A Dfindglobals.sh6 nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3
/external/elfutils/src/tests/
H A Drun-linkmap-cut.sh25 testfiles linkmap-cut-lib.so linkmap-cut linkmap-cut.core
29 testrun ${abs_top_builddir}/src/stack --core=linkmap-cut.core -e linkmap-cut -m >bt || true
31 grep -q '^#0 0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib\.so$' bt
32 grep -q '^#1 0x00000000004006b4 main - linkmap-cut$' bt
/external/selinux/scripts/
H A DLindent4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
H A Drelease31 sha256sum $i | cut -d " " -f 1
/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/libvpx/libvpx/tools/
H A Dauthor_first_release.sh13 cut -f2- |
/external/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)))
/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/eigen/bench/
H A Dbench_multi_compilers.sh16 compiler=`echo ${CLIST[$i]} | cut -d " " -f 1`
/external/skia/tools/
H A Dmirror-dev.sh2 for DEV in $(dpkg --list | grep '^ii [^ ]' | cut -d ' ' -f 3 | grep '\-dev$')
24 DEV_64_TARGET_PKG=$(dpkg -S $DEV_64_TARGET_FULL | 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/vboot_reference/tests/
H A Drbtest.conf24 cable=$(/usr/sbin/ethtool eth0 | grep Link | cut -f 3 -d ' ')
/external/vboot_reference/scripts/image_signing/
H A Densure_sane_lsb-release.sh99 size=$(ls -sk "$lsbfile" | cut -d ' ' -f 1)
148 cut -d = -f 2 |
149 cut -d - -f 1,2)
H A Dset_channel.sh33 local from=$(grep '^CHROMEOS_RELEASE_TRACK=' "${lsb}" | cut -d '=' -f 2)
H A Dfirmware_boot.sh38 rw_a_offset=$(dump_fmap -p ${input} | grep 'RW_SECTION_A' | cut -d' ' -f2)
39 rw_a_size=$(dump_fmap -p ${input} | grep 'RW_SECTION_A' | cut -d' ' -f3)
42 rw_b_offset=$(dump_fmap -p ${input} | grep 'RW_SECTION_B' | cut -d' ' -f2)
43 rw_b_size=$(dump_fmap -p ${input} | grep 'RW_SECTION_B' | cut -d' ' -f3)
/external/skia/bin/
H A Dc5 BRANCH=$(git branch | grep \* | cut -d" " -f 2)
/external/openssh/contrib/aix/
H A Dbuildbff.sh79 eval $confvar=`grep "^$confvar=" $objdir/Makefile | cut -d = -f 2`
127 VERSION=`./ssh -V 2>&1 | cut -f 1 -d , | cut -f 2 -d _`
128 MAJOR=`echo $VERSION | cut -f 1 -d p | cut -f 1 -d .`
129 MINOR=`echo $VERSION | cut -f 1 -d p | cut -f 2 -d .`
130 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .`
207 if cut
[all...]
/external/aac/libAACdec/src/
H A Daacdec_drc_types.h136 FIXP_DBL cut; /* The attenuation scale factor currently used. */ member in struct:__anon11
/external/selinux/policycoreutils/setsebool/
H A Dsetsebool-bash-completion.sh25 getsebool -a | cut -f1 -d' '
/external/linux-tools-perf/src/tools/perf/
H A Dperf-archive.sh34 cut -d ' ' -f 1 $BUILDIDS | \
/external/llvm/utils/git-svn/
H A Dgit-svnrevert31 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ")

Completed in 776 milliseconds

123456