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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
curses_tests.py 15 uly, ulx = 3, 2
21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
22 stdscr.addstr(uly-2, ulx, "Be sure to try typing in the lower-right corner.")
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
curses_tests.py 15 uly, ulx = 3, 2
21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
22 stdscr.addstr(uly-2, ulx, "Be sure to try typing in the lower-right corner.")
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 15 uly, ulx = 3, 2
21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
22 stdscr.addstr(uly-2, ulx, "Be sure to try typing in the lower-right corner.")
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 15 uly, ulx = 3, 2
21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
22 stdscr.addstr(uly-2, ulx, "Be sure to try typing in the lower-right corner.")
23 win = curses.newwin(nlines, ncols, uly, ulx)
24 textpad.rectangle(stdscr, uly-1, ulx-1, uly + nlines, ulx + ncols)
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx):
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
180 uly, ulx = 15, 20
181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing."
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx):
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
180 uly, ulx = 15, 20
181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing."
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx):
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
180 uly, ulx = 15, 20
181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing."
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 6 def rectangle(win, uly, ulx, lry, lrx):
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
180 uly, ulx = 15, 20
181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing."
    [all...]
  /external/clang/test/OpenMP/
atomic_capture_codegen.cpp 17 unsigned long ulv, ulx; variable
192 {ulx &= ulv; lv = ulx;}
351 ulv = ulx = ulx & bv;
412 ulv = ulx = sv << ulx;
    [all...]
atomic_update_codegen.cpp 17 unsigned long ulv, ulx; variable
181 ulx &= ulv;
316 ulx = ulx & bv;
373 ulx = sv << ulx;
    [all...]
atomic_read_codegen.c 17 unsigned long ulv, ulx; variable
116 ulv = ulx;
161 bv = ulx;
174 sv = ulx;
atomic_write_codegen.c 17 unsigned long ulv, ulx; variable
116 ulx = ulv;
178 ulx = bv;
191 ulx = sv;

Completed in 406 milliseconds