HomeSort by relevance Sort by last modified time
    Searched refs:LINES (Results 1 - 17 of 17) sorted by null

  /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);
  /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/chromium/third_party/icu/source/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/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/dbus/
cleanup-man-pages.sh 53 LINES=`wc -l "$I" | cut -d ' ' -f 1`
54 if test x"$LINES" = x1 ; then
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 779 public int positionInfo = PositionList.LINES;
876 } else if (pstr == "lines") {
877 positionInfo = PositionList.LINES;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/grub/grub/
asmstub.c 569 if (y + 1 == LINES)
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 87 LINES = 0x0001,
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.idl 45 const unsigned int LINES = 0x0001;
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 407 milliseconds