Searched refs:Item (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gn/
H A Ditem.cc9 Item::Item(const Settings* settings, const Label& label) function in class:Item
15 Item::~Item() {
18 Config* Item::AsConfig() { return NULL; }
19 const Config* Item::AsConfig() const { return NULL; }
20 Target* Item::AsTarget() { return NULL; }
21 const Target* Item::AsTarget() const { return NULL; }
22 Toolchain* Item::AsToolchain() { return NULL; }
23 const Toolchain* Item
[all...]
H A Dconfig.cc12 : Item(settings, label) {
H A Dbuilder_record.h51 static bool IsItemOfType(const Item* item, ItemType type);
54 static ItemType TypeOfItem(const Item* item);
56 Item* item() { return item_.get(); }
57 const Item* item() const { return item_.get(); }
58 void set_item(scoped_ptr<Item> item) { item_ = item.Pass(); }
100 scoped_ptr<Item> item_;
H A Ditem.h20 class Item { class
22 Item(const Settings* settings, const Label& label);
23 virtual ~Item();
/external/robolectric/src/main/java/com/google/android/maps/
H A DShadowItemizedOverlayBridge.java6 public class ShadowItemizedOverlayBridge<Item extends OverlayItem> {
7 private ItemizedOverlay<Item> itemizedObject;
9 public ShadowItemizedOverlayBridge(ItemizedOverlay<Item> itemizedObject) {
13 public Item createItem(int i) {
/external/smack/src/org/jivesoftware/smack/
H A DRosterStorage.java19 public List<RosterPacket.Item> getEntries();
25 public RosterPacket.Item getEntry(String bareJid);
43 public void addEntry(RosterPacket.Item item, String ver);
53 public void updateLocalEntry(RosterPacket.Item item);
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Drecently_used_folders_combo_model.cc21 struct RecentlyUsedFoldersComboModel::Item { struct in class:RecentlyUsedFoldersComboModel
28 Item(const BookmarkNode* node, Type type);
29 ~Item();
31 bool operator==(const Item& item) const;
37 RecentlyUsedFoldersComboModel::Item::Item(const BookmarkNode* node, function in class:RecentlyUsedFoldersComboModel::Item
43 RecentlyUsedFoldersComboModel::Item::~Item() {}
45 bool RecentlyUsedFoldersComboModel::Item::operator==(const Item
[all...]
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A DPrototype.js41 function Item(name){ class
46 this.base = Item; // set Item constructor as method of Book object
50 Book.prototype = new Item;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-swapelements.js31 function Item(val) { class
48 array1[i] = new Item(i);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DItem.java25 public abstract class Item { class
29 public Item() { method in class:Item
/external/smack/src/org/jivesoftware/smackx/pubsub/listener/
H A DItemEventListener.java16 import org.jivesoftware.smackx.pubsub.Item;
27 public interface ItemEventListener <T extends Item>
/external/v8/test/mjsunit/regress/
H A Dregress-swapelements.js31 function Item(val) { class
48 array1[i] = new Item(i);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h27 template<class Item>
37 void push_back(Item *x) {
50 void push_front(Item *x) {
70 Item *front() { return first_; }
71 Item *back() { return last_; }
73 void append_front(IntrusiveList<Item> *l) {
87 void append_back(IntrusiveList<Item> *l) {
107 for (Item *i = first_; ; i = i->next) {
118 Item *first_;
119 Item *last
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowItemizedOverlay.java19 public class ShadowItemizedOverlay<Item extends OverlayItem> {
23 private ArrayList<Item> items = new ArrayList<Item>();
26 private ItemizedOverlay<Item> realObject;
39 public final Item getItem(int position) {
89 private ShadowItemizedOverlayBridge<Item> getBridge() {
90 return new ShadowItemizedOverlayBridge<Item>(realObject);
/external/clang/test/CodeGenCXX/
H A Dtypeid-cxx11.cpp6 struct Item { struct in namespace:Test1
13 template<typename T> constexpr Item item(const char *name) {
22 constexpr Item items[] = {
/external/emma/core/java12/com/vladium/emma/report/
H A DAllItem.java16 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",
H A DPackageItem.java16 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",
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
H A Dgallery_item.js13 Gallery.Item = function(entry) {
21 Gallery.Item.prototype.getEntry = function() { return this.entry_ };
26 Gallery.Item.prototype.getFileName = function() {
33 Gallery.Item.prototype.isOriginal = function() { return this.original_ };
39 Gallery.Item.COPY_SIGNATURE = ' - Edited';
45 Gallery.Item.REGEXP_COPY_0 =
46 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + '$');
52 Gallery.Item.REGEXP_COPY_N =
53 new RegExp('^(.+)' + Gallery.Item.COPY_SIGNATURE + ' \\((\\d+)\\)$');
62 Gallery.Item
[all...]
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DItem.java21 * pubsub node. An <tt>Item</tt> has several properties that are dependent
24 * <h1>An Item received from a node (via {@link LeafNode#getItems()} or {@link LeafNode#addItemEventListener(org.jivesoftware.smackx.pubsub.listener.ItemEventListener)}</b>
30 * <h1>An Item created to send to a node (via {@link LeafNode#send()} or {@link LeafNode#publish()}</b>
42 public class Item extends NodeExtension class in inherits:NodeExtension
47 * Create an empty <tt>Item</tt> with no id. This is a valid item for nodes which are configured
50 * set to false, no <tt>Item</tt> is sent to the node, you have to use {@link LeafNode#send()} or {@link LeafNode#publish()}
53 public Item() method in class:Item
59 * Create an <tt>Item</tt> with an id but no payload. This is a valid item for nodes which are configured
63 * Passing null is the equivalent of calling {@link #Item()}.
65 public Item(Strin method in class:Item
83 public Item(String itemId, String nodeId) method in class:Item
[all...]
/external/chromium_org/webkit/common/blob/
H A Dblob_data.cc23 items_.push_back(Item());
31 items_.push_back(Item());
39 items_.push_back(Item());
48 items_.push_back(Item());
55 for (std::vector<Item>::const_iterator iter = items_.begin();
57 if (iter->type() == Item::TYPE_BYTES)
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DAgentStatusRequest.java50 private Set<Item> agents;
53 agents = new HashSet<Item>();
60 public Set<Item> getAgents() {
76 for (Iterator<Item> i=agents.iterator(); i.hasNext(); ) {
77 Item item = (Item) i.next();
91 public static class Item { class in class:AgentStatusRequest
97 public Item(String jid, String type, String name) { method in class:AgentStatusRequest.Item
143 private Item parseAgent(XmlPullParser parser) throws Exception {
160 return new Item(ji
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas110 Item: String;
112 Item := 'Item 1';
113 FIStackList.Push(Item);
114 Item := 'Item 2';
115 FIStackList.Push(Item);
116 CheckEquals(FIStackList.Pop,'Item 2');
117 CheckEquals(FIStackList.Pop,'Item 1');
122 FIStackList.Push('Item
[all...]
/external/chromium_org/extensions/browser/
H A Dprocess_map.cc9 // Item
10 struct ProcessMap::Item { struct in class:extensions::ProcessMap
11 Item() : process_id(0), site_instance_id(0) { function in struct:extensions::ProcessMap::Item
16 explicit Item(const ProcessMap::Item& other) function in struct:extensions::ProcessMap::Item
22 Item(const std::string& extension_id, int process_id, function in struct:extensions::ProcessMap::Item
29 ~Item() {
32 bool operator<(const ProcessMap::Item& other) const {
65 return items_.insert(Item(extension_id, process_id, site_instance_id)).second;
70 return items_.erase(Item(extension_i
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverItems.java45 private final List<Item> items = new CopyOnWriteArrayList<Item>();
53 public void addItem(Item item) {
64 public void addItems(Collection<Item> itemsToAdd) {
66 for (Item i : itemsToAdd) {
76 public Iterator<DiscoverItems.Item> getItems() {
118 for (Item item : items) {
134 public static class Item { class in class:DiscoverItems
152 * Create a new Item associated with a given entity.
156 public Item(Strin method in class:DiscoverItems.Item
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DReadContext.java107 public Item getOffsettedItemByOffset(ItemType itemType, int offset) {
110 SparseArray<Item> sa = itemsByType[itemType.SectionIndex];
111 Item item = sa.get(offset);
126 public Item getOptionalOffsettedItemByOffset(ItemType itemType, int offset) {
131 SparseArray<Item> sa = itemsByType[itemType.SectionIndex];
132 Item item = sa.get(offset);
174 public void setItemsForSection(ItemType itemType, List<? extends Item> items) {
177 SparseArray<Item> sa = itemsByType[itemType.SectionIndex];
180 for (Item item: items) {

Completed in 850 milliseconds

1234567891011>>