/aosp_15_r20/external/python/cpython3/Tools/demo/ |
D | life.py | 144 def erase_menu(stdscr, menu_y): argument 152 def display_menu(stdscr, menu_y): argument 166 def keyloop(stdscr): argument 258 def main(stdscr): argument
|
/aosp_15_r20/external/python/cpython2/Demo/curses/ |
D | life.py | 133 def erase_menu(stdscr, menu_y): argument 140 def display_menu(stdscr, menu_y): argument 148 def keyloop(stdscr): argument 211 def main(stdscr): argument
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | curses_tests.py | 13 def test_textpad(stdscr, insert_mode=False): argument 39 def main(stdscr): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | curses_tests.py | 13 def test_textpad(stdscr, insert_mode=False): argument 39 def main(stdscr): argument
|
/aosp_15_r20/external/bcc/tools/ |
H A D | cachetop.py | 136 def handle_loop(stdscr, args): argument
|
/aosp_15_r20/external/python/cpython2/Lib/curses/ |
D | textpad.py | 191 def test_editbox(stdscr): argument
|
/aosp_15_r20/external/python/cpython3/Lib/curses/ |
D | textpad.py | 191 def test_editbox(stdscr): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/curses/ |
D | textpad.py | 191 def test_editbox(stdscr): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/curses/ |
D | textpad.py | 191 def test_editbox(stdscr): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/curses/ |
D | textpad.py | 191 def test_editbox(stdscr): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/curses/ |
D | textpad.py | 191 def test_editbox(stdscr): argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | initscr.c | 99 WINDOW *stdscr = (WINDOW *)NULL; /* the default screen window */ variable
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | tinycurses.c | 80 WINDOW *stdscr; variable
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/ |
H A D | curses.h | 333 PDCEX WINDOW *stdscr; /* the default screen window */ variable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | curses.h | 1345 #define stdscr NCURSES_PUBLIC_VAR(stdscr()) macro
|
D | ncurses.h | 1345 #define stdscr NCURSES_PUBLIC_VAR(stdscr()) macro
|