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

  /external/elfutils/libebl/
eblcorenote.c 65 regs_offset, nregloc, reglocs, nitems, items)
73 const Ebl_Core_Item **items;
76 nitems, items);
86 #define ITEMS(type, table) \
88 *items = table; \
100 ITEMS (NT_PLATFORM, platform);
102 #undef ITEMS
  /bootable/recovery/
default_device.cpp 28 static const char* ITEMS[] = {"reboot system now",
82 const char* const* GetMenuItems() { return ITEMS; }
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
AlertDialogBuilder.java 39 private static final CharSequence[] ITEMS = {"Red", "Green", "Blue"};
68 .setItems(ITEMS, null);
72 .setSingleChoiceItems(ITEMS, 1, null);
76 .setMultiChoiceItems(ITEMS, new boolean[]{false, true, false}, null);
  /device/asus/deb/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
102 const char* const* GetMenuItems() { return ITEMS; }
  /device/asus/flo/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
102 const char* const* GetMenuItems() { return ITEMS; }
  /device/asus/grouper/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
101 const char* const* GetMenuItems() { return ITEMS; }
  /device/asus/tilapia/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
101 const char* const* GetMenuItems() { return ITEMS; }
  /device/lge/mako/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
102 const char* const* GetMenuItems() { return ITEMS; }
  /device/samsung/manta/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
101 const char* const* GetMenuItems() { return ITEMS; }
  /device/samsung/tuna/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
103 const char* const* GetMenuItems() { return ITEMS; }
  /external/smack/src/org/jivesoftware/smackx/pubsub/
GetItemsRequest.java 28 super(PubSubElementType.ITEMS, nodeId);
33 super(PubSubElementType.ITEMS, nodeId);
39 super(PubSubElementType.ITEMS, nodeId);
LeafNode.java 30 * All items are published to a node, and typically subscribed to by other
43 * Get information on the items in the node in standard
53 DiscoverItems items = new DiscoverItems(); local
54 items.setTo(to);
55 items.setNode(getId());
56 return (DiscoverItems)SyncPacketSend.getReply(con, items);
60 * Get the current items stored in the node.
72 ItemsExtension itemsElem = (ItemsExtension)result.getExtension(PubSubElementType.ITEMS);
77 * Get the current items stored in the node based
93 ItemsExtension itemsElem = (ItemsExtension)result.getExtension(PubSubElementType.ITEMS);
203 Collection<T> items = new ArrayList<T>(1); local
274 Collection<T> items = new ArrayList<T>(1); local
328 Collection<String> items = new ArrayList<String>(1); local
343 List<Item> items = new ArrayList<Item>(itemIds.size()); local
    [all...]
PubSubElementType.java 34 ITEMS("items", PubSubNamespace.BASIC),
35 ITEMS_EVENT("items", PubSubNamespace.EVENT),
ItemsExtension.java 22 * <li>It can represent an event containing a list of items that have been published
23 * <li>It can represent an event containing a list of retracted (deleted) items.
24 * <li>It can represent a request to delete a list of items.
25 * <li>It can represent a request to get existing items.
36 protected List<? extends PacketExtension> items; field in class:ItemsExtension
40 /** An items element, which has an optional <b>max_items</b> attribute when requesting items */
41 items(PubSubElementType.ITEMS, "max_items"), enum constant in enum:ItemsExtension.ItemsElementType
67 * Construct an instance with a list representing items that have been published or deleted.
    [all...]
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
TestItems.java 30 private static List<TestItem> ITEMS = new ArrayList<TestItem>();
86 ITEMS.add(item);
91 return ITEMS;
99 return ITEMS.get(pos);
  /build/tools/releasetools/
ota_from_target_files 112 """Items represent the metadata (user, group, mode) of files and
114 ITEMS = {}
143 if name not in cls.ITEMS:
144 cls.ITEMS[name] = Item(name, dir=dir)
145 return cls.ITEMS[name]
163 for i in cls.ITEMS.itervalues() if i.name])
170 i = cls.ITEMS.get(name, None)
179 i = cls.ITEMS.get("system/recovery-from-boot.p", None)
181 i = cls.ITEMS.get("system/etc/install-recovery.sh", None)
681 # Note that this call will mess up the tree of Items, so make sur
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Tags.java 49 public static final int ITEMS = 0x14;
    [all...]

Completed in 3214 milliseconds