/external/blktrace/doc/ |
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 -a \emph{mask} & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline 388 -b \emph{size} & --buffer-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 -o \emph{file} & --output=\emph{file} & Prepend \emph{file} to output file name(s) \\ \hline [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 88 stdscr.hline('-', 5) 89 stdscr.hline('-', 5, curses.A_BOLD) 90 stdscr.hline(1,1,'-', 5) 91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 88 stdscr.hline('-', 5) 89 stdscr.hline('-', 5, curses.A_BOLD) 90 stdscr.hline(1,1,'-', 5) 91 stdscr.hline(1,1,'-', 5, curses.A_BOLD)
|
/external/dropbear/libtommath/ |
bn.tex | 186 \hline \textbf{Define} & \textbf{Purpose} \\ 187 \hline BN\_MP\_DIV\_SMALL & Enables a slower, smaller and equally \\ 189 \hline 204 \hline \textbf{Restriction} & \textbf{Undefine} \\ 205 \hline Exponentiation with odd moduli only & BN\_S\_MP\_EXPTMOD\_C \\ 210 \hline Exponentiation with random odd moduli & (The above plus the following) \\ 217 \hline Modular inverse odd moduli only & BN\_MP\_INVMOD\_SLOW\_C \\ 218 \hline Modular inverse (both, smaller/slower) & BN\_FAST\_MP\_INVMOD\_C \\ 219 \hline 228 \hline \textbf{Restriction} & \textbf{Undefine} \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesw.h | 291 #ifdef hline 292 inline int UNDEF(hline)(chtype ch, int n) { return hline(ch, n); } function 293 #undef hline macro 294 #define hline UNDEF(hline) macro 1049 int hline(int len, chtype ch=0) { return ::whline(w, ch, len); } function in class:NCursesWindow 1053 int hline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow [all...] |
curses.h | 576 extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ 981 #define hline macro [all...] |
ncurses.h | 576 extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ 981 #define hline macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 291 #ifdef hline 292 inline int UNDEF(hline)(chtype ch, int n) { return hline(ch, n); } function 293 #undef hline macro 294 #define hline UNDEF(hline) macro 1049 int hline(int len, chtype ch=0) { return ::whline(w, ch, len); } function in class:NCursesWindow 1053 int hline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow [all...] |
curses.h | 576 extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ 981 #define hline macro [all...] |
ncurses.h | 576 extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ 981 #define hline macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 291 #ifdef hline 292 inline int UNDEF(hline)(chtype ch, int n) { return hline(ch, n); } function 293 #undef hline macro 294 #define hline UNDEF(hline) macro 1049 int hline(int len, chtype ch=0) { return ::whline(w, ch, len); } function in class:NCursesWindow 1053 int hline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow [all...] |
curses.h | 576 extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ 981 #define hline macro [all...] |
ncurses.h | 576 extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ 981 #define hline macro [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
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)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
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/dropbear/libtomcrypt/ |
crypt.tex | 280 \hline STORE32L(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $x \to y[0 \ldots 3]$ \\ 281 \hline STORE64L(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $x \to y[0 \ldots 7]$ \\ 282 \hline LOAD32L(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $y[0 \ldots 3] \to x$ \\ 283 \hline LOAD64L(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $y[0 \ldots 7] \to x$ \\ 284 \hline STORE32H(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $x \to y[3 \ldots 0]$ \\ 285 \hline STORE64H(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $x \to y[7 \ldots 0]$ \\ 286 \hline LOAD32H(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $y[3 \ldots 0] \to x$ \\ 287 \hline LOAD64H(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $y[7 \ldots 0] \to x$ \\ 288 \hline BSWAP(x) & {\bf unsigned long} x & Swap bytes \\ 289 \hline [all...] |
/external/blktrace/btt/doc/ |
btt.tex | [all...] |