Home
last modified time | relevance | path

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

12345678910

/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.c58 int cut = WARN_TEXTWIDTH-1; in warnf() local
60 while(!ISSPACE(ptr[cut]) && cut) { in warnf()
61 cut--; in warnf()
63 if(0 == cut) in warnf()
66 cut = WARN_TEXTWIDTH-1; in warnf()
68 (void)fwrite(ptr, cut + 1, 1, config->errors); in warnf()
70 ptr += cut+1; /* skip the space too */ in warnf()
71 len -= cut; in warnf()
/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/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)))
Dgenerate-ten-powers.scm73 (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?)
125 (receive (cut e exact?)
129 (v cut)
/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/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/opencv3/modules/photo/src/
Dalign.cpp57 cut(_cut) in AlignMTBImpl()
92 if(cut) { in process()
182 bool getCut() const { return cut; } in getCut()
183 void setCut(bool val) { cut = val; } in setCut()
190 << "cut" << static_cast<int>(cut); in write()
200 cut = (cut_val != 0); in read()
217 bool cut; member in cv::AlignMTBImpl
265 Ptr<AlignMTB> createAlignMTB(int max_bits, int exclude_range, bool cut) in createAlignMTB() argument
267 return makePtr<AlignMTBImpl>(max_bits, exclude_range, cut); in createAlignMTB()
/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/curl/
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"`
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`
/external/guava/guava/src/com/google/common/collect/
DTreeRangeSet.java303 Cut<C> cut = (Cut<C>) key; in get() local
304 if (!upperBoundWindow.contains(cut)) { in get()
307 Entry<Cut<C>, Range<C>> candidate = rangesByLowerBound.lowerEntry(cut); in get()
308 if (candidate != null && candidate.getValue().upperBound.equals(cut)) { in get()
525 Cut<C> cut;
527 cut = (positiveItr.peek().upperBound == Cut.<C>aboveAll())
534 cut = positiveRangesByLowerBound.higherKey(Cut.<C>belowAll());
537 MoreObjects.firstNonNull(cut, Cut.<C>aboveAll());
575 Cut<C> cut = (Cut<C>) key;
577 Entry<Cut<C>, Range<C>> firstEntry = tailMap(cut, true).firstEntry();
[all …]
/external/icu/icu4c/source/i18n/
DdecNumber.c525 Int cut, out; /* .. */ in uprv_decNumberFromString() local
689 cut=d-(up-res)*DECDPUN; /* digits in top unit */ in uprv_decNumberFromString()
694 cut--; in uprv_decNumberFromString()
695 if (cut>0) continue; /* more for this unit */ in uprv_decNumberFromString()
698 cut=DECDPUN; /* .. */ in uprv_decNumberFromString()
3494 uInt cut=DECDPUN; /* downcounter through unit */ in uprv_decNumberGetBCD() local
3498 cut--; in uprv_decNumberGetBCD()
3499 if (cut>0) continue; /* more in this unit */ in uprv_decNumberGetBCD()
3502 cut=DECDPUN; in uprv_decNumberGetBCD()
3528 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in uprv_decNumberSetBCD() local
[all …]
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh116 local depth=$(echo "$1" | cut -f7 -d' ')
134 echo ${vroot_dev} | cut -f9 -d ' '
191 rootfs_sectors=$(echo ${vroot_dev} | cut -f2 -d' ')
192 verity_depth=$(echo ${vroot_dev} | cut -f7 -d' ')
193 verity_algorithm=$(echo ${vroot_dev} | cut -f8 -d' ')
194 root_dev=$(echo ${vroot_dev} | cut -f4 -d ' ')
195 hash_dev=$(echo ${vroot_dev} | cut -f5 -d ' ')
289 cut -f2 -d:)
618 local new_kernb_hash=$(sha1sum ${new_kernb} | cut -f1 -d' ')
Densure_sane_lsb-release.sh99 size=$(ls -sk "$lsbfile" | cut -d ' ' -f 1)
148 cut -d = -f 2 |
149 cut -d - -f 1,2)
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/e2fsprogs/tests/u_tune2fs/
Dscript14 md5=`md5sum $TMPFILE | cut -d " " -f 1`
19 new_md5=`md5sum $TMPFILE | cut -d " " -f 1`
23 new_md5=`md5sum $TMPFILE | cut -d " " -f 1`
/external/e2fsprogs/tests/u_mke2fs/
Dscript14 md5=`md5sum $TMPFILE | cut -d " " -f 1`
19 new_md5=`md5sum $TMPFILE | cut -d " " -f 1`
23 new_md5=`md5sum $TMPFILE | cut -d " " -f 1`
/external/llvm/utils/
DGetRepositoryPath18 svn info | grep '^URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/
DMakefile1 name = $(shell grep title retry_decorator/__init__.py | cut -d "'" -f2)
2 ver = $(shell grep version retry_decorator/__init__.py| cut -d "'" -f2 )
/external/libjpeg-turbo/release/
Dmakedpkg.in21 id | cut -f2 -d = | cut -f1 -d \(;
53 SIZE=`du -s $TMPDIR | cut -f1`
/external/curl/scripts/
Dcontributors.sh52 cut -d: -f2- | \
53 cut '-d<' -f1 | \

12345678910