HomeSort by relevance Sort by last modified time
    Searched refs:Item (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/webkit/WebCore/svg/
SVGList.h 36 template<typename Item>
38 static Item nullItem()
40 return SVGListTraits<UsesDefaultInitializer<Item>::value, Item>::nullItem();
42 static bool isNull(const Item& it)
44 return SVGListTraits<UsesDefaultInitializer<Item>::value, Item>::isNull(it);
48 template<typename Item>
49 class SVGList : public RefCounted<SVGList<Item> > {
51 typedef SVGListTypeOperations<Item> TypeOperations
141 Item item = m_vector[index]; local
    [all...]
SVGListTraits.h 30 template<typename Item> struct UsesDefaultInitializer { static const bool value = true; };
34 template<bool usesDefaultInitializer, typename Item>
49 template<typename Item>
50 struct SVGListTraits<true, Item> {
51 static Item nullItem() { return Item(); }
52 static bool isNull(Item it) { return !it; }
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Item.java 24 * Represents an Item COMPREHENSION-TLV object.
28 public class Item implements Parcelable {
29 /** Identifier of the item. */
31 /** Text string of the item. */
33 /** Icon of the item */
36 public Item(int id, String text) {
42 public Item(Parcel in) {
58 public static final Parcelable.Creator<Item> CREATOR = new Parcelable.Creator<Item>() {
59 public Item createFromParcel(Parcel in)
    [all...]
Menu.java 27 * Container class for STK menu (SET UP MENU, SELECT ITEM) parameters.
31 public List<Item> items;
44 items = new ArrayList<Item>();
61 items = new ArrayList<Item>();
64 Item item = in.readParcelable(null); local
65 items.add(item);
  /external/webkit/WebKit/chromium/public/
WebPopupMenuInfo.h 41 // FIXME: migrate clients to WebMenuItemInfo and remove this temporary Item typedef.
42 typedef WebMenuItemInfo Item;
  /dalvik/dx/src/com/android/dx/dex/file/
Item.java 25 public abstract class Item {
29 public Item() {
34 * Returns the item type for this instance.
36 * @return {@code non-null;} the item type
41 * Returns the human name for the particular type of item this
59 * This will <i>not</i> add an item to the file for this instance itself
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...]
Statistics.java 29 /** {@code non-null;} data about each type of item */
40 * Adds the given item to the statistics.
42 * @param item {@code non-null;} the item to add
44 public void add(Item item) {
45 String typeName = item.typeName();
49 dataMap.put(typeName, new Data(item, typeName));
51 data.add(item);
61 Collection<? extends Item> items = list.items()
    [all...]
MapItem.java 25 * Class that represents a map item.
34 /** {@code non-null;} item type this instance covers */
41 * {@code null-ok;} first item covered or {@code null} if this is
44 private final Item firstItem;
47 * {@code null-ok;} last item covered or {@code null} if this is
50 private final Item lastItem;
59 * Constructs a list item with instances of this class representing
82 Item firstItem = null;
83 Item lastItem = null;
86 for (Item item : section.items())
    [all...]
HeaderSection.java 29 /** {@code non-null;} the list of the one item in the section */
40 HeaderItem item = new HeaderItem(); local
41 item.setIndex(0);
43 this.list = Collections.singletonList(item);
54 public Collection<? extends Item> items() {
  /dalvik/dx/src/com/android/dx/cf/code/
LocalVariableList.java 84 Item item = descriptorList.get(i); local
85 Item signatureItem = signatureList.itemToLocal(item);
88 item = item.withSignature(signature);
90 result.set(i, item);
107 * Gets the indicated item.
109 * @param n {@code >= 0;} which item
110 * @return {@code null-ok;} the indicated item
    [all...]
LineNumberList.java 69 * Gets the indicated item.
71 * @param n {@code >= 0;} which item
72 * @return {@code null-ok;} the indicated item
74 public Item get(int n) {
75 return (Item) get0(n);
79 * Sets the item at the given index.
82 * @param item {@code non-null;} the item
84 public void set(int n, Item item) {
    [all...]
ByteCatchList.java 54 * Gets the indicated item.
56 * @param n {@code >= 0;} which item
57 * @return {@code null-ok;} the indicated item
59 public Item get(int n) {
60 return (Item) get0(n);
64 * Sets the item at the given index.
67 * @param item {@code non-null;} the item
69 public void set(int n, Item item) {
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
AllItem.java 16 final class AllItem extends Item
53 private static final Item.ItemMetadata METADATA; // set in <clinit>
57 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_ALL, "all",
PackageItem.java 16 final class PackageItem extends Item
62 private static final Item.ItemMetadata METADATA; // set in <clinit>
66 METADATA = new Item.ItemMetadata (IItemMetadata.TYPE_ID_PACKAGE, "package",
  /packages/apps/Email/src/com/android/email/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 {
  /external/skia/include/views/
SkOSMenu.h 41 struct Item {
47 SkTDArray<Item> fItems;
  /external/webkit/WebCore/html/
FormDataList.h 43 class Item {
45 Item() { }
46 Item(const CString& data) : m_data(data) { }
47 Item(PassRefPtr<File> file) : m_file(file) { }
57 const Vector<Item>& list() const { return m_list; }
64 Vector<Item> m_list;
  /dalvik/dx/src/com/android/dx/cf/attrib/
InnerClassList.java 38 * Gets the indicated item.
40 * @param n {@code >= 0;} which item
41 * @return {@code null-ok;} the indicated item
43 public Item get(int n) {
44 return (Item) get0(n);
48 * Sets the item at the given index.
51 * @param innerClass {@code non-null;} class this item refers to
60 set0(n, new Item(innerClass, outerClass, innerName, accessFlags));
64 * Item in an inner classes list.
66 public static class Item {
    [all...]
  /external/skia/src/views/
SkOSMenu.cpp 21 Item* item = fItems.append(); local
23 item->fTitle = title;
24 item->fEventType = eventType;
25 item->fEventData = eventData;
26 item->fOSCmd = ++gOSMenuCmd;
31 const Item* iter = fItems.begin();
32 const Item* stop = fItems.end();
  /external/webkit/WebCore/rendering/
SVGRenderTreeAsText.h 72 template<typename Item>
73 TextStream& operator<<(TextStream& ts, const Vector<Item*>& v)
87 template<typename Item>
88 TextStream& operator<<(TextStream& ts, const Vector<Item>& v)
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 19 import com.android.internal.telephony.gsm.stk.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);
  /external/icu4c/tools/toolutil/
package.h 36 struct Item {
57 * The header and item name strings are swapped into this object,
65 * The item names are swapped and sorted in the outCharset rather than the local one.
75 // find the item in items[], return the non-negative index if found, else the binary-not of the insertion point
104 /* The extractItem() functions accept outputType=0 to mean "don't swap the item". */
109 /* This variant extracts an item to a specific filename. */
113 const Item *getItem(int32_t idx) const;
126 void enumDependencies(Item *pItem, void *context, CheckDependency check);
148 Item items[MAX_FILE_COUNT];
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 82 void putCustomAppWidgets(List<PickAdapter.Item> items) {
169 List<Bundle> customExtras, List<PickAdapter.Item> items) {
186 PickAdapter.Item item = new PickAdapter.Item(this, label, icon); local
188 item.packageName = info.provider.getPackageName();
189 item.className = info.provider.getClassName();
192 item.extras = customExtras.get(i);
195 items.add(item);
205 protected List<PickAdapter.Item> getItems()
    [all...]

Completed in 2122 milliseconds

1 2 3 4