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

1 2 3 4 5 6 7 8 9

  /external/llvm/utils/
GetRepositoryPath 18 svn info | grep 'URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
GetSourceVersion 20 git svn info | grep 'Revision:' | cut -d: -f2-
  /external/libvpx/libvpx/tools/
author_first_release.sh 13 cut -f2- |
  /frameworks/base/data/sounds/
generate-all-audio.sh 44 cut -d : -f 2 |
45 cut -d \ -f 1 |
53 cut -d : -f 1 |
  /dalvik/dx/tests/108-string-annotation/
run 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
  /external/eigen/bench/
bench_multi_compilers.sh 16 compiler=`echo ${CLIST[$i]} | cut -d " " -f 1`
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
release_src.sh 19 version=`grep '^\$VERSION' iexploder-$$/src/version.rb | cut -d\" -f2`
  /external/webkit/Source/WebKit2/
Makefile 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/webkit/Tools/MiniBrowser/
Makefile 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/webkit/Tools/TestWebKitAPI/
Makefile 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/webkit/Tools/WebKitTestRunner/
Makefile 3 OSX_VERSION ?= $(shell sw_vers -productVersion | cut -d. -f 2)
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
  /external/hyphenation/
hyphen.h 9 * 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...]
example.c 29 void single_hyphenations(char * word, char * hyphen, char ** rep, int * pos, int * cut, int utf8) {
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);
hyphen.c 661 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)[k] = 0
    [all...]
  /external/webkit/WebKitLibraries/win/tools/scripts/
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)
60 # Cut the major component down to three characters by dropping any
  /external/genext2fs/
test-gen.lib 46 digest=`md5sum ext2.img 2>/dev/null | cut -f 1 -d " "`
50 digest=`md5 ext2.img 2>/dev/null | cut -f 4 -d " "`
  /frameworks/av/include/media/stagefright/
SkipCutBuffer.h 27 * utility class to cut the start and end off a stream of data in MediaBuffers
33 // 'cut' is the number of bytes to cut from the end
34 SkipCutBuffer(int32_t skip, int32_t cut);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 118 -w*) width=`echo $1 | cut -c3-` ;;
120 -h*) height=`echo $1 | cut -c3-` ;;
121 --widthv*=*) width=`echo $1 | cut -d= -f2` ;;
123 --heightv*=*) height=`echo $1 | cut -d= -f2` ;;
159 -w*) width=`echo $1 | cut -c3-` ;;
161 -h*) height=`echo $1 | cut -c3-` ;;
162 --widthv*=*) width=`echo $1 | cut -d= -f2` ;;
164 --heightv*=*) height=`echo $1 | cut -d= -f2` ;;
  /device/common/
generate-blob-lists.sh 67 cut -b 15- |
79 cut -b 15- |
86 MANUFACTURERNAME=$( find device -type d | grep ^[^/]\*/[^/]\*/$DEVICENAME\$ | cut -f 2 -d / )
109 cut -b 3-
  /external/openssh/contrib/aix/
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/nul
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 299 int cut = classNames.indexOf (',', pos); local
301 if (cut == -1) cut = classNames.length ();
302 final String name = classNames.substring (pos, cut);
334 pos = cut + 1;
  /external/aac/libAACdec/src/
aacdec_drc_types.h 135 FIXP_DBL cut; member in struct:__anon1979
  /frameworks/av/media/libstagefright/
SkipCutBuffer.cpp 27 SkipCutBuffer::SkipCutBuffer(int32_t skip, int32_t cut) {
29 mBackPadding = cut;
32 mCapacity = cut + 4096;
34 ALOGV("skipcutbuffer %d %d %d", skip, cut, mCapacity);
  /system/extras/tests/sdcard/
profile_sdcard.sh 41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')

Completed in 855 milliseconds

1 2 3 4 5 6 7 8 9