/external/cldr/keyboards/chromeos/ |
D | el-t-k0-chromeos.xml | 144 <map iso="D12" to="\u{345}"/> <!-- ] to= ͅ --> 330 <transform from="\u{345}\u{345}" to="ͺ"/> <!-- ͅͅ → ͺ --> 336 <transform from="\u{345}\u{301}᾿α" to="ᾄ"/> <!-- ́ͅ᾿α → ᾄ --> 337 <transform from="\u{345}\u{301}᾿Α" to="ᾌ"/> <!-- ́ͅ᾿Α → ᾌ --> 340 <transform from="\u{345}\u{300}᾿α" to="ᾂ"/> <!-- ̀ͅ᾿α → ᾂ --> 341 <transform from="\u{345}\u{300}᾿Α" to="ᾊ"/> <!-- ̀ͅ᾿Α → ᾊ --> 344 <transform from="\u{345}\u{303}᾿α" to="ᾆ"/> <!-- ̃ͅ᾿α → ᾆ --> 345 <transform from="\u{345}\u{303}᾿Α" to="ᾎ"/> <!-- ̃ͅ᾿Α → ᾎ --> 346 <transform from="\u{345}᾿α" to="ᾀ"/> <!-- ͅ᾿α → ᾀ --> 347 <transform from="\u{345}᾿Α" to="ᾈ"/> <!-- ͅ᾿Α → ᾈ --> [all …]
|
/external/skia/docs/examples/ |
D | f16.cpp | 49 "\303\361\303e\205f\202\36\216\345jI6z\312\7vs\263\300\37\177\362 \212" 57 "\26\34?p\7g3\2040\"\243P\252\341\224\224\305\16S\233Lh\323Tv_\345G" 63 "\202\315\263L&\345fYY\37\360\217>\236\267\2555\206\246\tZ\335\357\t" 90 "\251\276\345\214\347\261\370\342\353\365\321I\232\16\247Va\212i\275" 91 "l\201G\343\210\327\326\275ysM]\367\374\1\305F\333\345\275\361l\327" 100 "\3634\371z\323\276\370\345g\214=\374\361?\371\237\36]<?8|\"&gm\222" 102 "X\310\370\364h\246A\36 Lb\226\247\223N\251\316V\345r\207\31*\232\202" 104 "A\373\253].\223\35w\233}\345\20\206\332T\246\334\257\366\266!\303\207" 105 "\237L\177\366\367\345\243\7\231m\210mc\316\36\314\345\237\275\373\325" 106 "\1\tI\327\345}]\264\372\274\272%\311\321yz\360\237\312\227?\374\364" [all …]
|
/external/skia/resources/ |
D | pdf_command_stream.txt | 959 1 0 0 -1 215 345 Tm 961 1 0 0 -1 219.7285 345 Tm 963 1 0 0 -1 227.3223 345 Tm 965 1 0 0 -1 234.4707 345 Tm 967 1 0 0 -1 238.6895 345 Tm 969 1 0 0 -1 246.166 345 Tm 971 1 0 0 -1 251.0762 345 Tm 973 1 0 0 -1 258.2832 345 Tm 975 1 0 0 -1 265.7598 345 Tm 977 1 0 0 -1 269.0527 345 Tm [all …]
|
/external/swiftshader/third_party/marl/docs/imgs/ |
D | worker_waitforwork.svg | 86 …345 1371.75 L 345 1438.25 C 345 1446.116 336.04 1452.5 325 1452.5 C 313.96 1452.5 305 1446.116 305… 87 …345 1371.75 L 345 1438.25 C 345 1446.116 336.04 1452.5 325 1452.5 C 313.96 1452.5 305 1446.116 305… 100 …<path d="M 345 1405 L 370 1405 L 370 1277.5 L 487.5 1277.5 L 487.5 1298.44" marker-end="url(#Fille…
|
/external/fonttools/Tests/ttLib/tables/ |
D | _f_v_a_r_test.py | 112 axis.axisTag, axis.axisNameID = ('opsz', 345) 120 self.assertEqual(345, axis.axisNameID) 175 inst.subfamilyNameID = 345 183 inst.subfamilyNameID = 345 193 self.assertEqual(345, inst.subfamilyNameID) 200 self.assertEqual(345, inst.subfamilyNameID) 244 '<NamedInstance flags="0x0" postscriptNameID="257" subfamilyNameID="345">' 250 self.assertEqual(345, inst.subfamilyNameID) 256 '<NamedInstance flags="0x123ABC" subfamilyNameID="345">' 262 self.assertEqual(345, inst.subfamilyNameID)
|
/external/python/cpython2/Lib/test/ |
D | test_locale.py | 303 self._test_format("%.2f", 345.67, grouping=True, out='345,67') 304 self._test_format("%.2f", 12345.67, grouping=True, out='12 345,67') 307 self._test_format("%6.2f", 345.67, grouping=True, out='345,67') 308 self._test_format("%7.2f", 345.67, grouping=True, out=' 345,67') 309 self._test_format("%8.2f", 12345.67, grouping=True, out='12 345,67') 310 self._test_format("%9.2f", 12345.67, grouping=True, out='12 345,67') 311 self._test_format("%10.2f", 12345.67, grouping=True, out=' 12 345,67') 312 self._test_format("%-6.2f", 345.67, grouping=True, out='345,67') 313 self._test_format("%-7.2f", 345.67, grouping=True, out='345,67 ') 314 self._test_format("%-8.2f", 12345.67, grouping=True, out='12 345,67') [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_locale.py | 308 self._test_format("%.2f", 345.67, grouping=True, out='345,67') 309 self._test_format("%.2f", 12345.67, grouping=True, out='12 345,67') 312 self._test_format("%6.2f", 345.67, grouping=True, out='345,67') 313 self._test_format("%7.2f", 345.67, grouping=True, out=' 345,67') 314 self._test_format("%8.2f", 12345.67, grouping=True, out='12 345,67') 315 self._test_format("%9.2f", 12345.67, grouping=True, out='12 345,67') 316 self._test_format("%10.2f", 12345.67, grouping=True, out=' 12 345,67') 317 self._test_format("%-6.2f", 345.67, grouping=True, out='345,67') 318 self._test_format("%-7.2f", 345.67, grouping=True, out='345,67 ') 319 self._test_format("%-8.2f", 12345.67, grouping=True, out='12 345,67') [all …]
|
/external/clang/test/Misc/ |
D | message-length.c | 25 …ay0[] = { [3] 3, 5, 7, 4, 2, 7, 6, 3, 4, 5, 6, 7, 8, 9, 12, 345, 14, 345, 789, 234, 678, 345, 123,… in a_very_long_line()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | branch-phi-thread.ll | 24 ret i32 345 42 ret i32 345 62 ret i32 345
|
/external/python/setuptools/setuptools/_vendor/packaging/ |
D | markers.py | 96 | L("os.name") # PEP-345 97 | L("sys.platform") # PEP-345 98 | L("platform.version") # PEP-345 99 | L("platform.machine") # PEP-345 100 | L("platform.python_implementation") # PEP-345
|
/external/python/setuptools/pkg_resources/_vendor/packaging/ |
D | markers.py | 96 | L("os.name") # PEP-345 97 | L("sys.platform") # PEP-345 98 | L("platform.version") # PEP-345 99 | L("platform.machine") # PEP-345 100 | L("platform.python_implementation") # PEP-345
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLayerDrawableTest.java | 59 int layerId = 345; in testSetDrawableByLayerId1() 72 int layerId = 345; in testSetDrawableByLayerId2() 92 int layerId = 345; in setDrawableByLayerId_shouldReturnTrueIfIdWasFound()
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLayerDrawableTest.java | 59 int layerId = 345; in testSetDrawableByLayerId1() 72 int layerId = 345; in testSetDrawableByLayerId2() 92 int layerId = 345; in setDrawableByLayerId_shouldReturnTrueIfIdWasFound()
|
/external/rust/crates/plotters/plotters-doc-data/ |
D | tick_control.svg | 25 <line opacity="0.2" stroke="#000000" stroke-width="1" x1="68" y1="345" x2="1016" y2="345"/> 42 <text x="58" y="345" dy="0.5ex" text-anchor="end" font-family="sans-serif" font-size="9.67741935483… 45 <polyline fill="none" opacity="1" stroke="#000000" stroke-width="1" points="62,345 67,345 "/> 90 …345,441 353,424 359,430 362,463 362,711 369,417 381,385 389,400 396,398 403,391 407,411 412,396 42… 91 …63,350 663,352 663,347 663,414 663,378 664,351 664,360 664,319 665,338 665,345 665,362 665,400 666… 92 …25,358 432,375 439,364 448,344 456,350 462,356 470,336 476,342 481,348 486,345 491,346 496,331 503… 93 …83,215 587,276 590,300 592,308 594,310 596,312 597,315 598,376 599,345 599,341 600,345 601,376 601… 98 <text x="947" y="345" dy="0.76em" text-anchor="start" font-family="sans-serif" font-size="9.6774193…
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | graph-default-attr.pbtxt | 71 …345\313\211\272\257&\032<\237#\253\275\243\212B\276T%t>\2676!\275kj\357\270D\202!>k\311\247\270=\3…
|
/external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/ |
D | spv-stable-mergesort-O-prop-up-mutate-var.amber | 357 OpSelectionMerge %345 None 365 OpBranch %345 376 OpBranch %345 379 %345 = OpLabel 383 %517 = OpPhi %157 %337 %330 %518 %345 775 OpSelectionMerge %345 None 783 OpBranch %345 794 OpBranch %345 797 %345 = OpLabel 801 %517 = OpPhi %157 %337 %330 %518 %345 [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/end2end/ |
D | fake_quant_without_identity.pbtxt | 103 …345@\276\1778\376\275\264~#\276\326U*\276\374g\003\276\377\013\000\276\361\375T\276\246\330\007\27… 127 …345@>\1778\376=\264~#>\326U*>\374g\003>\377\013\000>\361\375T>\246\330\007>\365\203~>\311\367\033>… 223 …345\275\244\214\373\275}\373\025\276^\351\000\2767_\017\276\362\t\322\2751%\376\275\364\020\324\27…
|
D | fake_quant_per_channel.pbtxt | 105 …345@\276\1778\376\275\264~#\276\326U*\276\374g\003\276\377\013\000\276\361\375T\276\246\330\007\27… 148 …345@>\1778\376=\264~#>\326U*>\374g\003>\377\013\000>\361\375T>\246\330\007>\365\203~>\311\367\033>… 263 …345\275\244\214\373\275}\373\025\276^\351\000\2767_\017\276\362\t\322\2751%\376\275\364\020\324\27…
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/debuginfo/ |
D | v1_1.0_224_frozen.wrong_attr.line.part.pbtxt | 62 …345\313\211\272\257&\032<\237#\253\275\243\212B\276T%t>\2676!\275kj\357\270D\202!>k\311\247\270=\3…
|
D | v1_1.0_224_frozen.wrong_attr.stack.part.pbtxt | 65 …345\313\211\272\257&\032<\237#\253\275\243\212B\276T%t>\2676!\275kj\357\270D\202!>k\311\247\270=\3…
|
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily3-Condensed.ufo/glyphs/ |
D | F_.glif | 12 <point x="345" y="305" type="line"/> 13 <point x="345" y="381" type="line"/>
|
/external/fonttools/Tests/cu2qu/data/RobotoSubset-Bold.ufo/glyphs/ |
D | H_.glif | 8 <point x="345" y="878" type="line"/> 9 <point x="345" y="608" type="line"/>
|
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily2-Master0.ufo/glyphs/ |
D | A_.sc.glif | 23 <point x="345" y="176" type="line"/> 24 <point x="345" y="204" type="line"/>
|
/external/tcpdump/tests/ |
D | mptcp-v1.out | 15 …15 15:51:06.677237 IP 10.0.2.1.10004 > 10.0.1.1.33306: Flags [.], ack 10269, win 345, options [no… 17 …0.0.2.1.10004 > 10.0.1.1.33306: Flags [P.], seq 8193:10269, ack 10270, win 345, options [nop,nop,T… 19 … IP 10.0.2.1.10004 > 10.0.1.1.33306: Flags [F.], seq 10269, ack 10270, win 345, options [nop,nop,T…
|
/external/libxml2/result/HTML/ |
D | script2.html.sax | 30 documen.write("Př, 74) 36 Příliš , 58)
|