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

  /external/clang/test/CodeGenCXX/
2012-03-16-StoreAlign.cpp 22 static Length inchLength(double inch);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 58 if curses.ascii.ascii(self.win.inch(y, last)) != curses.ascii.SP:
70 oldch = self.win.inch()
159 result = result + chr(curses.ascii.ascii(self.win.inch(y, x)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 58 if curses.ascii.ascii(self.win.inch(y, last)) != curses.ascii.SP:
70 oldch = self.win.inch()
159 result = result + chr(curses.ascii.ascii(self.win.inch(y, x)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 297 #ifdef inch
298 inline chtype UNDEF(inch)() { return inch(); } function
299 #undef inch macro
300 #define inch UNDEF(inch) macro
956 chtype inch() const { return ::winch(w); } function in class:NCursesWindow
959 chtype inch(int y, int x) { return ::mvwinch(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 580 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
1030 #define inch macro
    [all...]
ncurses.h 580 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
1030 #define inch macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 297 #ifdef inch
298 inline chtype UNDEF(inch)() { return inch(); } function
299 #undef inch macro
300 #define inch UNDEF(inch) macro
956 chtype inch() const { return ::winch(w); } function in class:NCursesWindow
959 chtype inch(int y, int x) { return ::mvwinch(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 580 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
1030 #define inch macro
    [all...]
ncurses.h 580 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
1030 #define inch macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 297 #ifdef inch
298 inline chtype UNDEF(inch)() { return inch(); } function
299 #undef inch macro
300 #define inch UNDEF(inch) macro
956 chtype inch() const { return ::winch(w); } function in class:NCursesWindow
959 chtype inch(int y, int x) { return ::mvwinch(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 580 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
1030 #define inch macro
    [all...]
ncurses.h 580 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
1030 #define inch macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 48 stdscr.getparyx, stdscr.getyx, stdscr.inch,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 48 stdscr.getparyx, stdscr.getyx, stdscr.inch,
  /external/bison/doc/
refcard.tex 147 % We want output .3 inch *from top of paper edge*; i.e. -.7in from TeX default
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 341 static Length inchLength(double inch) { return CSSPrimitiveValue::create(inch, CSSPrimitiveValue::CSS_IN)->computeLength<Length>(0, 0); }
    [all...]

Completed in 3371 milliseconds