HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 51 - 75 of 475) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_list.h 34 void * Item;
39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
  /external/chromium_org/tools/gn/
config.h 10 #include "tools/gn/item.h"
13 class Config : public Item {
  /external/clang/test/CodeGen/
aarch64-type-sizes.c 83 Item
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
IndexedItem.java 20 * An item in a Dalvik file which is referenced by index.
22 public abstract class IndexedItem extends Item {
23 /** {@code >= -1;} assigned index of the item, or {@code -1} if not
44 * Gets the item index.
47 * @throws RuntimeException thrown if the item index is not yet assigned
58 * Sets the item index. This method may only ever be called once
62 * @param index {@code >= 0;} the item index
73 * Gets the index of this item as a string, suitable for including in
UniformItemSection.java 26 * {@link Item} objects. Each of the items must have the same size in
46 Collection<? extends Item> items = items();
53 // Since each item has to be the same size, we can pick any.
58 * Gets the item corresponding to the given {@link Constant}. This
64 * @return {@code non-null;} the corresponding item found in this instance
75 for (Item one : items()) {
86 for (Item one : items()) {
94 public final int getAbsoluteItemOffset(Item item) {
99 IndexedItem ii = (IndexedItem) item;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_list.h 34 void * Item;
39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java 65 public List<Item> items = new LinkedList<Item>();
76 for (Item item : items) {
77 size += item.getSize();
93 for (Item item : items) {
94 item.getContent(byteBuffer);
112 items.add(new Item(content));
149 public List<Item> getItems()
    [all...]
  /external/smack/src/org/jivesoftware/smackx/muc/
HostedRoom.java 41 public HostedRoom(DiscoverItems.Item item) {
43 jid = item.getEntityID();
44 name = item.getName();
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 19 import com.android.internal.telephony.cat.Item;
34 public class StkMenuAdapter extends ArrayAdapter<Item> {
38 public StkMenuAdapter(Context context, List<Item> items,
47 final Item item = getItem(position); local
54 if (!mIcosSelfExplanatory || (mIcosSelfExplanatory && item.icon == null)) {
55 ((TextView) convertView.findViewById(R.id.text)).setText(item.text);
58 if (item.icon == null) {
61 imageView.setImageBitmap(item.icon);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
FetchProfile.java 25 * FetchProfile.Item: Described below.
27 * Synonymous with FetchProfile.Item.BODY.
36 * item fetched by using these items could potentially include all of the
39 public enum Item implements Fetchable {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IsObjectTest.java 60 ScriptField__object_element_input.Item mItem =
61 new ScriptField__object_element_input.Item();
81 ScriptField__object_type_input.Item mItem = new ScriptField__object_type_input.Item();
104 ScriptField__object_allocation_input.Item mItem =
105 new ScriptField__object_allocation_input.Item();
127 ScriptField__object_sampler_input.Item mItem =
128 new ScriptField__object_sampler_input.Item();
150 ScriptField__object_script_input.Item mItem = new ScriptField__object_script_input.Item();
    [all...]
SetObjectTest.java 60 ScriptField__set_object_element_input.Item mItem = new ScriptField__set_object_element_input.Item();
80 ScriptField__set_object_type_input.Item mItem = new ScriptField__set_object_type_input.Item();
103 ScriptField__set_object_allocation_input.Item mItem = new ScriptField__set_object_allocation_input.Item();
125 ScriptField__set_object_sampler_input.Item mItem = new ScriptField__set_object_sampler_input.Item();
147 ScriptField__set_object_script_input.Item mItem = new ScriptField__set_object_script_input.Item();
    [all...]
  /external/chromium_org/content/renderer/
drop_data_builder.cc 24 const WebVector<WebDragData::Item>& item_list = drag_data.items();
26 const WebDragData::Item& item = item_list[i]; local
27 switch (item.storageType) {
28 case WebDragData::Item::StorageTypeString: {
29 if (EqualsASCII(item.stringType, ui::Clipboard::kMimeTypeText)) {
30 result.text = base::NullableString16(item.stringData, false);
33 if (EqualsASCII(item.stringType, ui::Clipboard::kMimeTypeURIList)) {
34 result.url = GURL(item.stringData);
35 result.url_title = item.title
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebBlobData.cpp 57 bool WebBlobData::itemAt(size_t index, Item& result) const
64 const BlobDataItem& item = m_private->items()[index]; local
68 result.offset = item.offset;
69 result.length = item.length;
70 result.expectedModificationTime = item.expectedModificationTime;
72 switch (item.type) {
74 result.type = Item::TypeData;
75 result.data = item.data;
78 result.type = Item::TypeFile;
79 result.filePath = item.path
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
DataForm.java 44 private final List<Item> items = new ArrayList<Item>();
109 public Iterator<Item> getItems() {
111 return Collections.unmodifiableList(new ArrayList<Item>(items)).iterator();
189 * Adds a new item returned from a search.
191 * @param item the item returned from a search.
193 public void addItem(Item item) {
195 items.add(item);
230 Item item = i.next(); local
    [all...]
MUCOwner.java 38 private List<Item> items = new ArrayList<Item>();
42 * Returns an Iterator for item childs that holds information about affiliation,
45 * @return an Iterator for item childs that holds information about affiliation,
48 public Iterator<Item> getItems() {
50 return Collections.unmodifiableList(new ArrayList<Item>(items)).iterator();
77 * Adds an item child that holds information about affiliation, jids and nicks.
79 * @param item the item child that holds information about affiliation, jids and nicks.
81 public void addItem(Item item)
92 Item item = (Item) items.get(i); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 47 implements AppWidgetLoader.ItemConstructor<PickAdapter.Item>{
51 List<PickAdapter.Item> mItems;
58 private AppWidgetLoader<PickAdapter.Item> mAppWidgetLoader;
66 mAppWidgetLoader = new AppWidgetLoader<PickAdapter.Item>
90 protected List<PickAdapter.Item> getItems() {
96 public PickAdapter.Item createItem(Context context, AppWidgetProviderInfo info, Bundle extras) {
134 PickAdapter.Item item = new PickAdapter.Item(context, label, icon); local
135 item.packageName = info.provider.getPackageName()
147 PickAdapter.Item item = mItems.get(which); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.h 60 struct Item {
69 Item();
80 typedef std::vector<Item> ItemList;
88 ItemList GetItemsWithState(Item::State state) const;
112 base::string16 GetHeadingTextFor(Item::State state) const;
117 typedef std::map<std::string, Item> ItemMap;
  /external/chromium_org/third_party/skia/include/views/
SkOSMenu.h 23 * the event payload for the item.
50 class Item {
53 * Auto increments a global to generate an unique ID for each new item
56 Item(const char label[], SkOSMenu::Type type, const char slotName[],
58 ~Item() { delete fEvent; }
78 * Post event associated with the menu item to target, any changes to
96 const Item* getItemByID(int itemID) const;
97 void getItems(const Item* items[]) const;
100 * Assign key to the menu item with itemID, will do nothing if there's no
101 * item with the id give
    [all...]
  /external/skia/include/views/
SkOSMenu.h 23 * the event payload for the item.
50 class Item {
53 * Auto increments a global to generate an unique ID for each new item
56 Item(const char label[], SkOSMenu::Type type, const char slotName[],
58 ~Item() { delete fEvent; }
78 * Post event associated with the menu item to target, any changes to
96 const Item* getItemByID(int itemID) const;
97 void getItems(const Item* items[]) const;
100 * Assign key to the menu item with itemID, will do nothing if there's no
101 * item with the id give
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter_unittest.cc 125 // Item definition.
126 struct Item {
127 Item(ItemType item_type,
140 const Item& GetItemDefinition(int index) {
151 std::vector<Item> items_;
163 items_.push_back(Item(TYPE_COMMAND, "submenu item 0", NULL));
164 items_.push_back(Item(TYPE_COMMAND, "submenu item 1", NULL));
179 items_.push_back(Item(TYPE_COMMAND, "command 0", NULL))
222 MenuItemView* item = menu->GetMenuItemByID(id); local
269 MenuItemView* item = menu->GetMenuItemByID(id); local
    [all...]
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 90 class Item(object):
121 return flatten([item.fieldrefs() for item in self.items])
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
153 for field in flatten([item.fieldrefs() for item in plot]):
161 for item in subplot.items:
162 if item.axis == x1y2 or item.axis == x2y2
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 90 class Item(object):
121 return flatten([item.fieldrefs() for item in self.items])
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
153 for field in flatten([item.fieldrefs() for item in plot]):
161 for item in subplot.items:
162 if item.axis == x1y2 or item.axis == x2y2
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 149 class Item
152 Item(void *priv) : next(this), prev(this), data(priv) { }
155 Item *next;
156 Item *prev;
165 Item *item = new Item(data); local
169 item->prev = &head;
170 item->next = head.next;
171 head.next->prev = item;
177 Item *item = new Item(data); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 149 class Item
152 Item(void *priv) : next(this), prev(this), data(priv) { }
155 Item *next;
156 Item *prev;
165 Item *item = new Item(data); local
169 item->prev = &head;
170 item->next = head.next;
171 head.next->prev = item;
177 Item *item = new Item(data); local
    [all...]

Completed in 2707 milliseconds

1 23 4 5 6 7 8 91011>>