Searched refs:Item (Results 101 - 125 of 286) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/muc/
H A DOccupant.java42 Occupant(MUCAdmin.Item item) {
54 MUCUser.Item item = mucUser.getItem();
/external/smack/src/org/jivesoftware/smackx/provider/
H A DDiscoverItemsProvider.java38 DiscoverItems.Item item;
55 // Create a new Item and add it to DiscoverItems.
56 item = new DiscoverItems.Item(jid);
H A DMUCOwnerProvider.java64 private MUCOwner.Item parseItem(XmlPullParser parser) throws Exception {
66 MUCOwner.Item item = new MUCOwner.Item(parser.getAttributeValue("", "affiliation"));
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction31c.java36 import org.jf.dexlib.Item;
44 public Instruction31c(Opcode opcode, short regA, Item referencedItem) {
H A DInstruction5rc.java39 import org.jf.dexlib.Item;
52 public Instruction5rc(Opcode opcode, int regCount, int startReg, Item referencedItem) {
104 private static void checkItem(Opcode opcode, Item item, int regCount) {
H A DInstruction20bc.java41 public Instruction20bc(Opcode opcode, VerificationErrorType validationErrorType, Item referencedItem) {
47 private static ReferenceType getReferenceType(Item item) {
H A DInstruction22c.java36 import org.jf.dexlib.Item;
46 public Instruction22c(Opcode opcode, byte regA, byte regB, Item referencedItem) {
H A DInstruction41c.java39 import org.jf.dexlib.Item;
48 public Instruction41c(Opcode opcode, int regA, Item referencedItem) {
H A DInstruction52c.java38 import org.jf.dexlib.Item;
47 public Instruction52c(Opcode opcode, int regA, int regB, Item referencedItem) {
/external/chromium_org/webkit/browser/blob/
H A Dblob_storage_context.cc86 for (std::vector<BlobData::Item>::const_iterator iter =
123 const std::string& uuid, const BlobData::Item& item) {
148 case BlobData::Item::TYPE_BYTES:
154 case BlobData::Item::TYPE_FILE:
161 case BlobData::Item::TYPE_FILE_FILESYSTEM:
168 case BlobData::Item::TYPE_BLOB: {
234 std::vector<BlobData::Item>::const_iterator iter =
248 if (iter->type() == BlobData::Item::TYPE_BYTES) {
255 } else if (iter->type() == BlobData::Item::TYPE_FILE) {
262 DCHECK(iter->type() == BlobData::Item
[all...]
H A Dblob_url_request_job.cc35 bool IsFileType(BlobData::Item::Type type) {
37 case BlobData::Item::TYPE_FILE:
38 case BlobData::Item::TYPE_FILE_FILESYSTEM:
192 const BlobData::Item& item = blob_data_->items().at(i);
249 const BlobData::Item& item = blob_data_->items().at(index);
295 const BlobData::Item& item = blob_data_->items().at(current_item_index_);
324 const BlobData::Item& item = blob_data_->items().at(current_item_index_);
325 if (item.type() == BlobData::Item::TYPE_BYTES)
361 bool BlobURLRequestJob::ReadBytesItem(const BlobData::Item& item,
535 const BlobData::Item
[all...]
/external/chromium_org/tools/gn/
H A Dbuilder_unittest.cc84 builder_->ItemDefined(scoped_ptr<Item>(tc));
119 builder_->ItemDefined(scoped_ptr<Item>(a));
156 builder_->ItemDefined(scoped_ptr<Item>(c));
166 builder_->ItemDefined(scoped_ptr<Item>(b));
196 builder_->ItemDefined(scoped_ptr<Item>(tc2));
208 builder_->ItemDefined(scoped_ptr<Item>(b));
218 builder_->ItemDefined(scoped_ptr<Item>(a));
H A Dgyp_script_target_writer_unittest.cc24 record.set_item(target.PassAs<Item>());
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc36 const AvatarMenu::Item& ProfileListChromeOS::GetItemAt(size_t index) const {
60 AvatarMenu::Item* item = new AvatarMenu::Item(i, i, icon);
/external/chromium_org/webkit/common/blob/
H A Dblob_data.h25 typedef webkit_common::DataElement Item; typedef in class:webkit_blob::BlobData
48 const std::vector<Item>& items() const { return items_; }
70 std::vector<Item> items_;
/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dbundle_installed_bubble_gtk.h39 extensions::BundleInstaller::Item::State state);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbundle_installed_bubble.cc70 BundleInstaller::Item::STATE_INSTALLED);
72 BundleInstaller::Item::STATE_FAILED);
80 BundleInstaller::Item::STATE_INSTALLED));
98 BundleInstaller::Item::STATE_FAILED));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DFormDataList.cpp48 m_items.append(Item(blob, filename));
72 const Vector<FormDataList::Item>& items = this->items();
76 const FormDataList::Item& key = items[i];
77 const FormDataList::Item& value = items[i + 1];
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DIndexedSection.java34 public class IndexedSection<T extends Item> extends Section<T> {
H A DItemFactory.java32 protected static Item makeItem(ItemType itemType, DexFile dexFile) {
H A DOffsettedSection.java33 public class OffsettedSection<T extends Item> extends Section<T> {
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Drecently_used_folders_combo_model.h77 struct Item;
78 std::vector<Item> items_;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DSection.java204 public abstract int getAbsoluteItemOffset(Item item);
224 public abstract Collection<? extends Item> items();
/external/emma/core/java12/com/vladium/emma/report/
H A DItem.java7 * $Id: Item.java,v 1.1.1.1.2.1 2004/06/20 20:14:39 vlad_r Exp $
22 abstract class Item implements IItem class in inherits:IItem
147 Item (final IItem parent) method in class:Item
/external/smack/src/org/jivesoftware/smackx/search/
H A DUserSearchManager.java100 Iterator<DiscoverItems.Item> iter = items.getItems();
102 DiscoverItems.Item item = iter.next();

Completed in 496 milliseconds

1234567891011>>