/external/icu/icu4j/ |
D | stylesheet8.css | 373 .overviewSummary caption, .memberSummary caption, .typeSummary caption, 374 .useSummary caption, .constantsSummary caption, .deprecatedSummary caption { 388 .overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, 389 .useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, 390 .overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, 391 .useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, 392 .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, 393 .useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:acti… 394 .overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visite… 395 .useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:vi… [all …]
|
D | stylesheet7.css | 376 …caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary ca… 387 caption a:link, caption a:hover, caption a:active, caption a:visited { 390 …caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption sp…
|
/external/v8/src/ |
D | counters.cc | 64 #define HR(name, caption, min, max, num_buckets) \ in Counters() argument 65 name##_ = Histogram(#caption, min, max, num_buckets, isolate); in Counters() 69 #define HT(name, caption, max, res) \ in Counters() argument 70 name##_ = HistogramTimer(#caption, 0, max, HistogramTimer::res, 50, isolate); in Counters() 74 #define AHT(name, caption) \ in Counters() argument 75 name##_ = AggregatableHistogramTimer(#caption, 0, 10000000, 50, isolate); in Counters() 79 #define HP(name, caption) \ in Counters() argument 80 name##_ = Histogram(#caption, 0, 101, 100, isolate); in Counters() 91 #define HM(name, caption) \ in Counters() argument 92 name##_ = Histogram(#caption, 1000, 500000, 50, isolate); in Counters() [all …]
|
D | counters.h | 1161 #define HR(name, caption, min, max, num_buckets) \ argument 1166 #define HT(name, caption, max, res) \ argument 1171 #define AHT(name, caption) \ argument 1176 #define HP(name, caption) \ argument 1181 #define HM(name, caption) \ argument 1187 #define HM(name, caption) \ argument 1194 #define SC(name, caption) \ argument 1231 #define RATE_ID(name, caption, max, res) k_##name, argument 1234 #define AGGREGATABLE_ID(name, caption) k_##name, argument 1237 #define PERCENTAGE_ID(name, caption) k_##name, argument [all …]
|
/external/ImageMagick/coders/ |
D | caption.c | 97 *caption, in ReadCAPTIONImage() local 154 caption=ConstantString(GetImageProperty(image,"caption",exception)); in ReadCAPTIONImage() 156 (void) CloneString(&draw_info->text,caption); in ReadCAPTIONImage() 164 text=AcquireString(caption); in ReadCAPTIONImage() 180 text=AcquireString(caption); in ReadCAPTIONImage() 204 if ((fabs(image_info->pointsize) < MagickEpsilon) && (strlen(caption) > 0)) in ReadCAPTIONImage() 215 text=AcquireString(caption); in ReadCAPTIONImage() 241 text=AcquireString(caption); in ReadCAPTIONImage() 272 i=FormatMagickCaption(image,draw_info,split,&metrics,&caption,exception); in ReadCAPTIONImage() 273 (void) CloneString(&draw_info->text,caption); in ReadCAPTIONImage() [all …]
|
D | pango.c | 111 *caption, in ReadPANGOImage() local 199 caption=ConstantString(GetImageProperty(image,"caption",exception)); in ReadPANGOImage() 337 pango_layout_set_text(layout,caption,-1); in ReadPANGOImage() 344 if (pango_parse_markup(caption,-1,0,NULL,NULL,NULL,&error) == 0) in ReadPANGOImage() 347 pango_layout_set_markup(layout,caption,-1); in ReadPANGOImage() 390 caption=DestroyString(caption); in ReadPANGOImage() 462 caption=DestroyString(caption); in ReadPANGOImage()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffpushbutton.cpp | 108 CXFA_Caption caption = m_pDataAcc->GetCaption(); in PerformLayout() local 110 if (CXFA_Margin mgCap = caption.GetMargin()) in PerformLayout() 135 CXFA_Caption caption = m_pDataAcc->GetCaption(); in LoadHighlightCaption() local 136 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in LoadHighlightCaption() 171 CXFA_Caption caption = m_pDataAcc->GetCaption(); in RenderHighlightCaption() local 172 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in RenderHighlightCaption()
|
D | xfa_fffield.cpp | 175 CXFA_Caption caption = m_pDataAcc->GetCaption(); in CapPlacement() local 176 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in CapPlacement() 177 iCapPlacement = (XFA_ATTRIBUTEENUM)caption.GetPlacementType(); in CapPlacement() 183 fCapReserve = caption.GetReserve(); in CapPlacement() 216 CapLeftRightPlacement(caption, rtWidget, iCapPlacement); in CapPlacement() 222 CapTopBottomPlacement(caption, rtWidget, iCapPlacement); in CapPlacement() 229 CapLeftRightPlacement(caption, rtWidget, iCapPlacement); in CapPlacement() 235 CapTopBottomPlacement(caption, rtWidget, iCapPlacement); in CapPlacement() 252 void CXFA_FFField::CapTopBottomPlacement(CXFA_Caption caption, in CapTopBottomPlacement() argument 257 if (CXFA_Margin mgCap = caption.GetMargin()) { in CapTopBottomPlacement() [all …]
|
D | xfa_ffcheckbutton.cpp | 97 CXFA_Caption caption = m_pDataAcc->GetCaption(); in PerformLayout() local 98 if (caption && caption.GetPresence()) { in PerformLayout() 100 iCapPlacement = caption.GetPlacementType(); in PerformLayout() 101 fCapReserve = caption.GetReserve(); in PerformLayout() 118 CXFA_Margin mgCap = caption.GetMargin(); in PerformLayout()
|
D | xfa_ffwidgetacc.cpp | 118 CXFA_Caption caption = pAcc->GetCaption(); in LoadCaption() local 119 if (!caption || caption.GetPresence() == XFA_ATTRIBUTEENUM_Hidden) in LoadCaption() 531 if (CXFA_Caption caption = GetCaption()) { in GetValidateCaptionName() local 532 if (CXFA_Value capValue = caption.GetValue()) { in GetValidateCaptionName() 714 CXFA_Caption caption = GetCaption(); in CalcCaptionSize() local 715 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) { in CalcCaptionSize() 720 int32_t iCapPlacement = caption.GetPlacementType(); in CalcCaptionSize() 721 FX_FLOAT fCapReserve = caption.GetReserve(); in CalcCaptionSize() 739 if (CXFA_Font font = caption.GetFont()) { in CalcCaptionSize() 751 if (CXFA_Margin mgCap = caption.GetMargin()) { in CalcCaptionSize() [all …]
|
D | xfa_fffield.h | 84 void CapTopBottomPlacement(CXFA_Caption caption, 87 void CapLeftRightPlacement(CXFA_Caption caption,
|
/external/libjpeg-turbo/java/doc/ |
D | stylesheet.css | 361 …caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary ca… 372 caption a:link, caption a:hover, caption a:active, caption a:visited { 375 …caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption sp…
|
/external/guava/ |
D | javadoc-stylesheet.css | 361 …caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary ca… 372 caption a:link, caption a:hover, caption a:active, caption a:visited { 375 …caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption sp…
|
/external/fmtlib/doc/bootstrap/ |
D | thumbnails.less | 32 .caption { 33 padding: @thumbnail-caption-padding; 34 color: @thumbnail-caption-color;
|
D | carousel.less | 217 .carousel-caption { 225 color: @carousel-caption-color; 229 text-shadow: none; // No shadow for button elements in carousel-caption 259 .carousel-caption {
|
D | tables.less | 9 caption { 46 > caption + thead,
|
/external/swiftshader/third_party/subzero/bloat/ |
D | webtreemap.js | 79 var caption = document.createElement('div'); 80 caption.className = 'webtreemap-caption'; 81 caption.innerHTML = tree.name; 82 dom.appendChild(caption);
|
D | webtreemap.css | 74 .webtreemap-caption { 82 /*.webtreemap-node:hover > .webtreemap-caption {
|
/external/skia/samplecode/ |
D | SampleCCPRGeometry.cpp | 129 const char* caption = "Use GPU backend to visualize geometry."; in onDrawContent() local 134 caption = GrCCPRCoverageProcessor::GetProcessorName(fMode); in onDrawContent() 153 canvas->drawText(caption, strlen(caption), 10, 30, captionPaint); in onDrawContent()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 52 virtual void MessageBox(const char* caption, const char* text, 92 virtual void MessageBox(const char* caption, const char* text,
|
/external/libcups/filter/ |
D | raster-driver.shtml | 8 <caption>Figure 1: <a name='FIGURE_1'>Raster Filter Chain</a></caption> 15 <caption>Table 1: <a name='TABLE_1'>Standard CUPS Raster Filters</a></caption> 35 <caption>Figure 2: <a name='FIGURE_2'>Command Filter Chain</a></caption>
|
D | postscript-driver.shtml | 8 <caption>Figure 1: <a name='FIGURE_1'>PostScript Filter Chain</a></caption> 21 <caption>Figure 2: <a name='FIGURE_2'>Command Filter Chain</a></caption> 96 <caption>Table 1: <a name='TABLE_1'>Required PostScript Printer Driver Attributes</a></caption>
|
/external/ImageMagick/MagickCore/ |
D | annotate.c | 594 const MagickBooleanType split,TypeMetric *metrics,char **caption, in FormatMagickCaption() argument 622 for (p=(*caption); GetUTFCode(p) != 0; p+=GetUTFOctets(p)) in FormatMagickCaption() 654 target=AcquireString(*caption); in FormatMagickCaption() 655 n=p-(*caption); in FormatMagickCaption() 656 CopyMagickString(target,*caption,n+1); in FormatMagickCaption() 657 ConcatenateMagickString(target,"\n",strlen(*caption)+1); in FormatMagickCaption() 658 ConcatenateMagickString(target,p,strlen(*caption)+2); in FormatMagickCaption() 659 (void) DestroyString(*caption); in FormatMagickCaption() 660 *caption=target; in FormatMagickCaption() 661 p=(*caption)+n; in FormatMagickCaption() [all …]
|
/external/libnl/doc/stylesheets/ |
D | flask.css | 20 div.title, caption.title, 144 div.title, caption.title { 532 div.title, caption.title, 542 div.title, caption.title { color: #596673; font-weight: bold; }
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
D | main_wnd.h | 40 virtual void MessageBox(const char* caption, const char* text,
|