OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:menu_items
(Results
1 - 7
of
7
) sorted by null
/bootable/recovery/
default_recovery_ui.c
26
char*
MENU_ITEMS
[] = { "reboot system now",
ui.c
84
static int menu_top = 0,
menu_items
= 0, menu_sel = 0;
variable
168
for (; i < menu_top +
menu_items
; ++i) {
443
menu_items
= i - menu_top;
458
if (menu_sel >=
menu_items
) menu_sel =
menu_items
-1;
recovery_ui.h
77
extern char*
MENU_ITEMS
[];
recovery.c
411
int chosen_item = get_menu_selection(headers,
MENU_ITEMS
, 0);
/device/htc/passion/recovery/
recovery_ui.c
26
char*
MENU_ITEMS
[] = { "reboot system now",
/device/htc/sapphire/recovery/
recovery_ui.c
28
char*
MENU_ITEMS
[] = { "reboot system now [Home+Back]",
/device/htc/dream/recovery/
recovery_ui.c
28
char*
MENU_ITEMS
[] = { "reboot system now [Home+Back]",
Completed in 251 milliseconds