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

  /external/libvpx/
release.sh 24 TAB="$(printf '\t')"
27 ${TAB}@echo "\$(subst .tar.bz2,,\$@): tarball"
28 ${TAB}@cd \$(dir \$<); tar -cf - \$(subst .tar.bz2,,\$@) | bzip2 > ../\$@
31 ${TAB}@echo "\$(subst .zip,,\$@): zip"
32 ${TAB}@rm -f \$@; cd \$(dir \$<); zip -rq ../\$@ \$(subst .zip,,\$@)
35 ${TAB}@echo "\$(subst .log.bz2,,\$(notdir \$@)): tarlog"
36 ${TAB}@mkdir -p logs
37 ${TAB}@cat \$< | bzip2 > \$@
40 ${TAB}@mkdir -p \$(dir \$@)
41 ${TAB}@echo "\$(dir \$@): configure \$(CONFIG_OPTS) \$(EXTRA_PATH)
    [all...]
  /external/libvpx/build/make/
gen_msvs_sln.sh 167 local TAB=$'\t'
171 ${TAB}@echo " * devenv.com not found in path."
172 ${TAB}@echo " * "
173 ${TAB}@echo " * You will have to build all configurations manually using the"
174 ${TAB}@echo " * Visual Studio IDE. To allow make to build them automatically,"
175 ${TAB}@echo " * add the Common7/IDE directory of your Visual Studio"
176 ${TAB}@echo " * installation to your path, eg:"
177 ${TAB}@echo " * C:\Program Files\Microsoft Visual Studio 8\Common7\IDE"
178 ${TAB}@echo " * "
179 ${TAB}@touch \$
    [all...]
  /device/htc/common/
README.ecclist_for_mcc.conf 25 1. Use white space instead of TAB between MCC and emergency number list.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 45 private static final String TAB = " ";
63 String tab = indent + TAB; local
97 buf.append(tab);
103 _dumpAsString(tab, verbose, (DERObject)o, buf);
107 _dumpAsString(tab, verbose, ((DEREncodable)o).getDERObject(), buf);
113 String tab = indent + TAB; local
139 buf.append(tab);
145 _dumpAsString(tab, verbose, o.getObject(), buf)
151 String tab = indent + TAB; local
180 String tab = indent + TAB; local
209 String tab = indent + TAB; local
336 String tab = indent + TAB; local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 72 private static byte TAB = 9;
84 PRINTABLE_CHARS.set(TAB);
  /external/icu4c/i18n/
selfmtimpl.h 38 #define TAB ((UChar)0x0009)
  /external/v8/test/mjsunit/third_party/
string-trim.js 48 {s : '\u0009', t : 'HORIZONTAL TAB'},
50 {s : '\u000B', t : 'VERTICAL TAB'},
  /frameworks/base/core/java/android/text/
DynamicLayout.java 379 return (mInts.getValue(line, TAB) & TAB_MASK) != 0;
488 private static final int TAB = START;
StaticLayout.java 304 boolean tab = false;
362 tab = true;
384 tab = true;
460 choosehtv, fm, tab,
496 choosehtv, fm, tab,
512 choosehtv, fm, tab,
523 source, here, here + 1, fm, tab,
532 choosehtv, fm, tab,
578 choosehtv, fm, tab,
    [all...]
  /external/chromium/third_party/icu/source/common/
uprops.h 10 * tab size: 8 (not used)
282 TAB =0x0009,
uchar.c 416 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
448 return c==9 || c==0x20; /* TAB or SPACE */
481 * The only cntrl character in graph+blank is TAB (in blank).
482 * Here we implement (blank-TAB)=Zs instead of calling u_isblank().
913 USET_ADD_CP_AND_NEXT(sa, TAB);
916 sa->add(sa->set, CR+1); /* range TAB..CR */
  /external/icu4c/common/
uprops.h 10 * tab size: 8 (not used)
263 TAB =0x0009,
uchar.c 415 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
419 (c<=0x1f && c>=TAB && (c<=CR || c>=0x1c))
451 return c==9 || c==0x20; /* TAB or SPACE */
484 * The only cntrl character in graph+blank is TAB (in blank).
485 * Here we implement (blank-TAB)=Zs instead of calling u_isblank().
799 USET_ADD_CP_AND_NEXT(sa, TAB);
802 sa->add(sa->set, CR+1); /* range TAB..CR */
  /external/qemu/android/skin/
keyset.c 82 _KEYSYM1_(TAB) \
  /external/qemu/android/
hw-events.h 59 KEY_CODE(TAB ,15) \
  /external/chromium/third_party/icu/source/tools/genrb/
parse.c 42 #define TAB 0x0009
385 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /external/icu4c/tools/genrb/
parse.c 42 #define TAB 0x0009
385 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 688 milliseconds