/external/hyphenation/ |
D | hyphen.c | 661 char *** rep, int ** pos, int ** cut, int lhmin) in hnj_hyphen_lhmin() argument 666 if (*rep && *pos && *cut && (*rep)[j]) { in hnj_hyphen_lhmin() 683 char *** rep, int ** pos, int ** cut, int rhmin) in hnj_hyphen_rhmin() argument 689 if (*rep && *pos && *cut && (*rep)[j]) { in hnj_hyphen_rhmin() 691 if (rh && (hnj_hyphen_strnlen(word + j - (*pos)[j] + (*cut)[j] + 1, 100, utf8) + in hnj_hyphen_rhmin() 707 char * hyphens, char *** rep, int ** pos, int ** cut, in hnj_hyphen_hyph_() argument 869 if (rep && pos && cut) { in hnj_hyphen_hyph_() 870 if (!*rep && !*pos && !*cut) { in hnj_hyphen_hyph_() 874 *cut = (int *) malloc(sizeof(int) * word_size); in hnj_hyphen_hyph_() 878 (*cut)[k] = 0; in hnj_hyphen_hyph_() [all …]
|
D | example.c | 29 void single_hyphenations(char * word, char * hyphen, char ** rep, int * pos, int * cut, int utf8) { in single_hyphenations() argument 41 printf("%s\n", hindex(word + k, cut[j], utf8)); in single_hyphenations() 75 int * cut; in main() local 146 cut = NULL; in main() 150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) { in main() 182 if (optdd) single_hyphenations(lcword, hyphens, rep, pos, cut, dict->utf8); in main() 189 free(cut); in main()
|
D | hyphen.h | 153 char *hyphenated_word, char *** rep, int ** pos, int ** cut); 164 char *hyphword, char *** rep, int ** pos, int ** cut,
|
/external/openssh/contrib/aix/ |
D | buildbff.sh | 79 eval $confvar=`grep "^$confvar=" $objdir/Makefile | cut -d = -f 2` 127 VERSION=`./ssh -V 2>&1 | cut -f 1 -d , | cut -f 2 -d _` 128 MAJOR=`echo $VERSION | cut -f 1 -d p | cut -f 1 -d .` 129 MINOR=`echo $VERSION | cut -f 1 -d p | cut -f 2 -d .` 130 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .` 207 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
|
/external/eigen/bench/btl/data/ |
D | mk_new_gnuplot.sh | 7 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/webkit/WebKitLibraries/win/tools/scripts/ |
D | auto-version.sh | 56 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/icu4c/i18n/ |
D | decNumber.c | 523 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/e2fsprogs/tests/u_tune2fs/ |
D | script | 14 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/llvm/utils/ |
D | GetRepositoryPath | 18 svn info | grep 'URL:' | cut -d: -f2- 20 git svn info | grep 'URL:' | cut -d: -f2-
|
D | GetSourceVersion | 20 git svn info | grep 'Revision:' | cut -d: -f2-
|
/external/e2fsprogs/tests/u_mke2fs/ |
D | script | 14 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/v8/tools/ |
D | generate-ten-powers.scm | 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?) 125 (receive (cut e exact?) 129 (v cut)
|
/external/e2fsprogs/debian/ |
D | 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) 42 BLKID_SOVERSION = $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3) [all …]
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
D | 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}.…
|
/external/libvpx/libvpx/examples/ |
D | vp8cx_set_ref.txt | 7 current frame. If this is done at a cut scene it will avoid a keyframe. 70 Use the `simple_encoder` example to encode a sample with a cut scene. 71 Determine the frame number of the cut scene by looking for a generated
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_editor_unittest.mm | 148 EXPECT_EQ(@selector(cut:), [[items objectAtIndex:0] action]) 203 // Test that -cut: is correctly delegated to the observer and clears 216 // Calls cut. 221 [editor_ cut:nil]; 245 EXPECT_EQ([[items objectAtIndex:i++] action], @selector(cut:)); 266 EXPECT_EQ([[items objectAtIndex:i++] action], @selector(cut:)); 293 EXPECT_EQ([[items objectAtIndex:i++] action], @selector(cut:));
|
/external/icu4c/config/ |
D | 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/dnsmasq/contrib/slackware-dnsmasq/ |
D | dnsmasq.SlackBuild | 39 …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/openssh/ |
D | 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
|
/external/libvpx/libvpx/tools/ |
D | author_first_release.sh | 13 cut -f2- |
|
/external/eigen/bench/ |
D | bench_multi_compilers.sh | 16 compiler=`echo ${CLIST[$i]} | cut -d " " -f 1`
|
/external/webkit/Source/WebKit2/ |
D | Makefile | 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
|
/external/webkit/Tools/WebKitTestRunner/ |
D | Makefile | 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
|
/external/webkit/Tools/TestWebKitAPI/ |
D | Makefile | 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
|
/external/webkit/Tools/MiniBrowser/ |
D | Makefile | 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
|