Home
last modified time | relevance | path

Searched refs:ZZ (Results 1 – 25 of 142) sorted by relevance

123456

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dentities02.dat2 <div bar="ZZ&gt;YY"></div>
9 | bar="ZZ>YY"
12 <div bar="ZZ&"></div>
19 | bar="ZZ&"
22 <div bar='ZZ&'></div>
29 | bar="ZZ&"
32 <div bar=ZZ&></div>
39 | bar="ZZ&"
42 <div bar="ZZ&gt=YY"></div>
49 | bar="ZZ&gt=YY"
[all …]
/external/lzma/
DMethods.txt11 3F ZZ ZZ ZZ ZZ ZZ MM MM
14 ZZ ZZ ZZ ZZ ZZ - Developer ID (5 bytes). Use real random bytes.
/external/icu/icu4c/source/test/testdata/
DwindowsZones.txt42 ZZ{"Etc/GMT-4"}
88 ZZ{"Etc/GMT+1"}
107 ZZ{"Etc/GMT+6"}
115 ZZ{"Etc/GMT-6"}
145 ZZ{"Etc/GMT-11"}
166 ZZ{"CST6CDT"}
176 ZZ{"Etc/GMT+12"}
193 ZZ{"Etc/GMT-3"}
218 ZZ{"EST5EDT"}
292 ZZ{"Etc/GMT+10"}
[all …]
/external/icu/icu4c/source/data/misc/
DwindowsZones.txt42 ZZ{"Etc/GMT-4"}
92 ZZ{"Etc/GMT+1"}
111 ZZ{"Etc/GMT+6"}
120 ZZ{"Etc/GMT-6"}
151 ZZ{"Etc/GMT-11"}
172 ZZ{"CST6CDT"}
182 ZZ{"Etc/GMT+12"}
199 ZZ{"Etc/GMT-3"}
227 ZZ{"EST5EDT"}
301 ZZ{"Etc/GMT+10"}
[all …]
DpostalCodeData.txt50 FK{"FIQQ 1ZZ"}
69 GS{"SIQQ 1ZZ"}
82 IO{"BBND 1ZZ"}
135 PN{"PCRN 1ZZ"}
147 SH{"(ASCN|STHL) 1ZZ"}
155 TC{"TKCA 1ZZ"}
/external/clang/test/SemaCXX/
Ddefault2.cpp105 struct ZZ { struct
106 static ZZ g(int = 17);
108 void f(ZZ z = g()); // expected-error{{no matching constructor for initialization}} \
111 ZZ(ZZ&, int = 17); // expected-note{{candidate constructor}}
/external/llvm/test/CodeGen/X86/
D2008-02-25-X86-64-CoalescerBug.ll5 %struct.ZZ = type opaque
25 %tmp72 = bitcast %struct.XX* %tmp2728128 to %struct.ZZ*** ; <%struct.ZZ***> [#uses=1]
33 %tmp73 = load %struct.ZZ**, %struct.ZZ*** %tmp72, align 8 ; <%struct.ZZ**> [#uses=0]
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; in test_bin_op_overload() typedef
50 ZZ *zz = a8; in test_bin_op_overload()
/external/clang/test/CodeCompletion/
Dcall.cpp13 void f(Y y, int ZZ);
/external/icu/icu4c/source/data/region/
Dmgo.txt12 ZZ{"aba aben tisɔ̀"}
Dbo.txt21 ZZ{"མིའི་ཤེས་རྟོགས་མ་བྱུང་བའི་ཁོར་ཡུག"}
Dii.txt21 ZZ{"ꃅꄷꅉꀋꐚꌠ"}
Dos.txt28 ZZ{"Нӕзонгӕ бӕстӕ"}
Das.txt27 ZZ{"অজ্ঞাত বা অবৈধ অঞ্চল"}
Dchr.txt211 ZZ{"ᏄᏬᎵᏍᏛᎾ ᎤᏔᏂᏗᎦᏙᎯ"}
Dyi.txt232 ZZ{"אומבאַוואוסטער ראַיאן"}
Dbrx.txt289 ZZ{"अज्ञात या अवैध प्रदेश"}
Dks.txt286 ZZ{"نامعلوٗم تہٕ نالَگہار عَلاقہٕ"}
Dor.txt289 ZZ{"ଅଜଣା କିମ୍ବା ଅବୈଧ ପ୍ରଦେଶ"}
Dko.txt300 ZZ{"알려지지 않은 지역"}
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1178 assertFalse(phoneUtil.isValidNumberForRegion(INTERNATIONAL_TOLL_FREE, RegionCode.ZZ)); in testIsValidForRegion()
1183 assertFalse(phoneUtil.isValidNumberForRegion(invalidNumber, RegionCode.ZZ)); in testIsValidForRegion()
1187 assertFalse(phoneUtil.isValidNumberForRegion(invalidNumber, RegionCode.ZZ)); in testIsValidForRegion()
1250 assertEquals(0, phoneUtil.getCountryCodeForRegion(RegionCode.ZZ)); in testGetCountryCodeForRegion()
1267 assertEquals(null, phoneUtil.getNddPrefixForRegion(RegionCode.ZZ, false)); in testGetNationalDiallingPrefixForRegion()
1277 assertFalse(phoneUtil.isNANPACountry(RegionCode.ZZ)); in testIsNANPACountry()
2025 phoneUtil.parse(someNumber, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
2096 phoneUtil.parse(emptyNumber, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
2107 phoneUtil.parse(nullNumber, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
2131 phoneUtil.parse(domainRfcPhoneContext, RegionCode.ZZ); in testFailedParseOnInvalidNumbers()
[all …]
DRegionCode.java60 static final String ZZ = "ZZ"; field in RegionCode
DPhoneNumberMatcherTest.java184 doTestFindInContext("+64 3 331 6005", RegionCode.ZZ); in testFindNumbersWithPlusWithNoRegion()
803 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("1 456 764 156", RegionCode.ZZ); in testNonPlusPrefixedNumbersNotFoundForInvalidRegion()
815 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("", RegionCode.ZZ); in testEmptyIteration()
828 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("+14156667777", RegionCode.ZZ); in testSingleIteration()
854 phoneUtil.findNumbers("+14156667777 foobar +14156667777 ", RegionCode.ZZ); in testDoubleIteration()
887 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("+14156667777", RegionCode.ZZ); in testRemovalNotSupported()
/external/clang/test/Rewriter/
Drewrite-forward-class.m6 @class YY, ZZ, QQ;
Drewrite-forward-class.mm6 @class YY, ZZ, QQ;

123456