Searched refs:txt (Results 1 - 25 of 504) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/data/zone/
H A Dresfiles.mk4 # A list of txt's to build
18 # | ZONE_SOURCE_LOCAL = myLocale.txt ...
23 # | ZONE_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
29 ZONE_SYNTHETIC_ALIAS = az_AZ.txt az_Latn_AZ.txt bs_BA.txt bs_Latn_B
[all...]
/external/icu/icu4c/source/data/locales/
H A Dresfiles.mk4 # A list of txt's to build
18 # | GENRB_SOURCE_LOCAL = myLocale.txt ...
23 # | GENRB_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
29 GENRB_SYNTHETIC_ALIAS = az_AZ.txt bs_BA.txt en_NH.txt en_R
[all...]
/external/icu/icu4c/source/data/lang/
H A Dresfiles.mk4 # A list of txt's to build
18 # | LANG_SOURCE_LOCAL = myLocale.txt ...
23 # | LANG_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
29 LANG_SYNTHETIC_ALIAS = az_AZ.txt az_Latn_AZ.txt bs_BA.txt bs_Latn_B
[all...]
/external/icu/icu4c/source/data/region/
H A Dresfiles.mk4 # A list of txt's to build
18 # | REGION_SOURCE_LOCAL = myLocale.txt ...
23 # | REGION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
29 REGION_SYNTHETIC_ALIAS = az_AZ.txt az_Latn_AZ.txt bs_BA.txt bs_Latn_B
[all...]
/external/icu/icu4c/source/data/unit/
H A Dresfiles.mk4 # A list of txt's to build
18 # | UNIT_SOURCE_LOCAL = myLocale.txt ...
23 # | UNIT_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
29 UNIT_SYNTHETIC_ALIAS = az_AZ.txt az_Latn_AZ.txt bs_BA.txt bs_Latn_B
[all...]
/external/icu/icu4c/source/data/curr/
H A Dresfiles.mk4 # A list of txt's to build
18 # | CURR_SOURCE_LOCAL = myLocale.txt ...
23 # | CURR_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
29 CURR_SYNTHETIC_ALIAS = az_AZ.txt az_Latn_AZ.txt bs_BA.txt bs_Latn_B
[all...]
/external/icu/icu4c/source/data/coll/
H A Dcolfiles.mk4 # A list of txt's to build
18 # | COLLATION_SOURCE_LOCAL = myLocale.txt ...
23 # | COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
29 COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONA
[all...]
/external/icu/icu4c/source/data/rbnf/
H A Drbnffiles.mk4 # A list of txt's to build
18 # | RBNF_SOURCE_LOCAL = myLocale.txt ...
23 # | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
29 RBNF_SYNTHETIC_ALIAS = es_DO.txt es_GT.txt es_HN.txt es_M
[all...]
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dcontperf.sh12 for file in udhr_eng.txt \
13 udhr_deu.txt \
14 udhr_fra.txt \
15 udhr_rus.txt \
16 udhr_tha.txt \
17 udhr_jpn.txt \
18 udhr_cmn.txt \
H A Dspan16perf.sh12 for file in udhr_eng.txt \
13 udhr_deu.txt \
14 udhr_fra.txt \
15 udhr_rus.txt \
16 udhr_tha.txt \
17 udhr_jpn.txt \
18 udhr_cmn.txt \
H A Dspan8perf.sh12 for file in udhr_eng.txt \
13 udhr_deu.txt \
14 udhr_fra.txt \
15 udhr_rus.txt \
16 udhr_tha.txt \
17 udhr_jpn.txt \
18 udhr_cmn.txt \
H A Dcontperf.bat8 for %%f in (udhr_eng.txt
9 udhr_deu.txt
10 udhr_fra.txt
11 udhr_rus.txt
12 udhr_tha.txt
13 udhr_jpn.txt
14 udhr_cmn.txt
H A Dspan16perf.bat8 for %%f in (udhr_eng.txt
9 udhr_deu.txt
10 udhr_fra.txt
11 udhr_rus.txt
12 udhr_tha.txt
13 udhr_jpn.txt
14 udhr_cmn.txt
/external/icu/icu4c/source/data/brkitr/
H A Dbrkfiles.mk4 # A list of txt's to build
18 # | BRK_RES_SOURCE_LOCAL = myLocale.txt ...
23 # | BRK_RES_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
37 BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodic
[all...]
/external/opencv3/3rdparty/openexr/Iex/
H A DIexThrowErrnoExc.h90 void throwErrnoExc (const std::string &txt, int errnum);
91 void throwErrnoExc (const std::string &txt = "%T." /*, int errnum = oserror() */);
/external/toybox/tests/
H A Dcut.test15 the quick brown fox jumps over the lazy dog" >abc.txt
17 testing "cut with -c (a-b)" "cut -c 4-10 abc.txt" ":two:th\nha:beta\n quick \n" "" ""
18 testing "cut with -f (a-)" "cut -d ':' -f 5- abc.txt" "five:six:seven\nepsilon:zeta:eta:teta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n" "" ""
20 testing "cut with -f (a)" "cut -d ' ' -f 3 abc.txt" "one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:teta:iota:kappa:lambda:mu\nbrown\n" "" ""
25 # Modifying abc.txt data as per new testcase
26 echo "abcdefghijklmnopqrstuvwxyz" >abc.txt
28 testing "cut with -c (a,b,c)" "cut -c 4,5,20 abc.txt" "det\n" "" ""
30 testing "cut with -b (a,b,c)" "cut -b 4,5,20 abc.txt" "det\n" "" ""
32 # Modifying abc.txt data as per testcase
36 396082:Sales:Jucacion:Ed" >abc.txt
[all...]
H A Drm.test10 echo "abcdefghijklmnopqrstuvwxyz" > file.txt
11 testing "Remove text-file" "rm file.txt && [ ! -e file.txt ] && echo 'yes'" "yes\n" "" ""
18 echo "abcdefghijklmnopqrstuvwxyz" > file.txt && chmod 000 file.txt
19 testing "Remove text file(mode 000)" "rm -f file.txt && [ ! -e file.txt ] && echo 'yes'" \
23 touch file1.txt file2.txt
26 "rm -r file1.txt file
[all...]
/external/androidplot/Examples/DemoApp/
H A Dproject.properties39 #proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt:proguard-project.txt
41 proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt:proguard-project.txt
/external/icu/icu4c/source/data/misc/
H A Dmiscfiles.mk3 # A list of txt's to build
17 # | MISC_SOURCE_LOCAL = myFile.txt ...
21 # | MISC_SOURCE = zoneinfo.txt
26 zoneinfo64.txt supplementalData.txt likelySubtags.txt plurals.txt \
27 numberingSystems.txt icuver.txt icustd.txt metadat
[all...]
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.sh12 for file in udhr_eng.txt \
13 udhr_deu.txt \
14 udhr_fra.txt \
15 udhr_rus.txt \
16 udhr_tha.txt \
17 udhr_jpn.txt \
18 udhr_cmn.txt \
/external/clang/utils/ABITest/
H A Dbuild-and-summarize.sh12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
/external/curl/lib/
H A Dstrerror.c809 const char *txt; local
825 txt = "No error";
828 txt = "SEC_E_ALGORITHM_MISMATCH";
831 txt = "SEC_E_BAD_BINDINGS";
834 txt = "SEC_E_BAD_PKGID";
837 txt = "SEC_E_BUFFER_TOO_SMALL";
840 txt = "SEC_E_CANNOT_INSTALL";
843 txt = "SEC_E_CANNOT_PACK";
846 txt = "SEC_E_CERT_EXPIRED";
849 txt
[all...]
/external/icu/icu4c/source/data/sprep/
H A Dsprepfiles.mk3 # A list of txt's to build
17 # | SPREP_SOURCE_LOCAL = myStringPrep.txt ...
21 # | SPREP_SOURCE = rfc4518.txt
25 rfc3491.txt rfc3530cs.txt rfc3530csci.txt rfc3530mixp.txt rfc3722.txt \
26 rfc3920node.txt rfc3920res.txt rfc401
[all...]
/external/markdown/markdown/extensions/
H A Dcodehilite.py84 txt = self._escape(self.src)
86 txt = self._number(txt)
88 txt = '<div class="%s"><pre>%s</pre></div>\n'% \
89 (self.css_class, txt)
90 return txt
103 def _escape(self, txt):
105 txt = txt.replace('&', '&amp;')
106 txt
[all...]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
H A DRP.py25 @ivar txt: The owner name of a node with TXT records, or the root name
27 @type txt: dns.name.Name object
30 __slots__ = ['mbox', 'txt']
32 def __init__(self, rdclass, rdtype, mbox, txt):
35 self.txt = txt
39 txt = self.txt.choose_relativity(origin, relativize)
40 return "%s %s" % (str(mbox), str(txt))
44 txt
[all...]

Completed in 493 milliseconds

1234567891011>>