Home
last modified time | relevance | path

Searched refs:get_methods (Results 1 – 9 of 9) sorted by relevance

/third_party/libinput/src/
Dlibinput-private.h262 uint32_t (*get_methods)(struct libinput_device *device); member
278 uint32_t (*get_methods)(struct libinput_device *device); member
Devdev-mt-touchpad-buttons.c973 tp->buttons.config_method.get_methods = tp_button_config_click_get_methods; in tp_init_buttons()
Dlibinput.c4251 return device->config.click_method->get_methods(device); in libinput_device_config_click_get_methods()
4356 return device->config.scroll_method->get_methods(device); in libinput_device_config_scroll_get_methods()
Devdev.c877 device->scroll.config.get_methods = evdev_scroll_get_methods; in evdev_init_button_scroll()
Devdev-mt-touchpad.c3136 tp->scroll.config_method.get_methods = tp_scroll_config_scroll_method_get_methods; in tp_init_scroll()
/third_party/python/Lib/
Dsymtable.py208 def get_methods(self): member in Class
/third_party/python/Lib/test/
Dtest_symtable.py204 self.assertEqual(self.Mine.get_methods(), ('a_method',))
/third_party/python/Doc/library/
Dsymtable.rst117 .. method:: get_methods()
/third_party/python/Lib/multiprocessing/
Dmanagers.py409 def get_methods(self, c, token): member in Server