/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | IDNATestInput.txt | 3 namebase: <00ED>dn 14 namebase: <00ED>dn 25 namebase: <00EB>x.<00ED>dn 443 namebase: <00ED><0021>dn 454 namebase: <00ED><0024>dn 465 namebase: <00ED><002B>dn 476 namebase: <002D><00ED>1dn 487 namebase: <00ED>1dn<002D> 498 namebase: <00ED><FF0B>dn 509 namebase: <00ED><207C>dn [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | IDNATestInput.txt | 3 namebase: <00ED>dn 14 namebase: <00ED>dn 25 namebase: <00EB>x.<00ED>dn 443 namebase: <00ED><0021>dn 454 namebase: <00ED><0024>dn 465 namebase: <00ED><002B>dn 476 namebase: <002D><00ED>1dn 487 namebase: <00ED>1dn<002D> 498 namebase: <00ED><FF0B>dn 509 namebase: <00ED><207C>dn [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | idna_conf.txt | 3 namebase: <00ED>dn 14 namebase: <00ED>dn 25 namebase: <00EB>x.<00ED>dn 443 namebase: <00ED><0021>dn 454 namebase: <00ED><0024>dn 465 namebase: <00ED><002B>dn 476 namebase: <002D><00ED>1dn 487 namebase: <00ED>1dn<002D> 498 namebase: <00ED><FF0B>dn 509 namebase: <00ED><207C>dn [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | staticIndexSignature3.types | 20 class ED extends D { 21 >ED : ED 63 const e = ED["f"] 65 >ED["f"] : boolean 66 >ED : typeof ED 69 const f = ED[42] 71 >ED[42] : 1 72 >ED : typeof ED
|
D | staticIndexSignature3.js | 11 class ED extends D { class 24 const e = ED["f"] 25 const f = ED[42] 59 var ED = /** @class */ (function (_super) { 60 __extends(ED, _super); 61 function ED() { class in ED 64 return ED; 77 var e = ED["f"]; 78 var f = ED[42];
|
D | staticIndexSignature3.symbols | 20 class ED extends D { 21 >ED : Symbol(ED, Decl(staticIndexSignature3.ts, 7, 1)) 55 const e = ED["f"] 57 >ED : Symbol(ED, Decl(staticIndexSignature3.ts, 7, 1)) 59 const f = ED[42] 61 >ED : Symbol(ED, Decl(staticIndexSignature3.ts, 7, 1))
|
D | staticIndexSignature3.errors.txt | 14 class ED extends D { 29 const e = ED["f"] 30 const f = ED[42]
|
/third_party/icu/icu4c/source/samples/layout/ |
D | layout.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "layout", "layout.vcxproj", "{497500ED-DE1D-4B2… 13 {497500ED-DE1D-4B20-B529-F41B5A0FBEEB}.Debug|Win32.ActiveCfg = Debug|Win32 14 {497500ED-DE1D-4B20-B529-F41B5A0FBEEB}.Debug|Win32.Build.0 = Debug|Win32 15 {497500ED-DE1D-4B20-B529-F41B5A0FBEEB}.Debug|x64.ActiveCfg = Debug|x64 16 {497500ED-DE1D-4B20-B529-F41B5A0FBEEB}.Debug|x64.Build.0 = Debug|x64 17 {497500ED-DE1D-4B20-B529-F41B5A0FBEEB}.Release|Win32.ActiveCfg = Release|Win32 18 {497500ED-DE1D-4B20-B529-F41B5A0FBEEB}.Release|Win32.Build.0 = Release|Win32 19 {497500ED-DE1D-4B20-B529-F41B5A0FBEEB}.Release|x64.ActiveCfg = Release|x64 20 {497500ED-DE1D-4B20-B529-F41B5A0FBEEB}.Release|x64.Build.0 = Release|x64
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() 394 OffsetRange getOffsetRange(const ExtDesc &ED) const; 405 bool replaceInstrExact(const ExtDesc &ED, Register ExtR); 406 bool replaceInstrExpr(const ExtDesc &ED, const ExtenderInit &ExtI, 425 friend raw_ostream &operator<< (raw_ostream &OS, const ExtDesc &ED); 492 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtDesc &ED) { in operator <<() argument 493 assert(ED.OpNum != -1u); in operator <<() 494 const MachineBasicBlock &MBB = *ED.getOp().getParent()->getParent(); in operator <<() 498 if (ED.Rd.Reg != 0) in operator <<() 499 OS << printReg(ED.Rd.Reg, &HRI, ED.Rd.Sub); in operator <<() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | unix.c | 45 #define ED AV_OPT_FLAG_DECODING_PARAM|AV_OPT_FLAG_ENCODING_PARAM macro 47 … OFFSET(listen), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, ED }, 48 … OFFSET(timeout), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, ED }, 49 … OFFSET(type), AV_OPT_TYPE_INT, { .i64 = SOCK_STREAM }, INT_MIN, INT_MAX, ED, "type" }, 50 … 0, AV_OPT_TYPE_CONST, { .i64 = SOCK_STREAM }, INT_MIN, INT_MAX, ED, "type" }, 51 …d)", 0, AV_OPT_TYPE_CONST, { .i64 = SOCK_DGRAM }, INT_MIN, INT_MAX, ED, "type" }, 52 …", 0, AV_OPT_TYPE_CONST, { .i64 = SOCK_SEQPACKET }, INT_MIN, INT_MAX, ED, "type" },
|
/third_party/lame/vc_solution/ |
D | vs2019_lame.sln | 19 …8D11-00A0C91BC942}") = "mp3x", "vs2019_lame_mp3x.vcxproj", "{E745EB1A-070A-45ED-B8BD-D9F794E23CFA}" 90 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.Debug|Win32.ActiveCfg = Debug|Win32 91 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.Debug|Win32.Build.0 = Debug|Win32 92 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.Debug|x64.ActiveCfg = Debug|Win32 93 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.Release|Win32.ActiveCfg = Release|Win32 94 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.Release|Win32.Build.0 = Release|Win32 95 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.Release|x64.ActiveCfg = Release|Win32 96 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.ReleaseNASM|Win32.ActiveCfg = ReleaseNASM|Win32 97 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.ReleaseNASM|Win32.Build.0 = ReleaseNASM|Win32 98 {E745EB1A-070A-45ED-B8BD-D9F794E23CFA}.ReleaseNASM|x64.ActiveCfg = ReleaseNASM|Win32 [all …]
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftbsdf.c | 200 } ED; typedef 231 ED* distance_map; 247 static const ED zero_ed = { 0, { 0, 0 }, 0 }; 310 bsdf_is_edge( ED* dm, /* distance map */ in bsdf_is_edge() 317 ED* to_check = NULL; in bsdf_is_edge() 401 compute_edge_distance( ED* current, in compute_edge_distance() 575 ED* ed; in bsdf_approximate_edge() 651 ED* t; in bsdf_init_distance_map() 705 t = (ED*)worker->distance_map; in bsdf_init_distance_map() 848 compare_neighbor( ED* current, in compare_neighbor() [all …]
|
/third_party/typescript/tests/cases/conformance/classes/staticIndexSignature/ |
D | staticIndexSignature3.ts | 12 class ED extends D { class 25 const e = ED["f"] 26 const f = ED[42]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-ssa-to-ass-remux | 28 Style: Song (romaji) ED-furigana,Verdana,15,7363111,8454016,0,16777215,-1,-1,1,1,0,6,30,30,16,0,0 41 Style: Song (romaji) ED,Verdana,30,7363111,8454016,0,16777215,-1,-1,1,2,0,6,30,30,16,0,0 72 Dialogue: Marked=0,0:25:35.06,0:25:36.67,Song (romaji) ED,,0000,0000,0000,,{\c&H9C6348&\2c&H372824&… 73 Dialogue: Marked=0,0:25:36.68,0:25:40.69,Song (romaji) ED,,0000,0000,0000,,{\c&H9C6348&\2c&H372824&… 74 Dialogue: Marked=0,0:25:45.04,0:25:47.97,Song (romaji) ED,,0000,0000,0000,,{\c&H9C6348&\2c&H372824&… 75 Dialogue: Marked=0,0:25:47.98,0:25:50.22,Song (romaji) ED,,0000,0000,0000,,{\c&H9C6348&\2c&H372824&…
|
/third_party/openssl/test/ct/ |
D | tls1.sct | 10 E5:E2:3E:06:02:21:00:E4:ED:C0:DB:3A:C5:72:B1:E2: 12 05:51:9D:89:ED:BF:08
|
/third_party/openssl/test/certs/ |
D | ee-ed25519.pem | 24 9B:1F:5E:ED:ED:04:33:85:E4:F7:BC:62:3C:59:75:B9:0B:C8:BB:3B
|
/third_party/toybox/tests/files/bc/ |
D | print_results.txt | 4269 .1ED 4270 1.1ED 4271 8D.1ED 4628 ED 4631 ED.352 5375 .2ED 5376 1.2ED 5377 B7.2ED 5590 ED 5593 ED.3CA
|
D | parse.txt | 13242 ED 13243 0.ED 13244 1.ED 13245 ED.ED 14327 ED 14328 0.ED 14329 1.ED 14330 ED.ED
|
/third_party/icu/icu4c/source/samples/all/ |
D | all.sln | 51 …"plurfmtsample", "..\plurfmtsample\plurfmtsample.vcxproj", "{B500B731-ED1A-4761-94ED-B22DFE25FF2B}" 245 {B500B731-ED1A-4761-94ED-B22DFE25FF2B}.Debug|x64.ActiveCfg = Debug|x64 246 {B500B731-ED1A-4761-94ED-B22DFE25FF2B}.Debug|x64.Build.0 = Debug|x64 247 {B500B731-ED1A-4761-94ED-B22DFE25FF2B}.Debug|x86.ActiveCfg = Debug|Win32 248 {B500B731-ED1A-4761-94ED-B22DFE25FF2B}.Debug|x86.Build.0 = Debug|Win32 249 {B500B731-ED1A-4761-94ED-B22DFE25FF2B}.Release|x64.ActiveCfg = Release|x64 250 {B500B731-ED1A-4761-94ED-B22DFE25FF2B}.Release|x64.Build.0 = Release|x64 251 {B500B731-ED1A-4761-94ED-B22DFE25FF2B}.Release|x86.ActiveCfg = Release|Win32 252 {B500B731-ED1A-4761-94ED-B22DFE25FF2B}.Release|x86.Build.0 = Release|Win32
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/tests/ |
D | MORX-5.tests | 17 …ables --font-funcs=ft;U+0050,U+0051,U+0052,U+0041,U+0058,U+0059,U+005A,U+24ED;[P|Q@333,0|R@699,0|A… 18 …-font-funcs=ft;U+0050,U+0051,U+0052,U+0041,U+0042,U+0058,U+0059,U+005A,U+24ED;[P|Q@333,0|R@699,0|A… 19 …uncs=ft;U+0050,U+0051,U+0052,U+0041,U+0042,U+0043,U+0058,U+0059,U+005A,U+24ED;[P|Q@333,0|R@699,0|A…
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/ |
D | README.md | 46 [2018/04/05 21:39:28:0825] NOTICE: 0040: C6 F0 A6 ED 66 CB F3 C3 D6 7E A7 A3 AB 00 0A 3E ....f..… 48 [2018/04/05 21:39:28:0825] NOTICE: 0060: 57 AA 81 E6 ED 74 36 40 E7 FC 62 24 AD E8 82 1D W....t6…
|
/third_party/skia/third_party/externals/icu/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 71 00CD>00ED 208 01EC>01ED 345 03EC>03ED 472 04EC>04ED 680 1CAD>10ED 1687 2FB2>97ED 2067 32ED>30DB 2080 32FA>30ED 2099 330D>30AB 30ED 30EA 30FC 2100 330E>30AC 30ED 30F3 [all …]
|
D | nfkc.txt | 712 2FB2>97ED 1092 32ED>30DB 1105 32FA>30ED 1124 330D>30AB 30ED 30EA 30FC 1125 330E>30AC 30ED 30F3 1131 3314>30AD 30ED 1132 3315>30AD 30ED 30B0 30E9 30E0 1133 3316>30AD 30ED 30E1 30FC 30C8 30EB 1134 3317>30AD 30ED 30EF 30C3 30C8 1137 331A>30AF 30EB 30BC 30A4 30ED [all …]
|
/third_party/icu/icu4c/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 71 00CD>00ED 208 01EC>01ED 345 03EC>03ED 472 04EC>04ED 680 1CAD>10ED 1688 2FB2>97ED 2068 32ED>30DB 2081 32FA>30ED 2100 330D>30AB 30ED 30EA 30FC 2101 330E>30AC 30ED 30F3 [all …]
|
D | nfkc.txt | 712 2FB2>97ED 1092 32ED>30DB 1105 32FA>30ED 1124 330D>30AB 30ED 30EA 30FC 1125 330E>30AC 30ED 30F3 1131 3314>30AD 30ED 1132 3315>30AD 30ED 30B0 30E9 30E0 1133 3316>30AD 30ED 30E1 30FC 30C8 30EB 1134 3317>30AD 30ED 30EF 30C3 30C8 1137 331A>30AF 30EB 30BC 30A4 30ED [all …]
|