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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 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.")
29 stdscr.addstr(uly+ncols+2, 0, "Text entered in the box\n")
30 stdscr.addstr(repr(contents))
31 stdscr.addstr('\n')
32 stdscr.addstr('Press any key')
test_curses.py 39 for meth in [stdscr.addch, stdscr.addstr]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 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.")
29 stdscr.addstr(uly+ncols+2, 0, "Text entered in the box\n")
30 stdscr.addstr(repr(contents))
31 stdscr.addstr('\n')
32 stdscr.addstr('Press any key')
test_curses.py 39 for meth in [stdscr.addch, stdscr.addstr]:
  /bionic/libc/dns/nameser/
ns_print.c 70 static int addstr(const char *src, size_t len,
132 T(addstr("\t\t\t", (size_t)3, &buf, &buflen));
138 T(addstr("@\t\t\t", (size_t)4, &buf, &buflen));
140 T(addstr(name, (size_t)len, &buf, &buflen));
146 T(addstr(".", (size_t)1, &buf, &buflen));
159 T(addstr(tmp, (size_t)len, &buf, &buflen));
190 T(addstr(" ", (size_t)1, &buf, &buflen));
208 T(addstr(" ", (size_t)1, &buf, &buflen));
212 T(addstr(" (\n", (size_t)3, &buf, &buflen));
220 T(addstr("\t\t\t\t\t", (size_t)5, &buf, &buflen))
1235 addstr(const char *src, size_t len, char **buf, size_t *buflen) { function
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.c 250 #define addstr(a,b,l) ( memcpy(a,b,(l) * sizeof(char)), a += (l) ) macro
258 addstr(out, source + 1, bufflen - 1);
266 addstr(out, RETS, LL(RETS));
273 addstr(out, PRE, LL(PRE)); /* add prefix */
276 addstr(out, source, l); /* keep it */
281 addstr(out, source, l);
282 addstr(out, RETS, LL(RETS));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 71 #ifdef addstr
72 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
73 #undef addstr macro
74 #define addstr UNDEF(addstr) macro
1012 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
1017 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
    [all...]
curses.h 536 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1139 #define addstr macro
    [all...]
ncurses.h 536 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1139 #define addstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 71 #ifdef addstr
72 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
73 #undef addstr macro
74 #define addstr UNDEF(addstr) macro
1012 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
1017 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
    [all...]
curses.h 536 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1139 #define addstr macro
    [all...]
ncurses.h 536 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1139 #define addstr macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing.")
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 12443 struct sctp_stream_reset_add_strm *addstr; local
12476 struct sctp_stream_reset_add_strm *addstr; local
    [all...]

Completed in 503 milliseconds