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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
metagrammar.h 12 #define ITEM 260
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
metagrammar.h 12 #define ITEM 260
  /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...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubElementType.java 36 ITEM("item", PubSubNamespace.BASIC),
37 ITEM_EVENT("item", PubSubNamespace.EVENT),
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlvTag.java 36 ITEM(0x0f),
  /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...]
  /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...]
  /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...]

Completed in 381 milliseconds