Home
last modified time | relevance | path

Searched refs:read_keys (Results 1 – 14 of 14) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_msvc.py35 def read_keys(cls, base, key): function
53 read_keys=read_keys, read_values=read_values)
/external/u-boot/drivers/input/
Dinput.c207 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()
Dcros_ec_keyb.c212 input->read_keys = cros_ec_kbc_check; in cros_ec_kbd_probe()
Di8042.c323 input->read_keys = i8042_kbd_check; in i8042_kbd_probe()
Dtegra-kbc.c325 input->read_keys = tegra_kbc_check; in tegra_kbd_probe()
/external/python/cpython3/Lib/distutils/tests/
Dtest_msvc9compiler.py135 keys = Reg.read_keys(HKCU, 'xxxx')
138 keys = Reg.read_keys(HKCU, r'Control Panel')
/external/python/cpython2/Lib/distutils/tests/
Dtest_msvc9compiler.py135 keys = Reg.read_keys(HKCU, 'xxxx')
138 keys = Reg.read_keys(HKCU, r'Control Panel')
/external/u-boot/include/
Dinput.h59 int (*read_keys)(struct input_config *config); member
/external/u-boot/board/boundary/nitrogen6x/
Dnitrogen6x.c941 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/
Dmsvc9compiler.py72 def read_keys(cls, base, key): member in Reg
88 read_keys = classmethod(read_keys) variable in Reg
Dmsvccompiler.py55 def read_keys(base, key): function
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py76 def read_keys(cls, base, key): member in Reg
92 read_keys = classmethod(read_keys) variable in Reg
Dmsvccompiler.py59 def read_keys(base, key): function
/external/u-boot/board/kosagi/novena/
Dnovena.c92 button_input.read_keys = novena_gpio_button_read_keys; in drv_keyboard_init()