Home
last modified time | relevance | path

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

12345678910

/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/chromium_org/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)
Dandroid-sync.sh52 echo ${HASH} | cut -f2 -d "=" | cut -f2 -d " "
Ddraw_instruction_graph.sh61 sp=`grep -m1 '# sample_period=' $file | cut -d= -f2`
64 nc=`grep -m1 '# counters=' $file | cut -d= -f2`
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
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/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/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/chromium_org/courgette/
Danalyze_mem_test20 | cut -d' ' -f2 \
61 | cut -d= -f2 \
83 | cut -d= -f2 \
/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/chromium_org/third_party/icu/source/i18n/
DdecNumber.c523 Int cut, out; /* .. */ in uprv_decNumberFromString() local
687 cut=d-(up-res)*DECDPUN; /* digits in top unit */ in uprv_decNumberFromString()
692 cut--; in uprv_decNumberFromString()
693 if (cut>0) continue; /* more for this unit */ in uprv_decNumberFromString()
696 cut=DECDPUN; /* .. */ in uprv_decNumberFromString()
3492 uInt cut=DECDPUN; /* downcounter through unit */ in uprv_decNumberGetBCD() local
3496 cut--; in uprv_decNumberGetBCD()
3497 if (cut>0) continue; /* more in this unit */ in uprv_decNumberGetBCD()
3500 cut=DECDPUN; in uprv_decNumberGetBCD()
3526 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in uprv_decNumberSetBCD() local
[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/llvm/utils/
DGetRepositoryPath18 svn info | grep '^URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
/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/e2fsprogs/debian/
Drules26 SYS_BLKID_VER := $(shell dpkg-query -W libblkid1:$(DEB_HOST_ARCH) | cut -f 2 | cut -b 1)
32 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
35 COMERR_VERSION ?= $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
36 COMERR_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
37 SS_VERSION ?= $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
38 SS_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
41 UUID_VERSION ?= $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
42 UUID_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
44 BLKID_VERSION ?= $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
45 BLKID_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
[all …]
/external/llvm/test/CodeGen/R600/
Dllvm.SI.sendmsg.ll5 ; CHECK: S_SENDMSG Gs(cut stream 1)
6 ; CHECK: S_SENDMSG Gs(emit-cut stream 2)
/external/skia/experimental/webtry/setup/
Dwebtry_setup.sh24 sudo cp --parents `ldd /home/webtry/skia/out/Debug/webtry | cut -d " " -f 3` /srv/chroot/webtry
25 sudo cp --parents `ldd /bin/sh | cut -d " " -f 3` /srv/chroot/webtry
/external/chromium_org/third_party/skia/experimental/webtry/setup/
Dwebtry_setup.sh24 sudo cp --parents `ldd /home/webtry/skia/out/Debug/webtry | cut -d " " -f 3` /srv/chroot/webtry
25 sudo cp --parents `ldd /bin/sh | cut -d " " -f 3` /srv/chroot/webtry
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcomment.js62 var line = self.getLine(i), cut = baseString.length;
64 if (line.slice(0, cut) != baseString) cut = firstNonWS(line);
65 self.replaceRange(baseString + commentString + pad, Pos(i, 0), Pos(i, cut));
/external/icu/icu4c/source/config/
Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
/external/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild39 …find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded …
40 …find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneed…
/external/chromium_org/third_party/icu/source/config/
Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
/external/chromium_org/content/test/data/
Dgtk_key_bindings_test_gtkrc56 # Test cut-clipboard
58 "cut-clipboard" ()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DSelectActionModeCallback.java38 void cut(); in cut() method
152 mActionHandler.cut(); in onActionItemClicked()

12345678910