Home
last modified time | relevance | path

Searched refs:EV_STRINGS (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/bin/input/
Dinput_device.py101 if self.type in EV_STRINGS:
102 c = EV_STRINGS[self.type].get(self.code, self.code)
599 if (t in EV_STRINGS):
600 code = EV_STRINGS[t].get(c, '?')
622 abs = EV_STRINGS[EV_ABS].get(a, '?')
Dlinux_input.py1160 EV_STRINGS = { variable