HomeSort by relevance Sort by last modified time
    Searched refs:cut (Results 101 - 125 of 446) sorted by null

1 2 3 45 6 7 8 91011>>

  /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
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
MenuManagerTest.java 70 private TestMenuItem cut; field in class:MenuManagerTest
108 cut = testMenu.findItem(R.id.menu_cut_to_clipboard);
456 cut.assertVisible();
495 cut.assertVisible();
510 cut.assertVisible();
543 cut.assertVisible();
544 cut.assertEnabled();
559 cut.assertVisible();
560 cut.assertDisabled();
574 cut.assertVisible()
    [all...]
  /build/soong/scripts/
toc.sh 29 nm -gP "${infile}" | cut -f1-2 -d" " | grep -v 'U$' >> "${outfile}.tmp"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
move-faqwiz.sh 23 t=`echo $1 | cut -d. -f $2`
  /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/icu/icu4c/as_is/os390/
unpax-icu.sh 80 cut -f2-4 -d ' '|\
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 71 grep Condition | cut -d\' -f4`
  /external/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`
  /tools/repohooks/tools/
checkpatch.pl-update 50 output=$(echo "${output}" | tail -1 | cut -d/ -f3)
  /prebuilts/ndk/r11/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 527 Int cut, out; /* .. */ local
3496 uInt cut=DECDPUN; \/* downcounter through unit *\/ local
3530 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local
3656 Int cut; \/* for counting digits in a Unit *\/ local
4289 Int shift, cut; \/* .. *\/ local
6638 uInt cut; \/* .. *\/ local
6731 Int cut; \/* odd 0's to add *\/ local
6787 Int cut, count; \/* work *\/ local
6936 uInt cut; \/* cut point in Unit *\/ local
7678 Int cut; \/* work *\/ local
7861 Int cut; \/* .. *\/ local
    [all...]
  /external/e2fsprogs/debian/
rules 47 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
50 COMERR_VERSION ?= $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
51 COMERR_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
52 SS_VERSION ?= $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
53 SS_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
56 UUID_VERSION ?= $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
57 UUID_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
59 BLKID_VERSION ?= $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
60 BLKID_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
63 EXT2FS_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/ext2fs/Makefile.in | cut '-d ' -f3
    [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...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 63 // full boost, full cut, target ref level: -23dBFS, heavy compression: no
91 // half boost, half cut, target ref level: -20dBFS, heavy compression: no
106 // no boost, no cut, target ref level: -16dBFS, heavy compression: no
121 // full boost, full cut, target ref level: -16dBFS, heavy compression: yes
268 int cut; // scaling of compressing gains field in class:DecoderTestAacDrc.DrcParams
274 this.cut = 127; // no scaling
279 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) {
281 this.cut = cut;
323 configFormat.setInteger(MediaFormat.KEY_AAC_DRC_ATTENUATION_FACTOR, drcParams.cut);
    [all...]
  /external/ltp/testcases/network/stress/route/
route6-change-if 223 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
239 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
269 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
  /cts/tools/utils/
java-cert-list-generator.sh 55 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
  /external/harfbuzz_ng/test/shaping/
record-test.sh 77 sha1sum=`sha1sum "$dir/font.ttf.subset" | cut -d' ' -f1`
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-hist.tc 77 events/sched/sched_process_fork/hist | cut -d: -f2 ` ||
  /external/ltp/testcases/kernel/controllers/io-throttle/
run_io_throttle_test.sh 33 dev=`df -P . | sed '1d' | cut -d' ' -f1 | sed 's/[p]*[0-9]*$//'`
  /external/ltp/testcases/network/stress/interface/
if-mtu-change 61 mtu=$(echo $CHANGE_VALUES | cut -d ' ' -f $field)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 109 ~Node() { cut(); }
113 void cut();
  /external/protobuf/objectivec/DevTools/
compile_testing_protos.sh 49 | sort -n | tail -n1 | cut -f2- -d" ")
55 | sort -n -r | tail -n1 | cut -f2- -d" ")
  /external/selinux/python/semanage/
semanage-bash-completion.sh 28 dir -1 -F /etc/selinux/ | grep '/' | cut -d'/' -f 1
55 dir -1 -F /etc/selinux/ | grep '/' | cut -d'/' -f 1
  /external/selinux/scripts/
release 50 sha256sum $i | cut -d " " -f 1
  /external/valgrind/solaris/
build_solaris_package 177 lint_repo_uri=$( echo "$publisher" | cut -d ' ' -f 6 )
179 lint_repo_uri=$( echo "$publisher" | cut -d ' ' -f 5 )

Completed in 2375 milliseconds

1 2 3 45 6 7 8 91011>>