| /tools/perf/util/ |
| D | svghelper.c | 141 static double normalize_height(double height) in normalize_height() argument 143 if (height < 0.25) in normalize_height() 145 else if (height < 0.50) in normalize_height() 147 else if (height < 0.75) in normalize_height() 153 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox() argument 156 height = normalize_height(height); in svg_ubox() 167 SLOT_HALF * height, in svg_ubox() 172 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox() argument 175 height = normalize_height(height); in svg_lbox() 185 Yslot * SLOT_MULT + SLOT_HEIGHT - SLOT_HALF * height, in svg_lbox() [all …]
|
| D | svghelper.h | 10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … 11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … 12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int …
|
| /tools/perf/ui/gtk/ |
| D | browser.c | 21 int height; in perf_gtk__resize_window() local 31 height = rect.height * 3 / 4; in perf_gtk__resize_window() 33 gtk_window_resize(GTK_WINDOW(window), width, height); in perf_gtk__resize_window()
|
| /tools/mm/ |
| D | slabinfo-gnuplot.sh | 28 height=700 84 set terminal png enhanced size $width,$height large 126 set terminal png enhanced size $width,$height large 192 height=${array[1]}
|
| /tools/perf/ui/ |
| D | browser.c | 197 browser->height = browser->rows = SLtt_Screen_Rows - 2; in ui_browser__refresh_dimensions() 314 int height = browser->height, h = 0, pct = 0, in ui_browser__scrollbar_set() local 319 pct = ((browser->index * (browser->height - 1)) / in ui_browser__scrollbar_set() 325 while (h < height) { in ui_browser__scrollbar_set()
|
| D | browser.h | 20 u16 y, x, width, height, rows, columns, horiz_scroll; member
|
| /tools/testing/radix-tree/ |
| D | multiorder.c | 58 int height = order[i] / XA_CHUNK_SHIFT; in multiorder_iteration() local 59 int shift = height * XA_CHUNK_SHIFT; in multiorder_iteration()
|
| D | maple.c | 35461 unsigned char height; in check_prealloc() local 35474 height = mas_mt_height(&mas); in check_prealloc() 35476 MT_BUG_ON(mt, allocated != 1 + height * 3); in check_prealloc() 35483 height = mas_mt_height(&mas); in check_prealloc() 35485 MT_BUG_ON(mt, allocated != 1 + height * 3); in check_prealloc() 35494 height = mas_mt_height(&mas); in check_prealloc() 35495 MT_BUG_ON(mt, allocated != 1 + height * 3); in check_prealloc() 35507 height = mas_mt_height(&mas); in check_prealloc() 35508 MT_BUG_ON(mt, allocated != 1 + height * 3); in check_prealloc() 35520 height = mas_mt_height(&mas); in check_prealloc() [all …]
|
| /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | SchedGui.py | 121 height = y % (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE) 123 if rect < 0 or rect > self.nr_rects - 1 or height > RootFrame.RECT_HEIGHT:
|
| /tools/power/pm-graph/ |
| D | bootgraph.py | 578 height = devtl.phaseRowHeight(0, phase, dev['row']) 579 top = '%.6f' % ((dev['row']*height) + devtl.scaleH) 584 devname+length+phase+'_mode', left, top, '%.3f'%height, 587 height = '%.6f' % (devtl.rowH / 2) 600 top, height, width, title, 'x%d'%num) 612 top, height, width, title, dev['id']+cg.id)
|
| D | sleepgraph.py | 2746 self.height = 0 # total timeline height 2915 self.height = self.scaleH + (maxrows*self.rowH) 2916 self.bodyH = self.height - self.scaleH 2934 self.html += html_timeline.format('dmesg', self.height) 4853 height = '%.3f' % (rowheight/3) 4859 html_cpuexec.format(left, top, height, width, color) 4866 height = '%.3f' % devtl.rowH 4875 left, top, height, width, e.text(), '', xtrastyle) 4993 ….stamp {width:100%;text-align:center;background:gray;line-height:30px;color:white;font:25px Arial;… 5002 t4 {color:black;font:bold 30px Times;line-height:60px;white-space:nowrap;}\n\ [all …]
|
| /tools/testing/selftests/hid/tests/ |
| D | test_tablet.py | 459 self.height = 10 558 pen.height = 0 937 pen.height = 0 990 height = 8.480 993 hy = tip_height * (32767 / height) 1038 pen.height = 0 1175 pen.height = 0
|
| D | test_multitouch.py | 69 self.height = 10
|
| /tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 1554 self.height = self.max_mark_sz + 1 1557 return QRectF(0, 0, self.width, self.height) 1622 return self.height 1718 self.height = self.graph_origin_y + margin 1727 return QRectF(0, 0, self.width, self.height) 1772 self.height = 0 1775 def SetSize(self, width, height): argument 1777 self.height = height + 1 1780 return QRectF(0, 0, self.width, self.height) 1784 painter.fillRect(0, 0, self.width, self.height, colour) [all …]
|
| /tools/perf/ui/browsers/ |
| D | annotate.c | 275 back = browser->b.height / 2; in annotate_browser__set_top() 860 browser->b.height, in annotate_browser__run()
|
| /tools/include/uapi/drm/ |
| D | i915_drm.h | 349 int width, height; /* screen size in pixels */ member
|
| /tools/arch/x86/kcpuid/ |
| D | cpuid.csv | 570 …0x1e, 0, ebx, 7:0, tmul_maxk , TMUL unit maximum height, K (rows or c…
|