Searched refs:move_cursor (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/tests/modetest/ |
D | cursor.c | 94 static void move_cursor(struct cursor *cursor, struct cursor_step *step) in move_cursor() function 131 { move_cursor, 1, 100, 1 }, 132 { move_cursor, 1, 10, 10 }, 134 { move_cursor, 1, 10, 10 }, 135 { move_cursor, 9, 100, 1 }, 136 { move_cursor, 11, 100, 5 }, 138 { move_cursor, 9, 100, 1 }, 140 { move_cursor, 9, 100, 1 },
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
D | vim_ui.py | 125 move_cursor(line, 0) 126 elif move_cursor:
|
D | vim_panes.py | 100 def move_cursor(line, col=0): function 355 move_cursor(1, 0)
|