HomeSort by relevance Sort by last modified time
    Searched refs:cut (Results 51 - 75 of 283) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/test/shaping/
record-test.sh 45 sha1sum=`sha1sum "$dir/font.ttf.subset" | cut -d' ' -f1`
  /prebuilts/devtools/
update_jars.sh 140 unzip -v $1 | sed -n -e "/[0-9][0-9]:[0-9][0-9]/s/[0-9][0-9]:[0-9][0-9]// ; s/[0-9][0-9]-[0-9][0-9]-[0-9][0-9]//p" | md5sum -b | cut -d " " -f 1
142 md5sum -b "$1" | cut -d " " -f 1
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
webtry_setup.sh 24 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/v8/tools/
draw_instruction_graph.sh 61 sp=`grep -m1 '# sample_period=' $file | cut -d= -f2`
64 nc=`grep -m1 '# counters=' $file | cut -d= -f2`
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 39 find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
40 find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
  /external/skia/experimental/webtry/setup/
webtry_setup.sh 24 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
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 79 TARGET_PATH=/data/local/tmp/libcxx-${SHARD_TEST_TOOLCHAIN}-$(dirname $PWD | sum | cut -d' ' -f1)-$(basename $PWD)
249 input_major=$(echo $input_string | cut -d\. -f 1)
250 input_minor=$(echo $input_string | cut -d\. -f 2)
251 compare_major=$(echo $compare_string | cut -d\. -f 1)
252 compare_minor=$(echo $compare_string | cut -d\. -f 2)
  /external/icu/icu4c/source/i18n/
decNumber.c 525 Int cut, out; /* .. */ local
3494 uInt cut=DECDPUN; \/* downcounter through unit *\/ local
3528 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local
3654 Int cut; \/* for counting digits in a Unit *\/ local
4287 Int shift, cut; \/* .. *\/ local
6636 uInt cut; \/* .. *\/ local
6729 Int cut; \/* odd 0's to add *\/ local
6785 Int cut, count; \/* work *\/ local
6934 uInt cut; \/* cut point in Unit *\/ local
7676 Int cut; \/* work *\/ local
7859 Int cut; \/* .. *\/ local
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 199 int cut = attrName.indexOf(':'); local
202 if (cut != -1) {
203 prefix = attrName.substring(0, cut);
204 attrName = attrName.substring(cut + 1);
247 int cut = attrName.indexOf(':'); local
249 if (cut == 0 && !relaxed) {
252 } else if (cut != -1) {
253 String attrPrefix = attrName.substring(0, cut);
255 attrName = attrName.substring(cut + 1);
271 int cut = name.indexOf(':') local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 510 Int cut, out; /* .. */ local
3471 uInt cut=DECDPUN; \/* downcounter through unit *\/ local
3505 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local
3631 Int cut; \/* for counting digits in a Unit *\/ local
4262 Int shift, cut; \/* .. *\/ local
6603 uInt cut; \/* .. *\/ local
6696 Int cut; \/* odd 0's to add *\/ local
6752 Int cut, count; \/* work *\/ local
6901 uInt cut; \/* cut point in Unit *\/ local
7642 Int cut; \/* work *\/ local
7825 Int cut; \/* .. *\/ local
    [all...]
  /cts/tools/utils/
java-cert-list-generator.sh 55 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 109 ~Node() { cut(); }
113 void cut();
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 109 ~Node() { cut(); }
113 void cut();
  /ndk/tests/standalone/builtin-macros/
run.sh 23 VARNAME=$(echo "$LINE" | cut -d' ' -f 2)
24 VARVALUE=$(echo "$LINE" | cut -d' ' -f 3)
  /art/test/etc/
host-run-test-jar 168 ulimit -S $(du -c -B512 ${ANDROID_ROOT}/framework | tail -1 | cut -f1) || exit 1
177 prebuild_cmd="${ANDROID_HOST_OUT}/bin/dex2oatd $COMPILER_FLAGS --instruction-set=$ISA $BUILD_BOOT_OPT --dex-file=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$DEX_LOCATION/dalvik-cache/$ISA/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g")"
  /device/common/
generate-packages.sh 36 for COMPANY in `grep "[a-z|A-Z])" $EXTRACT_LIST_FILENAME | cut -f1 -d')'`
110 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
  /external/chromium_org/build/git-hooks/
pre-commit 29 echo $submods | cut -d ' ' -f 6 | sed 's/^/ /g' 1>&2
  /external/chromium_org/third_party/icu/source/config/
dist.mk 25 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/e2fsprogs/debian/
rules 26 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
    [all...]
  /external/fio/tools/
fio_generate_plots 105 DEPTH=$(echo $PT | cut -d "-" -f 4)
  /external/icu/icu4c/source/config/
dist.mk 25 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/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 55 =cut
Util.pm 94 =cut
  /external/e2fsprogs/debian/attic/libs/
rules 17 MAIN_VERSION = $(shell head -1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
19 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator.sh 97 egrep "^#@" "${BASH_SOURCE[0]}" | cut --bytes=3-
485 local checksums=$(grep ${file_path} ${release_file} | cut -d " " -f 2)
486 local sha256sum=$(echo ${checksums} | cut -d " " -f 3)

Completed in 1129 milliseconds

1 23 4 5 6 7 8 91011>>