/dalvik/dx/src/com/android/dx/dex/cf/ |
CfOptions.java | 28 public int positionInfo = PositionList.LINES;
|
/external/e2fsprogs/ext2ed/ |
win.c | 55 show_pad_info.display_lines=LINES-TITLE_WIN_LINES-SHOW_WIN_LINES-COMMAND_WIN_LINES-2; 69 if (LINES<TITLE_WIN_LINES+SHOW_WIN_LINES+COMMAND_WIN_LINES+3) { 79 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0); 80 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0); 203 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) { 213 mvwin(mt_win2, LINES-COMMAND_WIN_LINES-1,0); 214 mvwin(command_win, LINES-COMMAND_WIN_LINES,0); 216 show_pad_info.display_lines=LINES-TITLE_WIN_LINES-SHOW_WIN_LINES-COMMAND_WIN_LINES-2;
|
main.c | 230 mvcur (-1,-1,LINES-COMMAND_WIN_LINES,0); 252 mvcur (-1,-1,LINES-COMMAND_WIN_LINES,0); 324 mvcur (-1,-1,LINES-COMMAND_WIN_LINES + 1,0);
|
/external/mksh/src/ |
var_spec.h | 27 FN(LINES)
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
PositionList.java | 40 public static final int LINES = 2; 63 case LINES:
|
/dalvik/dx/src/com/android/dx/dex/code/ |
PositionList.java | 40 public static final int LINES = 2; 63 case LINES:
|
/external/qemu/ |
curses.c | 67 height = LINES; 88 if (height > LINES) { 89 py = (height - LINES) / 2; 91 smaxy = LINES; 94 sminy = (LINES - height) / 2; 143 if (x >= 0 && y >= 0 && x < COLS && y < LINES) {
|
/external/icu4c/test/intltest/ |
thcoll.cpp | 72 * gets the same results when comparing lines one to another 350 #define LINES 6 353 const char *tests[LINES] = { 362 UChar strings[LINES][20]; 364 UChar *toSort[LINES]; 385 qsort (toSort, LINES, sizeof (UChar *), StrCmp); 387 for (i=0; i < LINES; i++) 390 for (j=i+1; j < LINES; j++) { 415 // after UCA 4.1, the two lines below are not equal anymore do not have equal sign
|
/external/grub/docs/ |
kernel.c | 28 /* The number of lines. */ 29 #define LINES 24 163 for (i = 0; i < COLUMNS * LINES * 2; i++) 225 if (ypos >= LINES)
|
kernel.c.texi | 28 /* @r{The number of lines.} */ 29 #define LINES 24 163 for (i = 0; i < COLUMNS * LINES * 2; i++) 225 if (ypos >= LINES)
|
/external/collada/include/1.4/dom/ |
domLines.h | 22 * The lines element provides the information needed to bind vertex attributes 23 * together and then organize those vertices into individual lines. Each 31 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::LINES; }
|
domTypes.h | [all...] |
/external/dbus/ |
cleanup-man-pages.sh | 53 LINES=`wc -l "$I" | cut -d ' ' -f 1` 54 if test x"$LINES" = x1 ; then
|
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 40 they will be stored in the `COLS` and `LINES` attributes. 68 LINES = None #: Height of the terminal (None for unknown) 107 self.LINES = curses.tigetnum('lines')
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
curses.h | 311 * unchanged lines 316 * this value is used in the oldindex field to mark lines created by insertions [all...] |
ncurses.h | 311 * unchanged lines 316 * this value is used in the oldindex field to mark lines created by insertions [all...] |
cursesw.h | 41 /* SCO 3.2v4 curses.h includes term.h, which defines lines as a macro. 42 Undefine it here, because NCursesWindow uses lines as a method. */ 43 #undef lines macro 743 NCursesWindow(int nlines, // number of lines 749 int nlines, // number of lines 759 // is two lines and two columns smaller and begins at (1,1). 785 // This function is used to generate a window of ripped-of lines. 786 // If the argument is positive, lines are removed from the top, if it 787 // is negative lines are removed from the bottom. This enhances the 797 int lines() const { initialize(); return LINES; function in class:NCursesWindow [all...] |
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 925 public int positionInfo = PositionList.LINES; [all...] |
/external/grub/grub/ |
asmstub.c | 569 if (y + 1 == LINES)
|
/frameworks/base/core/java/android/widget/ |
TextView.java | [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext3D.h | 115 LINES = 0x0001, [all...] |
/external/webkit/Source/WebCore/html/canvas/ |
WebGLRenderingContext.idl | 43 const unsigned int LINES = 0x0001; [all...] |
WebGLRenderingContext.cpp | [all...] |
/prebuilt/sdk/tools/lib/ |
dx.jar | |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |