/external/autotest/tko/ |
D | display.py | 70 def calculate_html(link, data, tooltip=None, row_label=None, column_label=None): argument 74 hover_text += '<br>%s' % tooltip 92 tooltip = None, row_label = None, column_label = None): argument 107 if link and not tooltip: 112 self.data = calculate_html(link, data, tooltip, 230 tooltip = "" 233 tooltip += "%d %s " % (box_data.status_count[status], status_word) 234 return (html,tooltip) 265 html,tooltip = status_html(db, box_data, shade) 266 precounted_box = box(html, shade, False, link, tooltip,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | FingerPrintGraph.java | 121 AreaZone(Rectangle zone, String tooltip) { in AreaZone() argument 124 this.title = tooltip; in AreaZone() 164 void addArea(Rectangle rec, String tooltip) { in addArea() argument 165 AreaZone zone = new AreaZone(rec, tooltip); in addArea() 266 StringBuffer tooltip = new StringBuffer("Time for baseline build "); in drawBars() 267 tooltip.append(baselineBuildResults.getName()); in drawBars() 268 tooltip.append(": "); in drawBars() 269 tooltip.append(Util.timeString((long)baselineValue)); in drawBars() 270 tooltip.append(" [±"); in drawBars() 271 tooltip.append(Util.timeString((long)baselineError)); in drawBars() [all …]
|
/external/fio/ |
D | graph.c | 57 char *tooltip; member 671 if (v->tooltip) in __graph_value_drop() 672 free(v->tooltip); in __graph_value_drop() 711 const char *tooltip) in graph_label_add_value() argument 724 if (tooltip) { in graph_label_add_value() 740 x->tooltip = strdup(tooltip); in graph_label_add_value() 816 const double x, const double y, const char *tooltip) in graph_add_xy_data() argument 830 graph_label_add_value(i, xy, tooltip); in graph_add_xy_data() 1025 return best->tooltip; in graph_find_tooltip()
|
D | graph.h | 58 const double x, const double y, const char *tooltip);
|
D | gfio.c | 341 gboolean keyboard_mode, GtkTooltip *tooltip, in graph_tooltip() argument 353 gtk_tooltip_set_text(tooltip, text); in graph_tooltip()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
D | ComplexProperty.java | 77 public void setTooltip(String tooltip) { in setTooltip() argument 78 m_tooltip = tooltip; in setTooltip()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | PerformanceResultsPreferencePage.java | 231 StringBuffer tooltip = new StringBuffer("Select the last build to display performance results\n"); in createContents() local 232 …tooltip.append("If set then performance results won't be displayed for any build after this date..… in createContents() 233 String tooltipText = tooltip.toString(); in createContents() 244 …tooltip = new StringBuffer("Select the default dimension which will be used for performance result… in createContents() 245 …tooltip.append("When changed, the new selected dimension is automatically added to the dimensions … in createContents() 246 tooltipText = tooltip.toString(); in createContents() 254 …tooltip = new StringBuffer("Select the dimensions which will be used while generating performance … in createContents() 255 …tooltip.append("When changed, the default dimension above is automatically added to the new list..… in createContents() 256 tooltipText = tooltip.toString(); in createContents()
|
D | ConfigTab.java | 187 ToolTip tooltip = (ToolTip) ConfigTab.this.toolTips.get(cellPosition); in createTabFolderPage() 188 if (tooltip != null) { in createTabFolderPage() 190 tooltip.setLocation(location); in createTabFolderPage() 191 tooltip.setVisible(true); in createTabFolderPage() 192 this.currentTooltip = tooltip; in createTabFolderPage()
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …tooltip;e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("tooltip"),s=t… function
|
D | bootstrap-combined.min.css | 9 …tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filt…
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | HtmlTooltipHelper.java | 321 private static void hideTooltip(Control tooltip) { in hideTooltip() argument 322 tooltip.getShell().dispose(); in hideTooltip()
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 342 td .has-tooltip * { 359 .tooltip {
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | bootstrap.js | 1141 $.fn.tooltip = function ( option ) { function 1151 $.fn.tooltip.Constructor = Tooltip 1153 $.fn.tooltip.defaults = { 1200 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, { 1255 $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
|
D | apiviewer.js | 175 …enu",bh="paddingBottom",bi="__dW",bj="changeNativeContextMenu",bk="qx.ui.tooltip.ToolTip",bl="qxKe… property
|
/external/v8/tools/profviz/ |
D | profviz.css | 107 .tooltip {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
D | performanceui.jar | META-INF/MANIFEST.MF
.project
about.html
plugin.xml
build.properties
images ... |
/external/chromium-trace/catapult/third_party/flot/ |
D | NEWS.md | 122 - Fixed incorrect tooltip behavior in the interacting example. 606 - Fix bug with tooltip in interacting.html, this makes the tooltip
|
/external/guice/extensions/struts2/lib/ |
D | struts2-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 1771 /* tooltip styles */
|
/external/clang/docs/ |
D | doxygen.cfg.in | 933 # source code will show a tooltip with additional information such as prototype,
|
/external/jsoncpp/doc/ |
D | doxyfile.in | 939 # source code will show a tooltip with additional information such as prototype,
|
/external/llvm/docs/ |
D | doxygen.cfg.in | 933 # source code will show a tooltip with additional information such as prototype,
|