Searched refs:cut (Results 1 - 25 of 84) sorted by relevance

1234

/external/llvm/utils/
H A DGetRepositoryPath18 svn info | grep 'URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
H A DGetSourceVersion20 git svn info | grep 'Revision:' | cut -d: -f2-
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
H A Drelease_src.sh19 version=`grep '^\$VERSION' iexploder-$$/src/version.rb | cut -d\" -f2`
H A Dupdate_html_tags_from_sources.sh30 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
[all...]
/external/webkit/Source/WebKit2/
H A DMakefile3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
/external/webkit/Tools/MiniBrowser/
H A DMakefile3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
/external/webkit/Tools/TestWebKitAPI/
H A DMakefile3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
/external/webkit/Tools/WebKitTestRunner/
H A DMakefile3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
/external/hyphenation/
H A Dhyphen.h9 * Peter Novodvorsky from ALTLinux cut hyphenation part from libHnj
116 rep, pos, cut: pointers (point to the allocated and _zeroed_ buffers
127 cut: NULL, or counts of the removed characters of the original words
130 Note: rep, pos, cut are complementary arrays to the hyphens, indexed with the
136 output: rep[5]="ff=f", pos[5] = 1, cut[5] = 2
138 Note: hnj_hyphen_hyphenate2() can allocate rep, pos, cut (word_size
143 int * cut = NULL;
145 hnj_hyphen_hyphenate2(dict, "example", 7, hyphens, NULL, &rep, &pos, &cut);
153 char *hyphenated_word, char *** rep, int ** pos, int ** cut);
164 char *hyphword, char *** rep, int ** pos, int ** cut,
[all...]
H A Dexample.c29 void single_hyphenations(char * word, char * hyphen, char ** rep, int * pos, int * cut, int utf8) { argument
41 printf("%s\n", hindex(word + k, cut[j], utf8));
75 int * cut; local
146 cut = NULL;
150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) {
182 if (optdd) single_hyphenations(lcword, hyphens, rep, pos, cut, dict->utf8);
189 free(cut);
H A Dhyphen.c661 char *** rep, int ** pos, int ** cut, int lhmin)
666 if (*rep && *pos && *cut && (*rep)[j]) {
683 char *** rep, int ** pos, int ** cut, int rhmin)
689 if (*rep && *pos && *cut && (*rep)[j]) {
691 if (rh && (hnj_hyphen_strnlen(word + j - (*pos)[j] + (*cut)[j] + 1, 100, utf8) +
707 char * hyphens, char *** rep, int ** pos, int ** cut,
869 if (rep && pos && cut) {
870 if (!*rep && !*pos && !*cut) {
874 *cut = (int *) malloc(sizeof(int) * word_size);
878 (*cut)[
660 hnj_hyphen_lhmin(int utf8, const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut, int lhmin) argument
682 hnj_hyphen_rhmin(int utf8, const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut, int rhmin) argument
706 hnj_hyphen_hyph_(HyphenDict *dict, const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut, int clhmin, int crhmin, int lend, int rend) argument
987 hnj_hyphen_norm(const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut) argument
1026 hnj_hyphen_hyphword(const char * word, int l, const char * hyphens, char * hyphword, char *** rep, int ** pos, int ** cut) argument
1045 hnj_hyphen_hyphenate2(HyphenDict *dict, const char *word, int word_size, char * hyphens, char *hyphword, char *** rep, int ** pos, int ** cut) argument
1061 hnj_hyphen_hyphenate3(HyphenDict *dict, const char *word, int word_size, char * hyphens, char *hyphword, char *** rep, int ** pos, int ** cut, int lhmin, int rhmin, int clhmin, int crhmin) argument
[all...]
/external/webkit/WebKitLibraries/win/tools/scripts/
H A Dauto-version.sh56 BUILD_MAJOR_VERSION=$(echo "$PROPOSED_VERSION.." | cut -d '.' -f 1)
57 BUILD_MINOR_VERSION=$(echo "$PROPOSED_VERSION.." | cut -d '.' -f 2)
58 BUILD_TINY_VERSION=$(echo "$PROPOSED_VERSION.." | cut -d '.' -f 3)
/external/genext2fs/
H A Dtest-gen.lib46 digest=`md5sum ext2.img 2>/dev/null | cut -f 1 -d " "`
50 digest=`md5 ext2.img 2>/dev/null | cut -f 4 -d " "`
/external/bluetooth/glib/gio/
H A Dabicheck.sh11 nm -D -g --defined-only .libs/libgio-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
/external/bluetooth/glib/gobject/
H A Dabicheck.sh11 nm -D -g --defined-only .libs/libgobject-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
/external/v8/tools/
H A Dgenerate-ten-powers.scm56 (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/chromium/sdch/open-vcdiff/packages/
H A Drpm.sh65 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild39 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/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DMakefile34 OSX_VERSION = $(shell sw_vers -productVersion | cut -d. -f 2)
/external/icu4c/i18n/
H A DdecNumber.c510 Int cut, out; /* .. */ local
674 cut=d-(up-res)*DECDPUN; /* digits in top unit */
676 if (*c=='.') continue; /* ignore '.' [don't decrement cut] */
679 cut--;
680 if (cut>0) continue; /* more for this unit */
683 cut=DECDPUN; /* .. */
3465 uInt cut=DECDPUN; /* downcounter through unit */ local
3469 cut--;
3470 if (cut>0) continue; /* more in this unit */
3473 cut
3499 Int cut=MSUDIGITS(n); /* [faster than remainder] */ local
3625 Int cut; /* for counting digits in a Unit */ local
4256 Int shift, cut; /* .. */ local
6594 uInt cut; /* .. */ local
6687 Int cut; /* odd 0's to add */ local
6743 Int cut, count; /* work */ local
6892 uInt cut; /* cut point in Unit */ local
7633 Int cut; /* work */ local
7816 Int cut; /* .. */ local
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmark_manager_api.h55 bool CopyOrCut(bool cut);
73 DECLARE_EXTENSION_FUNCTION_NAME("experimental.bookmarkManager.cut");
/external/e2fsprogs/debian/
H A Drules15 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 '
[all...]
/external/icu4c/config/
H A 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/e2fsprogs/debian/attic/libs/
H A Drules17 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/dbus/
H A Dcleanup-man-pages.sh53 LINES=`wc -l "$I" | cut -d ' ' -f 1`

Completed in 574 milliseconds

1234