/external/valgrind/main/coregrind/m_demangle/ |
D | cp-demangle.c | 3006 d_print_init (struct d_print_info *dpi, int options, in d_print_init() argument 3009 dpi->options = options; in d_print_init() 3010 dpi->len = 0; in d_print_init() 3011 dpi->last_char = '\0'; in d_print_init() 3012 dpi->templates = NULL; in d_print_init() 3013 dpi->modifiers = NULL; in d_print_init() 3015 dpi->callback = callback; in d_print_init() 3016 dpi->opaque = opaque; in d_print_init() 3018 dpi->demangle_failure = 0; in d_print_init() 3024 d_print_error (struct d_print_info *dpi) in d_print_error() argument [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | 2008-12-09-SelfRemove.ll | 11 define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 %suffix) … 13 %0 = getelementptr %struct.d_print_info* %dpi, i32 0, i32 1 ; <i8**> [#uses=1] 18 %2 = getelementptr %struct.d_print_info* %dpi, i32 0, i32 1 ; <i8**> [#uses=0]
|
/external/chromium/chrome/browser/printing/ |
D | printing_message_filter.cc | 48 params->dpi = settings.dpi(); in RenderParamsFromPrintSettings() 215 if (printer_query->cookie() && printer_query->settings().dpi()) { in OnGetDefaultPrintSettingsReply() 256 !printer_query->settings().dpi()) { in OnScriptedPrintReply() 266 if (params.params.dpi && params.params.document_cookie) { in OnScriptedPrintReply() 303 if (printer_query->cookie() && printer_query->settings().dpi()) in OnUpdatePrintSettingsReply()
|
D | print_dialog_cloud.cc | 127 result &= GetDoubleOrInt(*params, "dpi", ¶meters.dpi); in GetPageSetupParameters() 376 default_settings.dpi = kDPI; in HandleSetPageParameters()
|
/external/webkit/Source/WebCore/page/ |
D | Settings.cpp | 611 int dpi = value.toInt(); in setMetadataSettings() local 612 if (dpi >= 70 && dpi <= 400) { in setMetadataSettings() 613 m_viewport_target_densitydpi = dpi; in setMetadataSettings() 686 void Settings::setViewportTargetDensityDpi(int dpi) in setViewportTargetDensityDpi() argument 688 if (dpi < 0 || dpi > 400) in setViewportTargetDensityDpi() 691 m_viewport_target_densitydpi = dpi; in setViewportTargetDensityDpi()
|
/external/iproute2/tc/ |
D | f_rsvp.c | 46 struct tc_rsvp_gpi *pi = dir ? &pinfo->dpi : &pinfo->spi; in get_addr_and_pi() 203 if (pinfo.dpi.mask || pinfo.protocol) in rsvp_parse_opt() 352 if (pinfo && pinfo->dpi.mask) { in rsvp_print_opt() 354 fprintf(f, "%s ", sprint_spi(&pinfo->dpi, 1, b2)); in rsvp_print_opt() 358 if (pinfo && pinfo->dpi.mask) { in rsvp_print_opt() 360 fprintf(f, "session [NONE]%s ", sprint_spi(&pinfo->dpi, 1, b2)); in rsvp_print_opt()
|
/external/qemu/hw/ |
D | goldfish_fb.c | 62 int dpi; member 87 qemu_put_be32(f, s->dpi); in goldfish_fb_save() 125 s->dpi = qemu_get_be32(f); in goldfish_fb_load() 214 pixels_to_mm(int pixels, int dpi) in pixels_to_mm() argument 221 return (int)(0.5 + 25.4 * pixels / dpi); in pixels_to_mm() 567 ret = pixels_to_mm( ds_get_width(s->ds), s->dpi ); in goldfish_fb_read() 572 ret = pixels_to_mm( ds_get_height(s->ds), s->dpi ); in goldfish_fb_read() 654 s->dpi = 165; /* XXX: Find better way to get actual value ! */ in goldfish_fb_init()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/protocols/ |
D | dillo | 1 dpi:
|
/external/llvm/test/CodeGen/Generic/ |
D | constindices.ll | 39 %dpi = fpext float %pi to double ; <double> [#uses=1] 42 …call i32 (i8*, ...)* @printf( i8* %castFmt, double %dsqrtTwo, double %dexp, double %dpi, double %d…
|
/external/dropbear/libtommath/etc/ |
D | makefile | 50 *.da *.dyn *.dpi *~
|
/external/chromium/chrome/common/ |
D | print_messages.h | 32 IPC_STRUCT_MEMBER(double, dpi)
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk.cpp | 422 float dpi = gdk_screen_get_resolution(screen); in getScreenDPI() local 423 if (dpi <= 0) in getScreenDPI() 425 return dpi; in getScreenDPI()
|
/external/kernel-headers/original/linux/ |
D | pkt_cls.h | 275 struct tc_rsvp_gpi dpi; member
|
/external/iproute2/include/linux/ |
D | pkt_cls.h | 261 struct tc_rsvp_gpi dpi; member
|
/external/qemu/ |
D | CHANGES.TXT | 713 you can also use '-scale <value>dpi', (e.g. '-scale 110dpi') to indicate the 717 - a new '-dpi-device <dpi>' option allows you to specific the resolution of 792 the 'dpi' suffix (e.g. '120dpi') or a real number between 0.1 and 3.0. 794 in the first case, <scale> specifies your monitor dpi; in the second one,
|
/external/dropbear/libtommath/ |
D | Makefile.in | 171 …*.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex …
|
/external/webkit/Source/WebKit/efl/ |
D | ChangeLog | 73 [EFL] Adjust dpi value to viewport computation. 77 But, we have to use device's dpi value for viewport meta tag computation. 1661 [EFL] Add a method to get target's dpi value 1664 Add a method to get target dpi value using Ecore_X. 1665 When we set layout size, we need to use the dpi value.
|
/external/qemu/android/avd/ |
D | hardware-properties.ini | 355 # Higher values are required for high-dpi devices
|
/external/webkit/Source/WebKit/gtk/po/ |
D | de.po | 405 msgstr "96 dpi erzwingen" 409 msgstr "Eine Auflösung von 96 dpi erzwingen"
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebCoreFrameBridge.cpp | 959 jfloat dpi = env->CallFloatMethod(javaFrame.get(), mJavaFrame->mDensity); in density() local 961 return dpi; in density()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog | 1687 Make it possible to test the targetdensity-dpi support 1690 Test the viewport meta tag feature targetdensity-dpi by
|
/external/webkit/Tools/ |
D | ChangeLog | 7016 Make it possible to test the targetdensity-dpi support 7019 Test the viewport meta tag feature targetdensity-dpi by
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 783 Make it possible to test the targetdensity-dpi support 786 Test the viewport meta tag feature targetdensity-dpi by 13914 Implement a property "enforce-96-dpi" in WebKitWebSettings
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 8959 - fixed 2906567 -- Font size calculations should use 96 dpi instead of 72 dpi 12964 Remove our 72/96 dpi changes. They weren't doing much good. 12965 But this doesn't fix all the 72/96 dpi issues. It's just the start.
|
D | ChangeLog-2003-10-25 | 15575 - fixed 96/72 dpi snafu; no need to do something different for AppKit, 18431 1. Change dpi to 72. Mac OS X does appear to assume 72, not 96!
|