Home
last modified time | relevance | path

Searched refs:Ti (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/icu/icu4c/source/data/lang/
Dvi.txt15 currency{"Tiền tệ"}
25 aa{"Tiếng Afar"}
26 ab{"Tiếng Abkhazia"}
27 ace{"Tiếng Achinese"}
28 ach{"Tiếng Acoli"}
29 ada{"Tiếng Adangme"}
30 ady{"Tiếng Adyghe"}
31 ae{"Tiếng Avestan"}
32 af{"Tiếng Afrikaans"}
33 afh{"Tiếng Afrihili"}
[all …]
/external/icu/icu4c/source/data/region/
Dvai_Latn.txt44 CK{"Kóki Tiŋŋɛ"}
51 CV{"Kepi Vɛdi Tiŋŋɛ"}
68 FK{"Fáháki Luma Tiŋŋɛ"}
113 KY{"Keemaŋ Tiŋŋɛ"}
129 MH{"Masha Tiŋŋɛ"}
134 MP{"Kɔi Kaŋndɔ Mariyana Tiŋŋɛ"}
148 NF{"Nɔfɔ Tiŋŋɛ"}
178 SB{"Sulaimaãna Tiŋŋɛ"}
195 TC{"Tukisi ɓɛ̀ Kaikóosi Tiŋŋɛ"}
218 VG{"Jengéesi Bhɛɛ Lɔ Musu Tiŋŋɛ"}
[all …]
/external/clang/test/Rewriter/
Dobjc-modern-property-attributes.mm28 @synthesize q; // attributes should be "Ti,Vq"
29 @dynamic r; // attributes should be "Ti,D"
39 // CHECK: Ti,Vq
40 // CHECK: Ti,D
57 // CHECK: {{"q","Ti,D"}}
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DTypeHelper.java335 ResolvedType Ti = null; in nonWildcardParameterizationOf() local
340 Ti = Ai; in nonWildcardParameterizationOf()
346 …if (Ti == null && Ai.isWildcard() && Ai.asWildcard().mention(originalType.getTypeDeclaration().get… in nonWildcardParameterizationOf()
352 if (Ti == null) { in nonWildcardParameterizationOf()
359 Ti = Bi; in nonWildcardParameterizationOf()
366 Ti = glb(new HashSet<>(Arrays.asList(Ui, Bi))); in nonWildcardParameterizationOf()
372 Ti = Ai.asWildcard().getBoundedType(); in nonWildcardParameterizationOf()
378 TIs.add(Ti); in nonWildcardParameterizationOf()
DBoundSet.java667 ResolvedType Ti = null; in performResolution() local
672 Ti = leastUpperBound(properLowerBounds); in performResolution()
679 … if (Ti == null && throwsBound && properUpperBoundsAreAtMostExceptionThrowableAndObject(alphaI)) { in performResolution()
680Ti = new ReferenceTypeImpl(typeSolver.solveType(RuntimeException.class.getCanonicalName()), typeSo… in performResolution()
685 if (Ti == null) { in performResolution()
693 Ti = glb(properUpperBounds); in performResolution()
696 newBounds = newBounds.withBound(new SameAsBound(alphaI, Ti)); in performResolution()
/external/libcups/cups/
Dmd5.c162 # define SET(a, b, c, d, k, s, Ti)\ in _cups_md5_process() argument
163 t = a + F(b,c,d) + X[k] + Ti;\ in _cups_md5_process()
188 # define SET(a, b, c, d, k, s, Ti)\ in _cups_md5_process() argument
189 t = a + G(b,c,d) + X[k] + Ti;\ in _cups_md5_process()
214 # define SET(a, b, c, d, k, s, Ti)\ in _cups_md5_process() argument
215 t = a + H(b,c,d) + X[k] + Ti;\ in _cups_md5_process()
240 # define SET(a, b, c, d, k, s, Ti)\ in _cups_md5_process() argument
241 t = a + I(b,c,d) + X[k] + Ti;\ in _cups_md5_process()
/external/python/cpython2/Modules/
Dmd5.c204 #define SET(a, b, c, d, k, s, Ti)\ in md5_process() argument
205 t = a + F(b,c,d) + X[k] + Ti;\ in md5_process()
230 #define SET(a, b, c, d, k, s, Ti)\ in md5_process() argument
231 t = a + G(b,c,d) + X[k] + Ti;\ in md5_process()
256 #define SET(a, b, c, d, k, s, Ti)\ in md5_process() argument
257 t = a + H(b,c,d) + X[k] + Ti;\ in md5_process()
282 #define SET(a, b, c, d, k, s, Ti)\ in md5_process() argument
283 t = a + I(b,c,d) + X[k] + Ti;\ in md5_process()
/external/clang/test/CodeGenObjC/
Dproperty-list-in-extension.m20 // CHECK: = private global [12 x i8] c"Ti,V_myprop\00",
44 // CHECK: [[evolvingsetter:@OBJC_PROP_NAME_ATTR[^ ]+]] = private global [18 x i8] c"Ti,V_evolvingpr…
45 // CHECK: [[booleanmetadata:@OBJC_PROP_NAME_ATTR[^ ]+]] = private global [34 x i8] c"Ti,N,GisBoolea…
Dprop-metadata-gnu.m14 // GCC-NOT: Ti,VvarName
15 // GNUSTEP: Ti,VvarName
/external/tensorflow/tensorflow/core/kernels/
Dinplace_ops.cc298 auto Ti = i.flat<int32>(); in DoInplaceOp() local
302 for (int64 j = 0; j < Ti.size(); ++j) { in DoInplaceOp()
303 auto r = (Ti(j) % nrows + nrows) % nrows; // Guard index range. in DoInplaceOp()
321 auto Ti = i.flat<int32>(); in DoInplaceStringUpdateOp() local
325 for (int64 j = 0; j < Ti.size(); ++j) { in DoInplaceStringUpdateOp()
326 auto r = (Ti(j) % nrows + nrows) % nrows; // Guard index range. in DoInplaceStringUpdateOp()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D02cc310a2c02891f686b2b5b52f9e1d6.0000029d.honggfuzz.cov7 Ti���������������������>������������������������������������������������������ �
D605aa96a18eea0bfe5965db90c21ea36.00000df0.honggfuzz.cov12 �!MCB��2E�E1rۆ�yk�y�G�|��jn��U�͑J���+�4�`���'��E)��ߙ���T]��^y#v�n���4lf���i0��!r��Ti��L…
D422dd8f97ea37271fd5033434785b3a6.00002c21.honggfuzz.cov11 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
D8e9ef083444a3e681f21b7ac61c56a26.00006d50.honggfuzz.cov33 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
37 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
41 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
62 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
141 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
145 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
200 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
204 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
D6c80099b1231d8267cc26df8ac3030b2.00005f96.honggfuzz.cov33 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
37 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
41 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
62 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
76 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
102 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
124 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
Dec52486211d7eeb367ca39335714ae8d.000050e8.honggfuzz.cov33 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
37 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
41 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
62 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
76 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
80 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
Dp3-0x.cpp46 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' cannot be defined in a ty…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D605aa96a18eea0bfe5965db90c21ea36.00000df0.honggfuzz.cov12 �!MCB��2E�E1rۆ�yk�y�G�|��jn��U�͑J���+�4�`���'��E)��ߙ���T]��^y#v�n���4lf���i0��!r��Ti��L…
D422dd8f97ea37271fd5033434785b3a6.00002c21.honggfuzz.cov11 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
D8e9ef083444a3e681f21b7ac61c56a26.00006d50.honggfuzz.cov33 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
37 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
41 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
62 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
141 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
145 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
200 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
204 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
D6c80099b1231d8267cc26df8ac3030b2.00005f96.honggfuzz.cov33 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
37 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
41 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
62 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
76 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
102 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
124 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
Dec52486211d7eeb367ca39335714ae8d.000050e8.honggfuzz.cov33 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
37 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
41 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
62 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
76 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
80 …��h��3�>�ŀ:� @�~G������զ *�71���y���ܕn�g�h@���B'���s����� �)@�c�Ti���s���xU�S���:����…
/external/google-breakpad/src/client/mac/sender/it.lproj/
DLocalizable.strings8 "commentsMsg" = "Ti preghiamo di aiutarci a risolvere il problema descrivendo cosa è successo prima…
/external/icu/icu4c/source/data/curr/
Dvi.txt539 "Won Triều Tiên",
1067 "Đơn vị Tiền tệ Châu Âu",
1087 "Đơn vị Tiền Châu Âu",
1119 "Mã Tiền tệ Kiểm tra",
1123 "Tiền tệ chưa biết",
1510 other{"Won Triều Tiên"}
/external/icu/icu4c/source/data/translit/
DLatin_ConjoiningJamo.txt80 $Ti = ᄐ;
260 $sep ← $latinMedialEnd l t {} [$Ti];
263 $sep ← $latinMedialEnd t {} $Ti;
284 $jamoMedial {l t} $latinMedial → $L $Ti;
302 $jamoMedial {t} $latinMedial → $Ti;
383 {t} $latinMedial ↔ $Ti;

1234567891011