HomeSort by relevance Sort by last modified time
    Searched full:items (Results 176 - 200 of 3741) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/core/toolbox/
dynarray.h 10 void** items; member in struct:__anon44023
30 * remove items from the array during iteration.
36 _item_type _item = (_item_type)(_array)->items[_nn_##__LINE__]; \
58 * This macro is only intended for simple uses. Do not add or remove items
  /frameworks/base/docs/html/guide/topics/ui/
menus.jd 14 <li><a href="#ChangingTheMenu">Changing menu items at runtime</a></li>
30 <li><a href="#checkable">Using checkable menu items</a></li>
33 <li><a href="#intents">Adding Menu Items Based on an Intent</a>
68 <p>Although the design and user experience for some menu items have changed, the semantics to define
75 <dd>The <a href="#options-menu">options menu</a> is the primary collection of menu items for an
80 <p>On Android 3.0 and higher, items from the options menu are presented by the <a
82 items and overflow options. Beginning with Android 3.0, the <em>Menu</em> button is deprecated (some
96 action items that affect the selected content in a bar at the top of the screen and allows the user
97 to select multiple items.</p>
102 <dd>A popup menu displays a list of items in a vertical list that's anchored to the view tha
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java 105 * A mapping from ItemType to the section that contains items of the given type
145 * When true, this prevents any sorting of the items during placement of the dex file. This
147 * and no modifications were made (i.e. no items added or deleted). Otherwise it is likely that
150 * This is useful for the first use case (annotating an existing dex file). This ensures the items
156 * When true, this imposes an full ordering on all the items, to force them into a (possibly
157 * arbitrary) canonical order. When false, only the items that the dex format specifies
158 * an order for are sorted. The rest of the items are not ordered.
445 * Get the <code>Section</code> containing items of the same type as the given item
446 * @param item Get the <code>Section</code> that contains items of this type
448 * @return the <code>Section</code> containing items of the same type as the given ite
    [all...]
ReadContext.java 39 * Namely, it handles "pre-creating" items when an item needs to resolve some other item
40 * that it references, and keeps track of those pre-created items, so the corresponding section
41 * for the pre-created items uses them, instead of creating new items
169 * Sets the items for the specified section. This should be called by an offsetted section
170 * after it is finished reading in all its items.
172 * @param items the full list of items in the section, ordered by offset
174 public void setItemsForSection(ItemType itemType, List<? extends Item> items) {
179 sa.ensureCapacity(items.size())
    [all...]
  /external/webkit/Source/WebKit/win/
MarshallingHelpers.cpp 231 CFStringRef* items = 0; local
233 items = new CFStringRef[len];
237 items[lBound] = BSTRToCFStringRef(str);
241 CFArrayRef result = CFArrayCreate(0, (const void**)items, len, &kCFTypeArrayCallBacks);
242 if (items)
243 delete[] items;
254 CFNumberRef* items = 0; local
256 items = new CFNumberRef[len];
260 items[lBound] = intToCFNumberRef(num);
263 CFArrayRef result = CFArrayCreate(0, (const void**) items, len, &kCFTypeArrayCallBacks)
276 void* items; local
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 86 /** Contains all of the items for this menu */
89 /** Contains only the items that are currently visible. This will be created/refreshed from
93 * Whether or not the items (or any one item's shown state) has changed since it was last
99 * Contains only the items that should appear in the Action Bar, if present.
103 * Contains items that should NOT appear in the Action Bar, if present.
108 * Whether or not the items (or any one item's action state) has changed since it was
114 * Default value for how added items should show in the action list.
121 * should be set on all items added to this menu.
180 * Called by menu items to execute their associated action
559 // We handle the notification of items being changed ourselves, so we use setVisibleInt rathe
824 ArrayList<MenuItemImpl> items = mTempShortcutItemList; local
    [all...]
ListMenuPresenter.java 115 * @return A ListAdapter containing the items in the menu.
230 ArrayList<MenuItemImpl> items = mMenu.getNonActionItems(); local
231 int count = items.size() - mItemIndexOffset;
239 ArrayList<MenuItemImpl> items = mMenu.getNonActionItems(); local
244 return items.get(position);
266 final ArrayList<MenuItemImpl> items = mMenu.getNonActionItems(); local
267 final int count = items.size();
269 final MenuItemImpl item = items.get(i);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java 79 * Contains all of the items for this menu
84 * Contains only the items that are currently visible. This will be created/refreshed from
90 * Whether or not the items (or any one item's shown state) has changed since it was last
96 * Contains only the items that should appear in the Action Bar, if present.
101 * Contains items that should NOT appear in the Action Bar, if present.
106 * Whether or not the items (or any one item's action state) has changed since it was last
112 * Default value for how added items should show in the action list.
119 * all items added to this menu.
184 * Called by menu items to execute their associated action
592 // We handle the notification of items being changed ourselves, so we use setVisibleIn
871 ArrayList<MenuItemImpl> items = mTempShortcutItemList; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterDeleteSet.java 21 // FilterDeleteSet filters a base MediaSet to remove some deletion items (we
23 // add/remove deletion items:
92 // For example, if there are 12 items in total. The deleted items are 3, 5,
96 // The deleted items: X X X
118 // Find the segment that "start" falls into. Count the number of items
132 // Now get enough to cover deleted items in [start, end]
135 // Remove the deleted items.
202 ArrayList<MediaItem> items = mBaseSet.getMediaItem(from, to - from); local
204 for (int i = 0; i < items.size(); i++)
    [all...]
  /external/quake/quake/src/QW/progs/
client.qc 44 // remove items
45 self.items = self.items - (self.items &
53 parm1 = self.items;
88 self.items = parm1;
531 self.items = self.items | IT_NAILGUN;
532 self.items = self.items | IT_SUPER_NAILGUN;
    [all...]
  /developers/samples/android/ui/actionbarcompat/Basic/Basic/src/main/res/values/
strings.xml 24 Action Bar. Items that are not shown as action items on the Action Bar are displayed in
  /external/chromium/chrome/browser/importer/
external_process_importer_host.h 35 uint16 items,
47 // Bitmask of items to be imported (see importer::ImportItem enum).
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 37 uint16 items,
45 items,
57 source_profile, profile, items, new ProfileWriter(profile), first_run);
62 uint16 items,
68 items_(items),
221 uint16 items,
227 DCHECK_NE(0, items);
229 parent, items, importer_host, importer_observer, source_profile, profile,
  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.h 42 // Fills in a list of menu items in the order they should appear in the menu.
43 // Items whose ids are 0 are separators.
  /external/chromium/chrome/common/extensions/docs/static/
contextMenus.html 6 to add items to Google Chrome's context menu.
16 You can create as many context menu items
  /external/chromium/chrome/common/
web_app_schema.json 35 "items": {
43 "items": {
  /external/clang/test/CodeGenCXX/
typeid-cxx11.cpp 22 constexpr Item items[] = { member in namespace:Test1
27 constexpr auto &x = items[0].ti;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringComboPropertyEditor.java 30 public StringComboPropertyEditor(String... items) {
31 m_items = items;
  /external/smack/src/org/jivesoftware/smackx/packet/
OfflineMessageRequest.java 40 private List<Item> items = new ArrayList<Item>(); field in class:OfflineMessageRequest
52 synchronized (items) {
53 return Collections.unmodifiableList(new ArrayList<Item>(items)).iterator();
63 synchronized (items) {
64 items.add(item);
107 synchronized (items) {
108 for (int i = 0; i < items.size(); i++) {
109 Item item = items.get(i);
  /external/webkit/LayoutTests/fast/dom/NodeList/
nodelist-item-with-index.html 14 description('This tests that items in a NodeList can be retrieved by index.');
23 // properties "0 " and 1 should get different items. "0 " should not
  /external/webkit/Source/WebCore/platform/efl/
ContextMenuEfl.cpp 35 void ContextMenu::getContextMenuItems(void* menu, Vector<ContextMenuItem>& items)
40 void* ContextMenu::createNativeMenuFromItems(const Vector<ContextMenuItem>& items)
  /external/webkit/Source/WebKit2/UIProcess/qt/
WebContextMenuProxyQt.cpp 83 void WebContextMenuProxyQt::showContextMenu(const IntPoint& position, const Vector<WebContextMenuItemData>& items)
85 if (items.isEmpty())
88 OwnPtr<QMenu> menu = createContextMenu(items);
90 // We send the signal, even with no items, because the client should be able to show custom items
103 PassOwnPtr<QMenu> WebContextMenuProxyQt::createContextMenu(const Vector<WebContextMenuItemData>& items) const
106 for (int i = 0; i < items.size(); ++i) {
107 const WebContextMenuItemData& item = items.at(i);
  /frameworks/base/core/res/res/layout/
select_dialog.xml 22 This layout file is used by the AlertDialog when displaying a list of items.
23 This layout file is inflated and used as the ListView to display the items.
select_dialog_holo.xml 21 This layout file is used by the AlertDialog when displaying a list of items.
22 This layout file is inflated and used as the ListView to display the items.
select_dialog_item.xml 22 This layout file is used by the AlertDialog when displaying a list of items.
24 items.

Completed in 678 milliseconds

1 2 3 4 5 6 78 91011>>