Searched refs:hline (Results 1 – 8 of 8) sorted by relevance
/external/blktrace/doc/ |
D | blktrace.tex | 384 \begin{tabular}{|l|l|l|}\hline 385 Short & Long & Description \\ \hline\hline 386 -A \emph{hex-mask} & --set-mask=\emph{hex-mask} & Set filter mask to \emph{hex-mask} \\ \hline 387 … & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline 388 …uffer-size=\emph{size} & Specifies buffer size for event extraction (scaled by $2^{10}$) \\ \hline 389 -d \emph{dev} & --dev=\emph{dev} & Adds \emph{dev} as a device to trace \\ \hline 390 -k & --kill & Kill on-going trace \\ \hline 391 -n \emph{num-sub} & --num-sub=\emph{num-sub} & Specifies number of buffers to use \\ \hline 392 …\emph{file} & --output=\emph{file} & Prepend \emph{file} to output file name(s) \\ \hline 393 -r \emph{rel-path} & --relay=\emph{rel-path} & Specifies debugfs mount point \\ \hline [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 127 stdscr.hline('-', 5) 128 stdscr.hline('-', 5, curses.A_BOLD) 129 stdscr.hline(1,1,'-', 5) 130 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
|
/external/markdown/tests/misc/ |
D | benchmark.dat | 23 hline:0.020000:0.000000
|
/external/python/cpython2/Lib/curses/ |
D | textpad.py | 11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1) 12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
|
/external/blktrace/btt/doc/ |
D | btt.tex | 1007 \textbf{X value} & \textbf{Representing Counts} \\\hline 1064 \begin{tabular}{|l|l|}\hline 1065 \textbf{Record} & \textbf{Description}\\\hline 1067 & \#Q \#D Ratio BLKmin BLKavg BLKmax Total\\\hline 1069 & NSEEKS MEAN MEDIAN MODE N-MODE mode\ldots\\\hline 1071 & NSEEKS MEAN MEDIAN MODE N-MODE mode\ldots\\\hline 1073 & \#Plugs \#TimerUnplugs \%TimeQPlugged\\\hline 1075 & IOsPerUnplug IOsPerUnplugTimeout\\\hline 1077 & AvgReqs@Q\\\hline\hline 1087 & MIN AVG MAX N\\\hline
|
/external/libdrm/include/drm/ |
D | nouveau_class.h | 428 __u16 hline; member
|
/external/syslinux/gpxe/src/include/ |
D | curses.h | 579 static inline int hline ( chtype ch, int n ) { in hline() function
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 890 .. method:: window.hline(ch, n) 891 window.hline(y, x, ch, n)
|