HomeSort by relevance Sort by last modified time
    Searched full:itemtype (Results 1 - 25 of 994) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DexAnnotator.java 56 ItemType.MAP_LIST,
58 ItemType.HEADER_ITEM,
59 ItemType.STRING_ID_ITEM,
60 ItemType.TYPE_ID_ITEM,
61 ItemType.PROTO_ID_ITEM,
62 ItemType.FIELD_ID_ITEM,
63 ItemType.METHOD_ID_ITEM,
66 ItemType.CLASS_DEF_ITEM,
67 ItemType.CLASS_DATA_ITEM,
68 ItemType.CODE_ITEM
    [all...]
  /external/chromium_org/ui/base/models/
list_model.h 17 // A list model that manages a list of ItemType pointers. Items added to the
20 template <class ItemType>
27 void AddAt(size_t index, ItemType* item) {
34 void Add(ItemType* item) {
40 scoped_ptr<ItemType> RemoveAt(size_t index) {
42 ItemType* item = items_[index];
45 return make_scoped_ptr<ItemType>(item);
57 scoped_ptr<ItemType> item = RemoveAt(index);
63 ScopedVector<ItemType> to_be_deleted(items_.Pass());
76 ItemType* item = items_[index]
    [all...]
  /external/chromium_org/tools/gn/
builder_record.cc 9 BuilderRecord::BuilderRecord(ItemType type, const Label& label)
21 const char* BuilderRecord::GetNameForType(ItemType type) {
36 bool BuilderRecord::IsItemOfType(const Item* item, ItemType type) {
51 BuilderRecord::ItemType BuilderRecord::TypeOfItem(const Item* item) {
builder_record.h 33 enum ItemType {
41 BuilderRecord(ItemType type, const Label& label);
44 ItemType type() const { return type_; }
48 static const char* GetNameForType(ItemType type);
51 static bool IsItemOfType(const Item* item, ItemType type);
54 static ItemType TypeOfItem(const Item* item);
98 ItemType type_;
  /external/robolectric/src/test/resources/res/values/
attrs.xml 4 <attr name="itemType" format="enum">
  /external/chromium_org/content/renderer/media/
tagged_list.h 23 template <class ItemType>
26 typedef std::list<scoped_refptr<ItemType> > ItemList;
30 void AddAndTag(ItemType* item) {
54 scoped_refptr<ItemType> Remove(UnaryPredicate predicate) {
60 scoped_refptr<ItemType> removed_item = *it;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
AttrResourceLoaderTest.java 31 assertThat(attrResourceLoader.convertValueToEnum(CustomView.class, "xxx", "itemType", "integer"), equalTo("0"));
32 assertThat(attrResourceLoader.hasAttributeFor(CustomView.class, "xxx", "itemType"), equalTo(true));
34 assertThat(attrResourceLoader.convertValueToEnum(CustomView.class, "xxx", "itemType", "string"), equalTo("1"));
47 assertThat(attrResourceLoader.convertValueToEnum(SubCustomView.class, "xxx", "itemType", "integer"), equalTo("0"));
48 assertThat(attrResourceLoader.hasAttributeFor(SubCustomView.class, "xxx", "itemType"), equalTo(true));
  /external/smack/src/org/jivesoftware/smack/packet/
RosterPacket.java 106 private ItemType itemType;
119 itemType = null;
156 public ItemType getItemType() {
157 return itemType;
163 * @param itemType the roster item type.
165 public void setItemType(ItemType itemType) {
166 this.itemType = itemType;
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdItem.java 36 public ItemType itemType() {
37 return ItemType.TYPE_FIELD_ID_ITEM;
MethodIdItem.java 36 public ItemType itemType() {
37 return ItemType.TYPE_METHOD_ID_ITEM;
UniformListItem.java 43 private final ItemType itemType;
52 * @param itemType {@code non-null;} the type of the item
55 public UniformListItem(ItemType itemType, List<T> items) {
58 if (itemType == null) {
59 throw new NullPointerException("itemType == null");
63 this.itemType = itemType;
104 public ItemType itemType()
    [all...]
MapItem.java 35 private final ItemType type;
81 ItemType currentType = null;
87 ItemType type = item.itemType();
112 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items));
124 private MapItem(ItemType type, Section section, Item firstItem,
168 this.type = ItemType.TYPE_MAP_LIST;
177 public ItemType itemType() {
178 return ItemType.TYPE_MAP_ITEM
    [all...]
AnnotationSetRefItem.java 52 public ItemType itemType() {
53 return ItemType.TYPE_ANNOTATION_SET_REF_ITEM;
TypeIdItem.java 42 public ItemType itemType() {
43 return ItemType.TYPE_TYPE_ID_ITEM;
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdItem.java 36 public ItemType itemType() {
37 return ItemType.TYPE_FIELD_ID_ITEM;
MethodIdItem.java 36 public ItemType itemType() {
37 return ItemType.TYPE_METHOD_ID_ITEM;
UniformListItem.java 41 private final ItemType itemType;
50 * @param itemType {@code non-null;} the type of the item
53 public UniformListItem(ItemType itemType, List<T> items) {
56 if (itemType == null) {
57 throw new NullPointerException("itemType == null");
61 this.itemType = itemType;
102 public ItemType itemType()
    [all...]
MapItem.java 34 private final ItemType type;
80 ItemType currentType = null;
86 ItemType type = item.itemType();
111 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items));
123 private MapItem(ItemType type, Section section, Item firstItem,
167 this.type = ItemType.TYPE_MAP_LIST;
176 public ItemType itemType() {
177 return ItemType.TYPE_MAP_ITEM
    [all...]
AnnotationSetRefItem.java 52 public ItemType itemType() {
53 return ItemType.TYPE_ANNOTATION_SET_REF_ITEM;
TypeIdItem.java 40 public ItemType itemType() {
41 return ItemType.TYPE_TYPE_ID_ITEM;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
FieldIdItem.java 36 public ItemType itemType() {
37 return ItemType.TYPE_FIELD_ID_ITEM;
MethodIdItem.java 36 public ItemType itemType() {
37 return ItemType.TYPE_METHOD_ID_ITEM;
UniformListItem.java 43 private final ItemType itemType;
52 * @param itemType {@code non-null;} the type of the item
55 public UniformListItem(ItemType itemType, List<T> items) {
58 if (itemType == null) {
59 throw new NullPointerException("itemType == null");
63 this.itemType = itemType;
104 public ItemType itemType()
    [all...]
MapItem.java 35 private final ItemType type;
81 ItemType currentType = null;
87 ItemType type = item.itemType();
112 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items));
124 private MapItem(ItemType type, Section section, Item firstItem,
168 this.type = ItemType.TYPE_MAP_LIST;
177 public ItemType itemType() {
178 return ItemType.TYPE_MAP_ITEM
    [all...]
AnnotationSetRefItem.java 52 public ItemType itemType() {
53 return ItemType.TYPE_ANNOTATION_SET_REF_ITEM;

Completed in 866 milliseconds

1 2 3 4 5 6 7 8 91011>>