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

  /external/libdrm/tests/modetest/
cursor.c 81 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) function
130 { set_cursor, 10, 0, 1 }, /* enable */
133 { set_cursor, 1, 100, 0 }, /* disable/enable loop */
137 { set_cursor, 17, 10, 0 }, /* disable/enable loop */
139 { set_cursor, 13, 10, 0 }, /* disable/enable loop */
141 { set_cursor, 13, 10, 0 }, /* disable/enable loop */
142 { set_cursor, 10, 0, 0 }, /* disable */
  /external/syslinux/com32/include/syslinux/
firmware.h 14 void (*set_cursor) (int, int, bool); member in struct:output_ops
  /external/syslinux/com32/lib/sys/
ansi.h 52 void (*set_cursor) (int x, int y, bool visible); member in struct:ansi_ops
ansicon_write.c 58 .set_cursor = ansicon_set_cursor,
158 firmware->o_ops->set_cursor(x, y, visible);
vesacon_write.c 59 .set_cursor = vesacon_setcursor,
  /external/selinux/gui/
semanagePage.py 70 self.window.set_cursor(self.busy_cursor)
74 self.window.set_cursor(self.ready_cursor)
booleansPage.py 162 self.window.set_cursor(self.busy_cursor)
166 self.window.set_cursor(self.ready_cursor)
  /external/syslinux/core/
bios.c 141 .set_cursor = bios_set_cursor,
  /external/syslinux/efi/
main.c 276 .set_cursor = efi_set_cursor,
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
gui.py     [all...]

Completed in 982 milliseconds