Searched defs:item (Results 76 - 100 of 799) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gn/
H A Dcommands.cc6 #include "tools/gn/item.h"
74 const Item* item = setup->builder()->GetItem(label); local
75 if (!item) {
81 const Target* target = item->AsTarget();
/external/chromium_org/ui/app_list/
H A Dapp_list_item_list_observer.h16 // Triggered after |item| has been added to the list at |index|.
17 virtual void OnListItemAdded(size_t index, AppListItemModel* item) {} argument
19 // Triggered after an item has been removed from the list at |index|, just
20 // before the item is deleted.
21 virtual void OnListItemRemoved(size_t index, AppListItemModel* item) {} argument
23 // Triggered after |item| has been moved from |from_index| to |to_index|.
26 AppListItemModel* item) {}
24 OnListItemMoved(size_t from_index, size_t to_index, AppListItemModel* item) argument
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-145201.js35 function item(operator) {
77 item('^');
78 item('~');
79 item('<<');
80 item('<');
81 item('==');
82 item('>>>');
83 item('>>');
84 item('|');
85 item('
[all...]
/external/chromium_org/webkit/browser/blob/
H A Dblob_storage_context_unittest.cc20 BlobData::Item item; local
21 item.SetToBytes("1", 1);
22 EXPECT_TRUE(host->AppendBlobDataItem(id, item));
196 BlobData::Item item; local
197 item.SetToBytes("1", 1);
198 EXPECT_FALSE(host.AppendBlobDataItem(kId, item));
/external/clang/test/CodeGenCXX/
H A Dtypeid-cxx11.cpp13 template<typename T> constexpr Item item(const char *name) { function in namespace:Test1
23 item<A>("A"), item<B>("B"), item<C>("C"), item<int>("int")
/external/hamcrest/src/org/hamcrest/core/
H A DIsInstanceOf.java27 public boolean matches(Object item) { argument
28 return theClass.isInstance(item);
/external/junit/src/org/junit/internal/matchers/
H A DCombinableMatcher.java17 public boolean matches(Object item) { argument
18 return fMatcher.matches(item);
H A DSubstringMatcher.java14 public boolean matchesSafely(String item) { argument
15 return evalSubstringOf(item);
H A DTypeSafeMatcher.java18 * Subclasses should implement this. The item will already have been checked for
21 public abstract boolean matchesSafely(T item); argument
55 public final boolean matches(Object item) { argument
56 return item != null
57 && expectedType.isInstance(item)
58 && matchesSafely((T) item);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c35 struct rc_list * rc_list(struct memory_pool * pool, void * item) argument
38 new->Item = item;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_resolve_map.c70 struct intel_resolve_map *item = head->next; local
72 while (item) {
73 if (item->level == level && item->layer == layer)
76 item = item->next;
79 return item;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_resolve_map.c70 struct intel_resolve_map *item = head->next; local
72 while (item) {
73 if (item->level == level && item->layer == layer)
76 item = item->next;
79 return item;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_resolve_map.c70 struct intel_resolve_map *item = head->next; local
72 while (item) {
73 if (item->level == level && item->layer == layer)
76 item = item->next;
79 return item;
/external/smack/src/org/jivesoftware/smack/
H A DRosterStorage.java43 public void addEntry(RosterPacket.Item item, String ver); argument
53 public void updateLocalEntry(RosterPacket.Item item); argument
/external/smack/src/org/jivesoftware/smackx/
H A DOfflineMessageHeader.java50 public OfflineMessageHeader(DiscoverItems.Item item) { argument
52 user = item.getEntityID();
53 jid = item.getName();
54 stamp = item.getNode();
/external/smack/src/org/jivesoftware/smackx/muc/
H A DAffiliate.java42 Affiliate(MUCOwner.Item item) { argument
44 this.jid = item.getJid();
45 this.affiliation = item.getAffiliation();
46 this.role = item.getRole();
47 this.nick = item.getNick();
50 Affiliate(MUCAdmin.Item item) { argument
52 this.jid = item.getJid();
53 this.affiliation = item.getAffiliation();
54 this.role = item.getRole();
55 this.nick = item
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DReferenceFormatter.java38 public static void writeReference(IndentingWriter writer, Item item) throws IOException { argument
39 switch (item.getItemType()) {
41 writeMethodReference(writer, (MethodIdItem)item);
44 writeFieldReference(writer, (FieldIdItem)item);
47 writeStringReference(writer, (StringIdItem)item);
50 writeTypeReference(writer, (TypeIdItem)item);
55 public static void writeMethodReference(IndentingWriter writer, MethodIdItem item) throws IOException { argument
56 writer.write(item.getContainingClass().getTypeDescriptor());
58 writer.write(item.getMethodName().getStringValue());
59 writer.write(item
62 writeFieldReference(IndentingWriter writer, FieldIdItem item) argument
70 writeStringReference(IndentingWriter writer, StringIdItem item) argument
76 writeTypeReference(IndentingWriter writer, TypeIdItem item) argument
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DReferenceType.java47 public boolean checkItem(Item item) { argument
50 return item instanceof StringIdItem;
52 return item instanceof TypeIdItem;
54 return item instanceof FieldIdItem;
56 return item instanceof MethodIdItem;
/external/chromium_org/chrome/browser/download/
H A Dall_download_item_notifier.h28 // content::DownloadManager* manager, content::DownloadItem* item) { ... }
39 // multiple managers at once and easily distinguish which manager a given item
47 content::DownloadManager* manager, content::DownloadItem* item) {}
49 content::DownloadManager* manager, content::DownloadItem* item) {}
51 content::DownloadManager* manager, content::DownloadItem* item) {}
53 content::DownloadManager* manager, content::DownloadItem* item) {}
71 content::DownloadItem* item) OVERRIDE;
74 virtual void OnDownloadUpdated(content::DownloadItem* item) OVERRIDE;
75 virtual void OnDownloadOpened(content::DownloadItem* item) OVERRIDE;
76 virtual void OnDownloadRemoved(content::DownloadItem* item) OVERRID
46 OnDownloadCreated( content::DownloadManager* manager, content::DownloadItem* item) argument
48 OnDownloadUpdated( content::DownloadManager* manager, content::DownloadItem* item) argument
50 OnDownloadOpened( content::DownloadManager* manager, content::DownloadItem* item) argument
52 OnDownloadRemoved( content::DownloadManager* manager, content::DownloadItem* item) argument
[all...]
H A Dall_download_item_notifier_unittest.cc25 content::DownloadManager* manager, content::DownloadItem* item));
27 content::DownloadManager* manager, content::DownloadItem* item));
29 content::DownloadManager* manager, content::DownloadItem* item));
31 content::DownloadManager* manager, content::DownloadItem* item));
49 content::MockDownloadItem& item() { return item_; } function in class:__anon4875::AllDownloadItemNotifierTest
85 items.push_back(&item());
88 EXPECT_CALL(item(), AddObserver(_));
91 EXPECT_CALL(observer(), OnDownloadUpdated(&manager(), &item()));
92 NotifierAsItemObserver()->OnDownloadUpdated(&item());
94 EXPECT_CALL(observer(), OnDownloadOpened(&manager(), &item()));
[all...]
H A Ddownload_crx_util.cc130 bool OffStoreInstallAllowedByPrefs(Profile* profile, const DownloadItem& item) { argument
141 if (!url_patterns.MatchesURL(item.GetURL()))
149 return url_patterns.MatchesURL(item.GetReferrerUrl()) ||
150 item.GetURL().SchemeIsFile();
/external/chromium_org/chrome/browser/extensions/api/discovery/
H A Dsuggested_links_registry.cc35 scoped_ptr<extensions::SuggestedLink> item) {
37 SuggestedLinkList::iterator found = FindUrlInList(item->link_url(), &list);
38 linked_ptr<extensions::SuggestedLink> new_item(item.release());
34 Add(const std::string& extension_id, scoped_ptr<extensions::SuggestedLink> item) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop.cc53 AvatarMenu::Item* item = new AvatarMenu::Item(i, i, icon); local
54 item->name = profile_info_->GetNameOfProfileAtIndex(i);
55 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
56 item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
57 item->managed = profile_info_->ProfileIsManagedAtIndex(i);
58 item->signed_in = !item->sync_state.empty();
59 if (!item->signed_in) {
60 item->sync_state = l10n_util::GetStringUTF16(
61 item
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
H A Dfile_transfer_controller.js374 var item = list.getListItemAncestor(event.target); variable
375 item = item && list.isItem(item) ? item : null;
376 if (item == this.dropTarget_)
379 var entry = item && list.dataModel.item(item.listIndex);
381 this.setDropTarget_(item, entr
396 var item = event.target; variable
421 var item = list.getListItemAncestor(event.target); variable
[all...]
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings_linux.cc157 MappingData& item = AvailableMappings[i]; local
158 if (vendor_id == item.vendor_id && product_id == item.product_id)
159 return item.function;

Completed in 1640 milliseconds

1234567891011>>