/external/selinux/sandbox/ |
D | sandboxX.sh | 6 [ -z $2 ] && export DPI="96" || export DPI="$2" 23 (/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp…
|
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/src/ |
D | GenericPostScript.ppd.gz |
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 993 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); in FindMostPopularDest() local 994 BasicBlock *MostPopularDest = DPI->first; in FindMostPopularDest() 995 unsigned Popularity = DPI->second; in FindMostPopularDest() 998 for (++DPI; DPI != DestPopularity.end(); ++DPI) { in FindMostPopularDest() 1001 if (DPI->second < Popularity) in FindMostPopularDest() 1003 else if (DPI->second == Popularity) { in FindMostPopularDest() 1005 SamePopularity.push_back(DPI->first); in FindMostPopularDest() 1009 MostPopularDest = DPI->first; in FindMostPopularDest() 1010 Popularity = DPI->second; in FindMostPopularDest()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0rc1.rst | 221 On Windows, add API call saying that tk scales for DPI. On Windows 8.1+ or 222 10, with DPI compatibility properties of the Python binary unchanged, and a 223 monitor resolution greater than 96 DPI, this should make text and lines
|
D | 3.6.6rc1.rst | 712 On Windows, add API call saying that tk scales for DPI. On Windows 8.1+ or 713 10, with DPI compatibility properties of the Python binary unchanged, and a 714 monitor resolution greater than 96 DPI, this should make text and lines
|
D | 3.7.1rc1.rst | 1287 tab. It can also interact badly with the DPI setting.
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1128 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); in FindMostPopularDest() local 1129 BasicBlock *MostPopularDest = DPI->first; in FindMostPopularDest() 1130 unsigned Popularity = DPI->second; in FindMostPopularDest() 1133 for (++DPI; DPI != DestPopularity.end(); ++DPI) { in FindMostPopularDest() 1136 if (DPI->second < Popularity) in FindMostPopularDest() 1138 else if (DPI->second == Popularity) { in FindMostPopularDest() 1140 SamePopularity.push_back(DPI->first); in FindMostPopularDest() 1144 MostPopularDest = DPI->first; in FindMostPopularDest() 1145 Popularity = DPI->second; in FindMostPopularDest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1520 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); in FindMostPopularDest() local 1521 BasicBlock *MostPopularDest = DPI->first; in FindMostPopularDest() 1522 unsigned Popularity = DPI->second; in FindMostPopularDest() 1525 for (++DPI; DPI != DestPopularity.end(); ++DPI) { in FindMostPopularDest() 1528 if (DPI->second < Popularity) in FindMostPopularDest() 1530 else if (DPI->second == Popularity) { in FindMostPopularDest() 1532 SamePopularity.push_back(DPI->first); in FindMostPopularDest() 1536 MostPopularDest = DPI->first; in FindMostPopularDest() 1537 Popularity = DPI->second; in FindMostPopularDest()
|
/external/u-boot/arch/arm/dts/ |
D | omap3-panel-sharp-ls037v7dw01.dtsi | 43 /* Needed to power the DPI pins */
|
D | omap3-beagle.dts | 350 /* Needed to power the DPI pins */
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | desktop_configuration.mm | 108 // DPI match that of the primary monitor. 138 // display uses different DPI settings.
|
/external/libcups/filter/ |
D | ppd-compiler.shtml | 76 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI" 185 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI" 226 text to be <TT>"600dpi/600 DPI"</TT>. The name and text are separated by 291 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI" 300 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "1200dpi/1200 DPI" 315 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI" 338 that supports printing at 300 and 600 DPI.</P> 440 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI" 456 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 8 0 0 0 "300dpi/300 DPI" 457 <a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 8 0 0 0 "600dpi/600 DPI" [all …]
|
D | raster-driver.shtml | 95 <a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 1 0 0 0 "300dpi/300 DPI" 96 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 8 0 0 0 "600dpi/600 DPI"
|
/external/scapy/doc/scapy/ |
D | troubleshooting.rst | 49 Try providing different DPI options (50,70,75,96,101,125, for instance)::
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_mac.mm | 673 // Capturing mixed-DPI on one surface is hard, so we only return displays 674 // that match the "primary" display's DPI. The primary display is always
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 164 bpo-33656: On Windows, add API call saying that tk scales for DPI. 165 On Windows 8.1+ or 10, with DPI compatibility properties of the Python 166 binary unchanged, and a monitor resolution greater than 96 DPI, this
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1182 On Windows, a new API call tells Windows that tk scales for DPI. On Windows 1183 8.1+ or 10, with DPI compatibility properties of the Python binary 1184 unchanged, and a monitor resolution greater than 96 DPI, this should
|
D | 3.7.rst | 1003 On Windows, a new API call tells Windows that tk scales for DPI. On Windows 1004 8.1+ or 10, with DPI compatibility properties of the Python binary 1005 unchanged, and a monitor resolution greater than 96 DPI, this should
|
/external/ImageMagick/ |
D | ChangeLog | 107 * Change SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 9389 ,"IN","DPI","Dharmapuri","Dharmapuri","TN","--3-----","RL","1201",,"1208N 07810E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 13735 ,"US","DPI","Deposit","Deposit","NY","--3-----","RQ","9307",,,
|