/third_party/icu/icu4c/source/test/testdata/ |
D | emoji-test.txt | 154 1F476 1F3FC ; fully-qualified # baby: medium-light skin tone 155 1F476 1F3FD ; fully-qualified # baby: medium skin tone 156 1F476 1F3FE ; fully-qualified # baby: medium-dark skin tone 160 1F9D2 1F3FC ; fully-qualified # child: medium-light skin to… 161 1F9D2 1F3FD ; fully-qualified # child: medium skin tone 162 1F9D2 1F3FE ; fully-qualified # child: medium-dark skin tone 166 1F466 1F3FC ; fully-qualified # boy: medium-light skin tone 167 1F466 1F3FD ; fully-qualified # boy: medium skin tone 168 1F466 1F3FE ; fully-qualified # boy: medium-dark skin tone 172 1F467 1F3FC ; fully-qualified # girl: medium-light skin tone [all …]
|
/third_party/ejdb/ |
D | Changelog | 1 ejdb2 (2.0.59) testing; urgency=medium 19 ejdb2 (2.0.58) testing; urgency=medium 27 ejdb2 (2.0.57) testing; urgency=medium 38 ejdb2 (2.0.56) testing; urgency=medium 45 ejdb2 (2.0.55) testing; urgency=medium 53 ejdb2 (2.0.54) testing; urgency=medium 61 ejdb2 (2.0.53) testing; urgency=medium 69 ejdb2 (2.0.52) testing; urgency=medium 80 ejdb2 (2.0.51) testing; urgency=medium 92 ejdb2 (2.0.50) testing; urgency=medium [all …]
|
/third_party/iowow/ |
D | Changelog | 1 iowow (1.4.10) testing; urgency=medium 9 iowow (1.4.9) testing; urgency=medium 16 iowow (1.4.8) testing; urgency=medium 27 iowow (1.4.7) testing; urgency=medium 34 iowow (1.4.6) testing; urgency=medium 47 iowow (1.4.5) testing; urgency=medium 61 iowow (1.4.4) testing; urgency=medium 69 iowow (1.4.3) testing; urgency=medium 75 iowow (1.4.2) testing; urgency=medium 87 iowow (1.4.1) testing; urgency=medium [all …]
|
/third_party/boost/libs/fusion/example/performance/ |
D | timings.txt | 12 medium and big sequences are tested where: 15 medium = 10 elements 24 medium vector time: 1.880000e-006 25 medium list time: 3.600000e-006 33 medium vector time: 7.810000e-05 34 medium list time: 7.810000e-05 42 medium vector time: 7.970000e-05 43 medium list time: 7.970000e-05 51 medium vector time: 1.125000e-006 52 medium list time: 1.141000e-006
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | sorttest.c | 33 int32_t medium[]={ 10, 8, 1, 2, 5, 5, -1, 6, 4, 3, 9, 7, 5 }; in SortTest() local 55 for(i=0; i<UPRV_LENGTHOF(medium); ++i) { in SortTest() 56 medium[i]=(int32_t)((uint32_t)medium[i]<<4) | i; in SortTest() 60 …uprv_sortArray(medium, UPRV_LENGTHOF(medium), sizeof(medium[0]), uprv_int32Comparator, NULL, TRUE,… in SortTest() 65 for(i=1; i<UPRV_LENGTHOF(medium); ++i) { in SortTest() 66 if(medium[i-1]>=medium[i]) { in SortTest() 67 … log_err("uprv_sortArray(medium) mis-sorted [%d]=%u > [%d]=%u\n", i-1, medium[i-1], i, medium[i]); in SortTest()
|
/third_party/python/PC/ |
D | pyshellext.cpp | 153 STGMEDIUM medium; 162 auto hr = pDataObj->GetData(&fmt, &medium); 167 if (!medium.hGlobal) { 169 ReleaseStgMedium(&medium); 172 auto dd = (DROPDESCRIPTION*)GlobalLock(medium.hGlobal); 175 ReleaseStgMedium(&medium); 182 GlobalUnlock(medium.hGlobal); 183 ReleaseStgMedium(&medium); 191 STGMEDIUM medium; 200 hr = pDataObj->GetData(&fmt, &medium); [all …]
|
/third_party/python/Tools/pynche/X/ |
D | rgb.txt | 76 123 104 238 medium slate blue 80 0 0 205 medium blue 105 72 209 204 medium turquoise 113 102 205 170 medium aquamarine 124 60 179 113 medium sea green 136 0 250 154 medium spring green 206 199 21 133 medium violet red 214 186 85 211 medium orchid 223 147 112 219 medium purple
|
/third_party/boost/libs/math/doc/graphs/ |
D | bessel_i0_errors.cpp | 35 std::map<double, double> small, medium, large; in test_type() local 60 medium[static_cast<double>(input)] = static_cast<double>(err); in test_type() 75 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type() 105 medium[1 / static_cast<double>(input)] = static_cast<double>(err); in test_type() 118 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
|
D | bessel_i1_errors.cpp | 35 std::map<double, double> small, medium, large; in test_type() local 60 medium[static_cast<double>(input)] = static_cast<double>(err); in test_type() 77 …my_plot.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange).… in test_type() 111 medium[1 / static_cast<double>(input)] = static_cast<double>(err); in test_type() 126 …my_plot2.plot(medium, "< 2eps").stroke_color(boost::svg::orange).fill_color(boost::svg::orange)… in test_type()
|
/third_party/musl/src/math/ |
D | __rem_pio2.c | 60 goto medium; /* cancellation -- use medium case */ in __rem_pio2() 90 goto medium; in __rem_pio2() 104 goto medium; in __rem_pio2() 119 medium: in __rem_pio2()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __rem_pio2.c | 60 goto medium; /* cancellation -- use medium case */ in __rem_pio2() 90 goto medium; in __rem_pio2() 104 goto medium; in __rem_pio2() 119 medium: in __rem_pio2()
|
/third_party/openssl/test/ssl-tests/ |
D | 13-fragmentation.conf | 10 test-5 = 5-medium-app-data 11 test-6 = 6-medium-plus-app-data 145 [5-medium-app-data] 146 ssl_conf = 5-medium-app-data-ssl 148 [5-medium-app-data-ssl] 149 server = 5-medium-app-data-server 150 client = 5-medium-app-data-client 152 [5-medium-app-data-server] 157 [5-medium-app-data-client] 168 [6-medium-plus-app-data] [all …]
|
/third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/ |
D | base.css | 158 /* medium red */ 164 /* medium green */ 171 .medium .chart { border:1px solid #666; } 172 .medium .cover-fill { background: #666; } 181 .medium { background: #eaeaea; }
|
/third_party/flutter/skia/gm/ |
D | verylargebitmap.cpp | 99 int medium = 5*1024; in onDraw() local 117 show_image(canvas, medium, medium, colors, fProc); in onDraw()
|
/third_party/skia/gm/ |
D | verylargebitmap.cpp | 100 int medium = 5*1024; in onDraw() local 118 show_image(canvas, medium, medium, colors, fProc); in onDraw()
|
/third_party/googletest/googletest/test/ |
D | BUILD.bazel | 107 size = "medium", 227 size = "medium", 242 size = "medium", 257 size = "medium", 272 size = "medium", 473 size = "medium", 488 size = "medium", 526 size = "medium", 547 size = "medium",
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_dragdrop_win.cc | 299 STGMEDIUM medium; in DataObjectToDragData() local 300 if (data_object->GetData(&rgelt[i], &medium) == S_OK) { in DataObjectToDragData() 301 if (!medium.hGlobal) { in DataObjectToDragData() 302 ReleaseStgMedium(&medium); in DataObjectToDragData() 305 void* hGlobal = GlobalLock(medium.hGlobal); in DataObjectToDragData() 307 ReleaseStgMedium(&medium); in DataObjectToDragData() 345 if (medium.hGlobal) in DataObjectToDragData() 346 GlobalUnlock(medium.hGlobal); in DataObjectToDragData() 350 ReleaseStgMedium(&medium); in DataObjectToDragData()
|
/third_party/boost/libs/iterator/doc/ |
D | default.css | 36 border: medium outset ; 69 border: medium outset ; 78 font-size: medium } 87 border: medium outset ;
|
/third_party/boost/libs/ptr_container/doc/ |
D | default.css | 36 border: medium outset ; 69 border: medium outset ; 78 font-size: medium } 87 border: medium outset ;
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-parser.c | 3562 CRString *medium = NULL; in cr_parser_parse_import() local 3608 status = cr_parser_parse_ident (a_this, &medium); in cr_parser_parse_import() 3610 if (status == CR_OK && medium) { in cr_parser_parse_import() 3611 *a_media_list = g_list_append (*a_media_list, medium); in cr_parser_parse_import() 3612 medium = NULL; in cr_parser_parse_import() 3635 status = cr_parser_parse_ident (a_this, &medium); in cr_parser_parse_import() 3639 if ((status == CR_OK) && medium) { in cr_parser_parse_import() 3640 *a_media_list = g_list_append (*a_media_list, medium); in cr_parser_parse_import() 3642 medium = NULL; in cr_parser_parse_import() 3688 if (medium) { in cr_parser_parse_import() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | text_theme.dart | 31 /// headline6 20.0 medium 0.15 33 /// subtitle2 14.0 medium 0.1 36 /// button 14.0 medium 0.75 42 /// "medium" is `FontWeight.w500`. 61 /// title 20.0 medium 0.0 headline6 63 /// body2 14.0 medium 0.0 body1 66 /// button 14.0 medium 0.0 button 67 /// subtitle 14.0 medium 0.0 subtitle2 72 /// "medium" is `FontWeight.w500`. Letter spacing for all of the original 164 /// For medium emphasis text that's a little smaller than [subhead].
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | BUILD.bazel | 311 size = "medium", 328 size = "medium", 344 size = "medium", 671 size = "medium", 694 size = "medium", 727 size = "medium", 743 size = "medium", 760 size = "medium", 933 size = "medium", 1167 size = "medium",
|
/third_party/flutter/flutter/packages/flutter_localizations/test/material/ |
D | date_time_test.dart | 132 DateType.medium: localizations.formatMediumDate(dateTime), 145 expect(formatted[DateType.medium], 'Wed, Aug 1'); 153 expect(formatted[DateType.medium], 'Mi., 1. Aug.'); 161 enum DateType { year, medium, full, monthYear }
|
/third_party/bzip2/ |
D | bzip.css | 3 #336699 medium blue links 10 #3366cc medium blue nav table border
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzip.css | 3 #336699 medium blue links 10 #3366cc medium blue nav table border
|