/external/subsampling-scale-image-view/docs/javadoc/ |
D | stylesheet.css | 369 .overviewSummary caption, .memberSummary caption, .typeSummary caption, 370 .useSummary caption, .constantsSummary caption, .deprecatedSummary caption { 384 .overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, 385 .useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, 386 .overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, 387 .useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, 388 .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, 389 .useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:acti… 390 .overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visite… 391 .useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:vi… [all …]
|
/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/ |
D | cxfa_ffpushbutton.cpp | 109 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in PerformLayout() local 110 CXFA_Margin* captionMargin = caption ? caption->GetMarginIfExists() : nullptr; in PerformLayout() 140 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in LoadHighlightCaption() local 141 if (!caption || caption->IsHidden()) in LoadHighlightCaption() 176 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in RenderHighlightCaption() local 177 if (!caption || !caption->IsVisible()) in RenderHighlightCaption()
|
D | cxfa_ffcheckbutton.cpp | 101 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in PerformLayout() local 102 if (caption && caption->IsVisible()) { in PerformLayout() 104 iCapPlacement = caption->GetPlacementType(); in PerformLayout() 105 fCapReserve = caption->GetReserve(); in PerformLayout() 125 CXFA_Margin* captionMargin = caption ? caption->GetMarginIfExists() : nullptr; in PerformLayout()
|
D | cxfa_fffield.cpp | 194 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CapPlacement() local 195 if (caption && !caption->IsHidden()) { in CapPlacement() 196 iCapPlacement = caption->GetPlacementType(); in CapPlacement() 202 fCapReserve = caption->GetReserve(); in CapPlacement() 234 CXFA_Margin* capMargin = caption ? caption->GetMarginIfExists() : nullptr; in CapPlacement() 605 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in RenderCaption() local 606 if (!caption || !caption->IsVisible()) in RenderCaption()
|
D | cxfa_widgetacc.cpp | 273 CXFA_Caption* caption = pAcc->GetNode()->GetCaptionIfExists(); in LoadCaption() local 274 if (!caption || caption->IsHidden()) in LoadCaption() 639 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CalcCaptionSize() local 640 if (!caption || !caption->IsVisible()) in CalcCaptionSize() 646 XFA_AttributeEnum iCapPlacement = caption->GetPlacementType(); in CalcCaptionSize() 647 float fCapReserve = caption->GetReserve(); in CalcCaptionSize() 664 CXFA_Font* font = caption->GetFontIfExists(); in CalcCaptionSize() 681 CXFA_Margin* captionMargin = caption->GetMarginIfExists(); in CalcCaptionSize() 706 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CalculateFieldAutoSize() local 707 XFA_AttributeEnum placement = caption ? caption->GetPlacementType() in CalculateFieldAutoSize() [all …]
|
/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/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/tensorflow/tensorflow/python/debug/cli/ |
D | debugger_cli_common.py | 1082 def __init__(self, caption, content, enabled=True): argument 1094 self._caption = caption 1099 def caption(self): member in MenuItem 1148 return [item.caption for item in self._items] 1150 def caption_to_item(self, caption): argument 1164 if caption not in captions: 1166 caption) 1168 return self._items[captions.index(caption)] 1202 menu_line += item.caption 1203 item_name_begin = len(menu_line) - len(item.caption)
|
/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 | 158 SkString caption; in onDrawContent() local 161 caption.appendf("RenderPass_%s", GrCCCoverageProcessor::RenderPassName(fRenderPass)); in onDrawContent() 163 caption.appendf(" (%s)", SkCubicTypeName(fCubicType)); in onDrawContent() 166 caption = "Use GPU backend to visualize geometry."; in onDrawContent() 189 canvas->drawText(caption.c_str(), caption.size(), 10, 30, captionPaint); in onDrawContent()
|
/external/skqp/samplecode/ |
D | SampleCCPRGeometry.cpp | 158 SkString caption; in onDrawContent() local 161 caption.appendf("RenderPass_%s", GrCCCoverageProcessor::RenderPassName(fRenderPass)); in onDrawContent() 163 caption.appendf(" (%s)", SkCubicTypeName(fCubicType)); in onDrawContent() 166 caption = "Use GPU backend to visualize geometry."; in onDrawContent() 189 canvas->drawText(caption.c_str(), caption.size(), 10, 30, captionPaint); in onDrawContent()
|
/external/google-styleguide/ |
D | javaguide.css | 75 caption, selector 102 caption, selector 239 caption { selector 247 caption { selector 276 caption { selector
|
/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,
|