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

1 2

  /external/python/cpython2/Demo/curses/
ncurses.py 28 stdscr.move(curses.LINES - 1, 0)
75 for y in range(0, curses.LINES - 1):
80 curses.LINES // 2 - 2,
87 curses.LINES // 2 + 1,
89 curses.LINES // 4,
94 curses.LINES // 4,
96 curses.LINES // 2,
101 curses.LINES // 2 - 2,
103 curses.LINES // 2 - 2,
108 curses.LINES // 2 - 2
    [all...]
tclock.py 83 cy = curses.LINES // 2
133 stdscr.addstr(curses.LINES - 2, 0, time.ctime(tim))
rain.py 43 r = curses.LINES - 4
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 27 public int positionInfo = PositionList.LINES;
  /external/gptfdisk/
gptcurses.cc 31 // # of lines to reserve for general information and headers (RESERVED_TOP)
233 if ((space != NULL) && (lineNum < (LINES - 5))) {
273 numToShow = LINES - RESERVED_TOP - RESERVED_BOTTOM;
352 move(LINES - 4, 0);
354 move(LINES - 4, 0);
376 move(LINES - 4, 0);
378 move(LINES - 4, 0);
398 move(LINES - 4, 0);
402 move(LINES - 3, 0);
431 move(LINES - 4, 0)
    [all...]
  /external/e2fsprogs/ext2ed/
win.c 56 show_pad_info.display_lines=LINES-TITLE_WIN_LINES-SHOW_WIN_LINES-COMMAND_WIN_LINES-2;
70 if (LINES<TITLE_WIN_LINES+SHOW_WIN_LINES+COMMAND_WIN_LINES+3) {
80 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0);
81 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
204 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
214 mvwin(mt_win2, LINES-COMMAND_WIN_LINES-1,0);
215 mvwin(command_win, LINES-COMMAND_WIN_LINES,0);
217 show_pad_info.display_lines=LINES-TITLE_WIN_LINES-SHOW_WIN_LINES-COMMAND_WIN_LINES-2;
main.c 231 mvcur (-1,-1,LINES-COMMAND_WIN_LINES,0);
253 mvcur (-1,-1,LINES-COMMAND_WIN_LINES,0);
325 mvcur (-1,-1,LINES-COMMAND_WIN_LINES + 1,0);
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock.c 4 * would consist of lines with 1's in even lines and 0's in odd lines.
14 #define LINES 16384
47 for (i = 0; i < LINES; i++) {
48 if (mac == 1) { /* Set the offset to even lines */
56 } else { /* Set the offset to odd 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/icu/icu4c/source/test/intltest/
thcoll.cpp 77 * gets the same results when comparing lines one to another
353 #define LINES 6
356 const char *tests[LINES] = {
365 UChar strings[LINES][20];
367 UChar *toSort[LINES];
388 qsort (toSort, LINES, sizeof (UChar *), StrCmp);
390 for (i=0; i < LINES; i++)
393 for (j=i+1; j < LINES; j++) {
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 45 private static final float[] LINES = new float[NUM_PARALLEL_LINES * 8
57 System.arraycopy(TRIANGLE_POINTS, 0, LINES, 0, TRIANGLE_POINTS.length);
61 LINES[index + 0] = 40;
62 LINES[index + 1] = val;
63 LINES[index + 2] = 80;
64 LINES[index + 3] = val;
70 LINES[index + 0] = val;
71 LINES[index + 1] = 40;
72 LINES[index + 2] = val;
73 LINES[index + 3] = 80
    [all...]
  /external/mksh/src/
var_spec.h 65 FN(LINES)
  /external/toybox/kconfig/lxdialog/
yesno.c 55 y = (LINES - height) / 2;
inputbox.c 65 y = (LINES - height) / 2;
  /external/guava/guava-tests/test/com/google/common/io/
CharSourceTest.java 58 private static final String LINES = "foo\nbar\r\nbaz\rsomething";
112 TestCharSource lines = new TestCharSource(LINES); local
113 assertEquals("foo", lines.readFirstLine());
114 assertTrue(lines.wasStreamOpened() && lines.wasStreamClosed());
118 TestCharSource lines = new TestCharSource(LINES); local
119 assertEquals(ImmutableList.of("foo", "bar", "baz", "something"), lines.readLines());
120 assertTrue(lines.wasStreamOpened() && lines.wasStreamClosed())
124 TestCharSource lines = new TestCharSource(LINES); local
144 TestCharSource lines = new TestCharSource(LINES); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_context.h 221 NV30_PRIM_GL_CASE(LINES);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 255 lines, cols = curses.LINES, curses.COLS
256 curses.resizeterm(lines - 1, cols + 1)
258 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
259 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /external/llvm/utils/lit/lit/
ProgressBar.py 44 they will be stored in the `COLS` and `LINES` attributes.
72 LINES = None #: Height of the terminal (None for unknown)
111 self.LINES = curses.tigetnum('lines')
  /external/swiftshader/third_party/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')
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
ProgressBar.py 44 they will be stored in the `COLS` and `LINES` attributes.
72 LINES = None #: Height of the terminal (None for unknown)
111 self.LINES = curses.tigetnum('lines')
  /external/skia/src/sksl/
SkSLParser.h 82 LINES,
  /external/skqp/src/sksl/
SkSLParser.h 82 LINES,
  /external/python/cpython2/Lib/test/
test_curses.py 347 lines, cols = curses.LINES, curses.COLS
348 new_lines = lines - 1
352 self.assertEqual(curses.LINES, new_lines)
368 lines, cols = stdscr.getmaxyx()
369 stdscr.resize(lines-2, cols-2)
  /external/ltp/testcases/kernel/controllers/freezer/
libcgroup_freezer 205 LINES=$(find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | \
207 if (( LINES == 0 )); then

Completed in 1531 milliseconds

1 2