Home
last modified time | relevance | path

Searched defs:normal (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dsysdeps_win32.cpp1633 const char* const normal, const char* const shifted) { in _get_keypad_sequence()
1651 DWORD control_key_state, const char* const normal) { in _get_modifier_sequence()
1694 const DWORD control_key_state, const char* const normal, in _get_modifier_keypad_sequence()
1778 #define MATCH(vk, normal) \ in _console_read() argument
1786 #define MATCH_MODIFIER(vk, normal) \ in _console_read() argument
1795 #define MATCH_KEYPAD(vk, normal, shifted) \ in _console_read() argument
1805 #define MATCH_MODIFIER_KEYPAD(vk, normal, shifted) \ in _console_read() argument
/system/extras/simpleperf/runtest/
Druntest.py499 def runtest(host, device, normal, callgraph, selected_tests): argument