Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_bars.sh35 figures=($(echo "$bars" | cut -f 2 | sort | uniq))
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' \
67 | cut -f 1 | sort | uniq | head -n 1 )
70 x_label_2=$(echo "$log" | grep "BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
71 | cut -f 1 | sort | uniq | sed -n 2p)
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 | \
[all …]
Dplot_dynamics.sh33 figures=($(echo "$plots" | cut -f 2 | sort | uniq))
37 data_sets=$(echo "$plots" | grep "^PLOT.$figure" | cut -f 3 | sort | uniq)
39 linetypes=($(echo "$data_sets" | grep "#" | cut -d '#' -f 2 | \
40 cut -d '@' -f 1 | uniq))
53 y_label=$(echo "$data_sets" | grep "#" | cut -d '#' -f 1 | \
54 cut -d ' ' -f 1 | cut -d '/' -f 3 | sed 's/[0-9]/#/g' | \
55 cut -d '#' -f 3 | head -n 1 | sed 's/_/ /g')
69 linetype=$(echo "$set" | grep "#" | cut -d '#' -f 2 | cut -d '@' -f 1)
82 echo "$log" | grep "^PLOT.$figure.$set" | cut -f 4,5
/external/curl/src/
Dtool_msgs.c54 size_t cut = width-1; in voutf() local
56 while(!ISSPACE(ptr[cut]) && cut) { in voutf()
57 cut--; in voutf()
59 if(0 == cut) in voutf()
62 cut = width-1; in voutf()
64 (void)fwrite(ptr, cut + 1, 1, config->errors); in voutf()
66 ptr += cut+1; /* skip the space too */ in voutf()
67 len -= cut; in voutf()
/external/ltp/testcases/kernel/controllers/
Dtest_controllers.sh42 CPU_CONTROLLER=`grep -w cpu /proc/cgroups | cut -f1`;
43 CPU_CONTROLLER_VALUE=`grep -w cpu /proc/cgroups | cut -f4`;
44 MEM_CONTROLLER=`grep -w memory /proc/cgroups | cut -f1`;
45 MEM_CONTROLLER_VALUE=`grep -w memory /proc/cgroups | cut -f4`;
46 IOTHROTTLE_CONTROLLER=`grep -w blockio /proc/cgroups | cut -f1`;
47 IOTHROTTLE_CONTROLLER_VALUE=`grep -w blockio /proc/cgroups | cut -f4`;
48 FREEZER=`grep -w freezer /proc/cgroups | cut -f1`;
49 FREEZER_VALUE=`grep -w freezer /proc/cgroups | cut -f4`;
50 CPUACCOUNT_CONTROLLER=`grep -w cpuacct /proc/cgroups | cut -f1`
51 CPUACCOUNT_CONTROLLER_VALUE=`grep -w cpuacct /proc/cgroups | cut -f4`
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
DDecoder.java83 int cut = header.indexOf('"', pos); in getHeaderElements() local
84 if (cut == -1) in getHeaderElements()
87 result.put(key, header.substring(pos, cut)); in getHeaderElements()
88 pos = cut + 2; in getHeaderElements()
96 int cut = header.indexOf(';', pos); in getHeaderElements() local
97 if (cut == -1) { in getHeaderElements()
101 result.put(key, header.substring(pos, cut)); in getHeaderElements()
102 pos = cut + 1; in getHeaderElements()
105 int cut = header.indexOf('=', pos); in getHeaderElements() local
107 if (cut == -1) in getHeaderElements()
[all …]
/external/syslinux/devel/
DNindent4 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`
/external/selinux/scripts/
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`
/external/v8/tools/
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)
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/elfutils/tests/
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
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_hotplug.sh16 echo `egrep [0-9]+: /proc/interrupts | cut -d ':' -f 1`
150 range_low=$(echo $part | cut -d - -f 1)
151 range_high=$(echo $part | cut -d - -f 2)
223 cpu=`echo $cpu_state | cut -d: -f 1`
224 state=`echo $cpu_state | cut -d: -f 2`
241 echo `cd /sys/devices/system/cpu/ && grep 1 */online | cut -d '/' -f 1`
253 echo `cd /sys/devices/system/cpu/ && grep 0 */online | cut -d '/' -f 1`
/external/openssh/contrib/aix/
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 -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
/external/skia/third_party/libpng/contrib/intel/
DINSTALL52 -----------------cut----------------
56 -----------------cut----------------
61 -----------------cut----------------
96 -----------------cut----------------
101 -----------------cut----------------
105 -----------------cut----------------
110 -----------------cut----------------
115 -----------------cut----------------
120 -----------------cut----------------
157 -----------------cut----------------
[all …]
/external/libunwind/tests/
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/ltp/testcases/kernel/power_management/
Dpm_include.sh90 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
91 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
134 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
135 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
145 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
147 | cut -f2 -d':'`
159 | cut -f1 -d'-'`
Drunpwtests03.sh122 cut -f8 -d"/" | cut -f1 -d"."`
135 cut -f8 -d"/" | cut -f1 -d"."`
/external/skia/tests/
DSkLinearBitmapPipelineTest.cpp25 static SkString dump(SkScalar cut, Span prefix, Span remainder) { in dump() argument
31 cut, in dump()
38 Span span, SkScalar dx, SkScalar cut, SkPoint start, SkScalar len, int count) { in check_span_result() argument
42 Span prefix = span.breakAt(cut, dx); in check_span_result()
47 REPORTER_ASSERT_MESSAGE(reporter, prefixStart == start, dump(cut, prefix, span)); in check_span_result()
48 REPORTER_ASSERT_MESSAGE(reporter, prefixLen == len, dump(cut, prefix, span)); in check_span_result()
49 REPORTER_ASSERT_MESSAGE(reporter, prefixCount == count, dump(cut, prefix, span)); in check_span_result()
70 dump(cut, prefix, span)); in check_span_result()
73 dump(cut, prefix, span)); in check_span_result()
76 dump(cut, prefix, span)); in check_span_result()
/external/eigen/bench/btl/data/
Dmk_new_gnuplot.sh7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnup…
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0…
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHA…
39 …echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> …
/external/toolchain-utils/bestflags/examples/omnetpp/
Dbuild_omnetpp55 user_time=$(cat build_timer$file | grep "user" | cut -d "u" -f 1)
58 checksum=$(readelf -x .text $outfile | md5sum | cut -d " " -f 1)
59 file_size=$(ls -l $outfile | cut -d " " -f 5)
61 size_hex=$(echo $text_section | sed "s/\s\{1,\}/\ /g" | cut -d ' ' -f 6)
/external/ltp/tools/pounder21/build_scripts/
Dipmitool40 Maj_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $1}'`
41 Min_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $2}'`
42 Pat_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $3}'`
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/
Dfunctions21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d" "`
22 echo "!$cmd" > `echo $line | cut -f1 -d:`
/external/libpng/contrib/intel/
DINSTALL52 -----------------cut----------------
87 -----------------cut----------------
92 -----------------cut----------------
97 -----------------cut----------------
102 -----------------cut----------------
139 -----------------cut----------------
144 -----------------cut----------------
158 -----------------cut----------------
/external/pdfium/third_party/libpng16/contrib/intel/
DINSTALL52 -----------------cut----------------
87 -----------------cut----------------
92 -----------------cut----------------
97 -----------------cut----------------
102 -----------------cut----------------
139 -----------------cut----------------
144 -----------------cut----------------
158 -----------------cut----------------
/external/curl/
Dcurl-config.in104 cmajor=`echo $checkfor | cut -d. -f1`
105 cminor=`echo $checkfor | cut -d. -f2`
108 cpatch=`echo $checkfor | cut -d. -f3 | cut -d- -f1`
Dmaketgz39 major=`echo $libversion |cut -d. -f1 | sed -e "s/[^0-9]//g"`
40 minor=`echo $libversion |cut -d. -f2 | sed -e "s/[^0-9]//g"`
41 patch=`echo $libversion |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"`

12345678910>>...14