Searched refs:read_keys (Results 1 – 14 of 14) sorted by relevance
/external/python/setuptools/setuptools/tests/ |
D | test_msvc.py | 35 def read_keys(cls, base, key): function 53 read_keys=read_keys, read_values=read_values)
|
/external/u-boot/drivers/input/ |
D | input.c | 207 if (config->fifo_in == config->fifo_out && config->read_keys) { in input_tstc() 208 if (!(*config->read_keys)(config)) in input_tstc() 219 if (config->read_keys) in input_getc() 220 err = (*config->read_keys)(config); in input_getc()
|
D | cros_ec_keyb.c | 212 input->read_keys = cros_ec_kbc_check; in cros_ec_kbd_probe()
|
D | i8042.c | 323 input->read_keys = i8042_kbd_check; in i8042_kbd_probe()
|
D | tegra-kbc.c | 325 input->read_keys = tegra_kbc_check; in tegra_kbd_probe()
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_msvc9compiler.py | 135 keys = Reg.read_keys(HKCU, 'xxxx') 138 keys = Reg.read_keys(HKCU, r'Control Panel')
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_msvc9compiler.py | 135 keys = Reg.read_keys(HKCU, 'xxxx') 138 keys = Reg.read_keys(HKCU, r'Control Panel')
|
/external/u-boot/include/ |
D | input.h | 59 int (*read_keys)(struct input_config *config); member
|
/external/u-boot/board/boundary/nitrogen6x/ |
D | nitrogen6x.c | 941 static int read_keys(char *buf) in read_keys() function 955 int numpressed = read_keys(envvalue); in do_kbd() 974 numpressed = read_keys(keypress); in preboot_keys()
|
/external/python/cpython3/Lib/distutils/ |
D | msvc9compiler.py | 72 def read_keys(cls, base, key): member in Reg 88 read_keys = classmethod(read_keys) variable in Reg
|
D | msvccompiler.py | 55 def read_keys(base, key): function
|
/external/python/cpython2/Lib/distutils/ |
D | msvc9compiler.py | 76 def read_keys(cls, base, key): member in Reg 92 read_keys = classmethod(read_keys) variable in Reg
|
D | msvccompiler.py | 59 def read_keys(base, key): function
|
/external/u-boot/board/kosagi/novena/ |
D | novena.c | 92 button_input.read_keys = novena_gpio_button_read_keys; in drv_keyboard_init()
|