OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITEM
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h
60
/*
Item
options: */
71
TEXT name; /* name of menu
item
*/
72
TEXT description; /* description of
item
, optional in display */
74
void *userptr; /* Pointer to user defined per
item
data */
75
Item_Options opt; /*
Item
options */
76
short index; /*
Item
number if connected to a menu */
77
short y; /* y and x location of
item
in menu */
86
}
ITEM
;
102
short itemlen; /* Length of one
item
*/
112
ITEM
**items; /* array of items */
[
all
...]
cursesm.h
46
// This wraps the
ITEM
type of <menu.h>
54
ITEM
*
item
;
member in class:NCursesMenuItem
64
:
item
(0)
66
item
= p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(
ITEM
*)(0);
67
if (p_name && !
item
)
70
// Create an
item
. If you pass both parameters as NULL, a delimiting
71
//
item
is constructed which can be used to terminate a list of
83
:
item
(0
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatService.java
52
ITEM
(0x0f),
461
//
item
identifier
CommandParamsFactory.java
206
// set each
item
icon.
238
* list for similar tags, usually
item
id.
538
ctlv = searchForNextTag(ComprehensionTlvTag.
ITEM
, iter);
546
// We must have at least one menu
item
.
[
all
...]
Completed in 74 milliseconds