HomeSort by relevance Sort by last modified time
    Searched refs:ITEM (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Item.java 20 * This class represents an item that has been, or will be published to a
21 * pubsub node. An <tt>Item</tt> has several properties that are dependent
24 * <h1>An Item received from a node (via {@link LeafNode#getItems()} or {@link LeafNode#addItemEventListener(org.jivesoftware.smackx.pubsub.listener.ItemEventListener)}</b>
30 * <h1>An Item created to send to a node (via {@link LeafNode#send()} or {@link LeafNode#publish()}</b>
33 * resending an item with the same id will overwrite the one that already exists if the items are persisted.
42 public class Item extends NodeExtension
47 * Create an empty <tt>Item</tt> with no id. This is a valid item for nodes which are configured
50 * set to false, no <tt>Item</tt> is sent to the node, you have to use {@link LeafNode#send()} or {@link LeafNode#publish()}
53 public Item()
    [all...]
PubSubElementType.java 36 ITEM("item", PubSubNamespace.BASIC),
37 ITEM_EVENT("item", PubSubNamespace.EVENT),
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java 45 // An attribute value indicating that the element contains an item
46 private static final String ITEM = "item";
130 * If this is the start of an individual item, logs it and creates a new
133 if (eventName.equalsIgnoreCase(ITEM)) {
137 // If this isn't an item, then checks for other options
166 // It's not an ITEM. Gets the URL attribute from the event
182 * If it's not an ITEM, and it is an END_TAG, and the current event is an ITEM, and
186 && (localXmlPullParser.getName().equalsIgnoreCase(ITEM))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlvTag.java 36 ITEM(0x0f),
CommandParamsFactory.java 222 // set each item icon.
254 * list for similar tags, usually item id.
555 ctlv = searchForNextTag(ComprehensionTlvTag.ITEM, iter);
563 // We must have at least one menu item.
    [all...]

Completed in 1109 milliseconds