Searched refs:code (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/minadbd/ |
D | README.txt | 11 - all ADB_HOST and win32 code removed 12 - removed listeners, logging code, background server (for host) 19 - ADB_HOST code removed 36 - removed ADB_HOST code 39 - removed ADB_HOST code
|
/bootable/recovery/minui/ |
D | events.c | 155 int code; in ev_sync_key_state() local 168 for (code = 0; code <= KEY_MAX; code++) { in ev_sync_key_state() 169 if (test_bit(code, key_bits)) in ev_sync_key_state() 170 set_key_cb(code, 1, data); in ev_sync_key_state()
|
D | minui.h | 54 typedef int (*ev_set_key_callback)(int code, int value, void *data);
|
/bootable/recovery/ |
D | ui.cpp | 74 if (ev.code == REL_Y) { in input_callback() 94 if (ev.type == EV_KEY && ev.code <= KEY_MAX) in input_callback() 95 self->process_key(ev.code, ev.value); in input_callback()
|
D | NOTICE | 40 including but not limited to software source code, documentation 45 not limited to compiled object code, generated documentation, 69 communication on electronic mailing lists, source code control systems,
|
/bootable/recovery/fonts/ |
D | README | 5 https://code.google.com/p/googlefontdirectory/source/browse/ofl/inconsolata/
|
/bootable/recovery/applypatch/ |
D | NOTICE | 25 1. Redistributions of source code must retain the above copyright
|