HomeSort by relevance Sort by last modified time
    Searched refs:cut (Results 26 - 50 of 201) sorted by null

12 3 4 5 6 7 8 9

  /external/linux-tools-perf/
perf-archive.sh 33 cut -d ' ' -f 1 $BUILDIDS | \
  /ndk/tests/standalone/builtin-macros/
run.sh 23 VARNAME=$(echo "$LINE" | cut -d' ' -f 2)
24 VARVALUE=$(echo "$LINE" | cut -d' ' -f 3)
  /external/v8/tools/
generate-ten-powers.scm 56 (define (round-n-cut n e nb-bits)
63 ;; with the -1 it will only round up if the cut off part is
73 (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?)
77 (round-n-cut n (+fx e 1) nb-bits))))
125 (receive (cut e exact?)
126 (round-n-cut n e nb-bits)
129 (v cut)
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 30 grep -v "^#" $src_dir/Source/WebCore/html/HTMLAttributeNames.in | cut -d" " -f1 | \
32 grep -v "^#" $src_dir/Source/WebCore/html/HTMLTagNames.in | cut -d" " -f1 | \
37 grep "map->add" $src_dir/Source/WebCore/html/HTMLInputElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values
38 grep "AtomicString,.*Header, (" $src_dir/Source/WebCore/platform/network/ResourceResponseBase.cpp | cut -d\" -f2 > ${tmp_prefix}.headers
39 grep -o -r 'httpHeaderField(".*"' $src_dir | cut -d\" -f2 >> ${tmp_prefix}.headers
41 grep DEFINE_STATIC $src_dir/Source/WebCore/css/CSSSelector.cpp | cut -d\" -f2 \
43 egrep -o '"@.*?\"' $src_dir/Source/WebCore/css/CSSParser.cpp | cut -d\" -f2 | cut -d"{" -f1 | \
49 | cut -d\( -f2 | cut -d, -f1 | cut -d\) -f1 > ${tmp_prefix}.html-tag
    [all...]
  /external/chromium/sdch/open-vcdiff/packages/
rpm.sh 65 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
  /external/open-vcdiff/packages/
rpm.sh 79 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
  /external/skia/tools/
roll_autogen.sh 28 END=`svn info ${REPO_SVN} | grep Revision | cut -c11-`
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk 14 OSX_VERSION_MAJOR := $(shell echo $(mac_sdk_version) | cut -d . -f 2)
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk 22 OSX_VERSION_MAJOR := $(shell echo $(mac_sdk_version) | cut -d . -f 2)
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.h 55 bool CopyOrCut(bool cut);
73 DECLARE_EXTENSION_FUNCTION_NAME("experimental.bookmarkManager.cut");
  /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/e2fsprogs/debian/
rules 15 SYS_BLKID_VER := $(shell dpkg-query -W libblkid1 | cut -f 2 | cut -b 1)
29 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
32 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
33 COMERR_SOVERSION = $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
34 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
35 SS_SOVERSION = $(shell grep ELF_SO_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
38 UUID_VERSION = $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
39 UUID_SOVERSION = $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
41 BLKID_VERSION = $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
Makefile 34 OSX_VERSION = $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/icu4c/i18n/
decNumber.c 523 Int cut, out; /* .. */ local
3492 uInt cut=DECDPUN; \/* downcounter through unit *\/ local
3526 Int cut=MSUDIGITS(n); \/* [faster than remainder] *\/ local
3652 Int cut; \/* for counting digits in a Unit *\/ local
4285 Int shift, cut; \/* .. *\/ local
6634 uInt cut; \/* .. *\/ local
6727 Int cut; \/* odd 0's to add *\/ local
6783 Int cut, count; \/* work *\/ local
6932 uInt cut; \/* cut point in Unit *\/ local
7674 Int cut; \/* work *\/ local
7857 Int cut; \/* .. *\/ local
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 196 int cut = attrName.indexOf(':'); local
199 if (cut != -1) {
200 prefix = attrName.substring(0, cut);
201 attrName = attrName.substring(cut + 1);
244 int cut = attrName.indexOf(':'); local
246 if (cut == 0 && !relaxed) {
249 } else if (cut != -1) {
250 String attrPrefix = attrName.substring(0, cut);
252 attrName = attrName.substring(cut + 1);
268 int cut = name.indexOf(':') local
    [all...]
  /cts/tools/utils/
java-cert-list-generator.sh 55 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
  /external/openssh/regress/
key-options.sh 57 from=`head -1 $authkeys | cut -f1 -d ' '`
keygen-convert.sh 27 cut -f1,2 -d " " $OBJ/$t-key.pub >$OBJ/$t-key-nocomment.pub
  /frameworks/base/core/java/android/webkit/
SelectActionModeCallback.java 76 setMenuVisibility(menu, canCut, com.android.internal.R.id.cut);
91 case android.R.id.cut:
  /external/icu4c/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/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)
  /frameworks/wilhelm/tools/permute/
permute.c 95 // choose a random cut point within the slop region
97 unsigned cut = r % slop; local
99 unsigned leftLength = s->mMinSegmentLengthFrames + cut;
101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut);
  /external/openssh/
buildpkg.sh.in 131 eval $confvar=`grep "^$confvar=" Makefile | cut -d = -f 2`
379 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
390 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'\$SSH_PRIVSEP_GROUP'\$' >/dev/null
400 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'$SSHDGID'\$' >/dev/null
413 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDUID'\$' >/dev/null

Completed in 1834 milliseconds

12 3 4 5 6 7 8 9