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

1 2 3 4 5 6

  /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-
  /dalvik/dx/tests/108-string-annotation/
run 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
release_src.sh 19 version=`grep '^\$VERSION' iexploder-$$/src/version.rb | cut -d\" -f2`
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/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/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
  /device/common/
generate-blob-scripts.sh 66 cut -b 15- |
76 cut -b 15- |
83 MANUFACTURERNAME=$( find device -type d | grep [^/]\*/[^/]\*/$DEVICENAME\$ | cut -f 2 -d / )
113 cut -b 3- |
120 echo unzip -j -o ../../../\${DEVICE}_update.zip $(echo $FULLPATH | cut -b 2-) -d ../../../vendor/\$MANUFACTURER/\$DEVICE/proprietary
154 cut -b 3- |
178 cut -b 3- |
191 echo -n \ \ \ \ vendor/__MANUFACTURER__/__DEVICE__/proprietary/$(basename $FULLPATH):$(echo $FULLPATH | cut -b 2-)
199 cut -b 3- |
250 cut -b 3-
    [all...]
  /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 " "`
  /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` ;;
  /development/pdk/hosting/
edoxfix.sh 9 let count=$(wc -l $f | cut -d\ -f 1 )
  /external/bluetooth/glib/gio/
abicheck.sh 11 nm -D -g --defined-only .libs/libgio-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
  /external/bluetooth/glib/gobject/
abicheck.sh 11 nm -D -g --defined-only .libs/libgobject-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
  /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;
  /cts/tools/dx-tests/scripts/
collect_dasm_files.sh 45 MAPPED_OPCODE=`echo -n $line | cut -d" " -f2`
51 jpackageclass=`echo $myline | cut -d";" -f1` # e.g dxc.junit.verify.t482_9.Main_testVFE2
54 jtestclass=`echo $myline | cut -d";" -f2` # e.g dxc.junit.verity.t482_9.jm.T_t482_9_1
81 for subcode in `echo $MAPPED_OPCODE | cut -d";" -f1,2 --output-delimiter=" "`; do
  /system/extras/tests/sdcard/
profile_sdcard.sh 41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
  /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...]
  /cts/tools/dx-tests/etc/
starttests 194 mainclass=`echo $myline | cut -d";" -f1` # e.g dxc.junit.verify.t482_9.Main_testVFE2
197 testclasses=`echo $myline | cut -d";" -f2` # e.g dxc.junit.verity.t482_9.jm.T_t482_9_1
203 jtitle=`echo $myline | cut -d";" -f3`
204 jcomment=`echo $myline | cut -d";" -f4`
205 details=`echo $myline | cut -d";" -f5`
  /cts/tools/vm-tests/etc/
starttests 175 mainclass=`echo $myline | cut -d";" -f1`
177 deps=`echo $myline | cut -d";" -f2`
179 jtitle=`echo $myline | cut -d";" -f3`
180 jcomment=`echo $myline | cut -d";" -f4`
181 details=`echo $myline | cut -d";" -f5`

Completed in 2181 milliseconds

1 2 3 4 5 6