| /third_party/cups-filters/filter/braille/drivers/index/ |
| D | imageubrltoindexv3.in | 50 -e 's/⠀/@@/g' \ 51 -e 's/⠁/A@/g' \ 52 -e 's/⠂/B@/g' \ 53 -e 's/⠃/C@/g' \ 54 -e 's/⠄/D@/g' \ 55 -e 's/⠅/E@/g' \ 56 -e 's/⠆/F@/g' \ 57 -e 's/⠇/G@/g' \ 58 -e 's/⡀/H@/g' \ 59 -e 's/⡁/I@/g' \ [all …]
|
| D | imageubrltoindexv4.in | 51 -e 's/⠀/@@/g' \ 52 -e 's/⠁/A@/g' \ 53 -e 's/⠂/B@/g' \ 54 -e 's/⠃/C@/g' \ 55 -e 's/⠄/D@/g' \ 56 -e 's/⠅/E@/g' \ 57 -e 's/⠆/F@/g' \ 58 -e 's/⠇/G@/g' \ 59 -e 's/⡀/H@/g' \ 60 -e 's/⡁/I@/g' \ [all …]
|
| /third_party/python/Lib/test/ |
| D | pstats.pck | 1 {(u'/home/gbr/devel/python/Lib/sre_parse.pyi�u__getitem__(i5i5g��+ٱQ?g˶�ֈ`… 2 …_compile_info(iig�h㈵��>g�����>(u'/home/gbr/devel/python/Lib/sre_parse.pyi�u… 3 …g��6�4DE?(u)/home/gbr/devel/python/Lib/sre_compile.pyicu_simple(irirg?�̔��… 4 …g����}r?g�q�@H?0(u4/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyipu_check_…
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| D | test-ot-collect-glyphs.c | 48 hb_codepoint_t g = HB_SET_VALUE_INVALID; in test_ot_layout_lookup_collect_glyphs_source_sans() local 54 g = HB_SET_VALUE_INVALID; in test_ot_layout_lookup_collect_glyphs_source_sans() 55 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 56 g_assert_cmpuint (54, ==, g); in test_ot_layout_lookup_collect_glyphs_source_sans() 59 g = HB_SET_VALUE_INVALID; in test_ot_layout_lookup_collect_glyphs_source_sans() 60 g_assert (hb_set_next (output, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 61 g_assert_cmpuint (574, ==, g); in test_ot_layout_lookup_collect_glyphs_source_sans() 69 g = HB_SET_VALUE_INVALID; in test_ot_layout_lookup_collect_glyphs_source_sans() 70 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans() 71 g_assert_cmpuint (2, ==, g); in test_ot_layout_lookup_collect_glyphs_source_sans() [all …]
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | test_fs_scoreboard.cpp | 142 fs_reg g[16]; in TEST_F() local 143 for (unsigned i = 0; i < ARRAY_SIZE(g); i++) in TEST_F() 144 g[i] = v->vgrf(glsl_type::int_type); in TEST_F() 148 bld.ADD( x, g[1], g[2]); in TEST_F() 149 bld.MUL( y, g[3], g[4]); in TEST_F() 150 bld.AND(g[5], x, y); in TEST_F() 169 fs_reg g[16]; in TEST_F() local 170 for (unsigned i = 0; i < ARRAY_SIZE(g); i++) in TEST_F() 171 g[i] = v->vgrf(glsl_type::int_type); in TEST_F() 174 bld.ADD( x, g[1], g[2]); in TEST_F() [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | gif_parser.c | 55 static int gif_find_frame_end(GIFParseContext *g, const uint8_t *buf, in gif_find_frame_end() argument 61 if (!g->state) { in gif_find_frame_end() 64 g->state = GIF_HEADER; in gif_find_frame_end() 65 g->found_sig++; in gif_find_frame_end() 67 g->state = GIF_EXTENSION; in gif_find_frame_end() 68 g->found_start = 1; in gif_find_frame_end() 70 g->state = GIF_IMAGE; in gif_find_frame_end() 72 g->state = 0; in gif_find_frame_end() 73 g->found_end = 1; in gif_find_frame_end() 74 g->found_sig = 0; in gif_find_frame_end() [all …]
|
| D | aaccoder_twoloop.h | 59 static inline int ff_pns_bits(SingleChannelElement *sce, int w, int g) in ff_pns_bits() argument 61 return (!g || !sce->zeroes[w*16+g-1] || !sce->can_pns[w*16+g-1]) ? 9 : 5; in ff_pns_bits() 72 int start = 0, i, w, w2, g, recomprd; in search_for_quantizers_twoloop() local 220 for (g = start = 0; g < sce->ics.num_swb; start += sce->ics.swb_sizes[g++]) { in search_for_quantizers_twoloop() 224 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_twoloop() 226 sce->zeroes[(w+w2)*16+g] = 1; in search_for_quantizers_twoloop() 236 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_twoloop() 245 uplims[w*16+g] = uplim; in search_for_quantizers_twoloop() 246 energies[w*16+g] = energy; in search_for_quantizers_twoloop() 247 nzs[w*16+g] = nz; in search_for_quantizers_twoloop() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | constEnumPropertyAccess1.types | 6 const enum G { 7 >G : G 10 >A : G 14 >B : G 18 >C : G 20 >A : G 21 >B : G 24 >D : G 26 >A : G 45 var a = G.A; [all …]
|
| D | constEnumPropertyAccess2.types | 6 const enum G { 7 >G : G 10 >A : G 14 >B : G 18 >C : G 20 >A : G 21 >B : G 24 >D : G 26 >A : G 31 var z = G; [all …]
|
| D | declFileTypeAnnotationUnionType.types | 17 export class g<T> { 18 >g : g<T> 24 class g<T> { 25 >g : g<T> 53 var x: g<string> | m.g<number> | (() => c) = new g<string>() || new m.g<number>() || (() => new c… 54 >x : g<string> | m.g<number> | (() => c) 56 >new g<string>() || new m.g<number>() || (() => new c()) : g<string> | m.g<number> | (() => c) 57 >new g<string>() || new m.g<number>() : g<string> | m.g<number> 58 >new g<string>() : g<string> 59 >g : typeof g [all …]
|
| D | constEnumPropertyAccess1.symbols | 6 const enum G { 7 >G : Symbol(G, Decl(constEnumPropertyAccess1.ts, 0, 0)) 10 >A : Symbol(G.A, Decl(constEnumPropertyAccess1.ts, 4, 14)) 13 >B : Symbol(G.B, Decl(constEnumPropertyAccess1.ts, 5, 10)) 16 >C : Symbol(G.C, Decl(constEnumPropertyAccess1.ts, 6, 10)) 17 >A : Symbol(G.A, Decl(constEnumPropertyAccess1.ts, 4, 14)) 18 >B : Symbol(G.B, Decl(constEnumPropertyAccess1.ts, 5, 10)) 21 >D : Symbol(G.D, Decl(constEnumPropertyAccess1.ts, 7, 14)) 22 >A : Symbol(G.A, Decl(constEnumPropertyAccess1.ts, 4, 14)) 37 var a = G.A; [all …]
|
| D | deleteExpressionMustBeOptional_exactOptionalPropertyTypes(exactoptionalpropertytypes=true).types | 24 g: unknown 25 >g : unknown 48 declare const g: Partial<Foo> 49 >g : Partial<Foo> 93 delete f.g 94 >delete f.g : boolean 95 >f.g : unknown 97 >g : unknown 117 delete g.a 118 >delete g.a : boolean [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-shape-complex-arabic-win1256.hh | 187 #define G OT_GLYPHID macro 199 MANIFEST_LOOKUP(OT_TAG('r','l','i','g'), rligLookup) 203 MANIFEST_LOOKUP(OT_TAG('r','l','i','g'), rligMarksLookup) 236 G(198) G(200) G(201) G(202) G(203) G(204) G(205) G(206) G(211) 237 G(212) G(213) G(214) G(223) G(225) G(227) G(228) G(236) G(237), 238 G(162) G(4) G(5) G(5) G(6) G(7) G(9) G(11) G(13) 239 G(14) G(15) G(26) G(140) G(141) G(142) G(143) G(154) G(154) 242 G(218) G(219) G(221) G(222) G(229), 243 G(27) G(30) G(128) G(131) G(144) 246 G(218) G(219) G(221) G(222) G(229), [all …]
|
| /third_party/ffmpeg/tests/ref/fate/ |
| D | parseutils | 29 bikeshed -> R(80) G(64) B(140) A(59) 30 RaNdOm -> R(185) G(88) B(148) A(94) 32 red -> R(255) G(0) B(0) A(255) 34 RED -> R(255) G(0) B(0) A(255) 35 Violet -> R(238) G(130) B(238) A(255) 36 Yellow -> R(255) G(255) B(0) A(255) 37 Red -> R(255) G(0) B(0) A(255) 38 0x000000 -> R(0) G(0) B(0) A(255) 40 0xff000000 -> R(255) G(0) B(0) A(0) 41 0x3e34ff -> R(62) G(52) B(255) A(255) [all …]
|
| /third_party/skia/site/docs/dev/design/conical/ |
| D | lemma4.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(0.8021505862642581, 0, 0, 0.8021505862642581, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(0.8021505862642581, 0, 0, 0.8021505862642581, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(0.8021505862642581, 0, 0, 0.8021505862642581, 0, 0)"> [all …]
|
| D | lemma1.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(1.273305143951097, 0, 0, 1.273305143951097, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(1.273305143951097, 0, 0, 1.273305143951097, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(1.273305143951097, 0, 0, 1.273305143951097, 0, 0)"> [all …]
|
| D | corollary2.3.3.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> [all …]
|
| D | corollary2.3.2.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> [all …]
|
| D | corollary2.2.1.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> [all …]
|
| D | corollary2.2.2.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> [all …]
|
| D | corollary2.3.1.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(1.2733051439510972, 0, 0, 1.2733051439510972, 0, 0)"> [all …]
|
| D | lemma3.1.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(0.8823656448906831, 0, 0, 0.8823656448906831, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(0.8823656448906831, 0, 0, 0.8823656448906831, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(0.8823656448906831, 0, 0, 0.8823656448906831, 0, 0)"> [all …]
|
| D | lemma3.2.svg | 17 <g stroke-linejoin="miter" stroke-dashoffset="0" stroke-dasharray="none" stroke-width="1" stroke-mi… 18 <g transform="matrix(0.8823656448906823, 0, 0, 0.8823656448906823, 0, 0)"> 19 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#ffffff"> 21 </g> <!-- drawing style --> 22 </g> <!-- transform --> 23 <g transform="matrix(0.8823656448906823, 0, 0, 0.8823656448906823, 0, 0)"> 24 <g fill-opacity="1" fill-rule="nonzero" stroke="none" fill="#000000"> 26 </g> <!-- drawing style --> 27 </g> <!-- transform --> 28 <g transform="matrix(0.8823656448906823, 0, 0, 0.8823656448906823, 0, 0)"> [all …]
|
| /third_party/skia/resources/ |
| D | Cowboy.svg | 10 <g transform="matrix(2.501, 0.000, 0.000, 2.501, -266.232, -1211.086)"> 11 <g style="fill: #dfdad3"> 13 </g> 14 <g style="fill: #dfdad3"> 16 </g> 17 <g style="fill: #dfdad3"> 19 </g> 20 <g style="fill: #dfdad3"> 22 </g> 23 <g style="fill: #dfdad3"> [all …]
|
| /third_party/openssl/test/recipes/04-test_pem_reading_data/ |
| D | cert-onecolumn.pem | 17 g 31 g 37 G 59 g 64 g 83 G 125 G 143 G 181 g 193 G [all …]
|