Searched refs:item (Results 76 - 100 of 1876) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_cache.c54 hash_key(struct brw_cache_item *item) argument
56 GLuint *ikey = (GLuint *)item->key;
57 GLuint hash = item->cache_id, i;
59 assert(item->key_size % 4 == 0);
63 for (i = 0; i < item->key_size/4; i++) {
139 struct brw_cache_item *item; local
149 item = search_cache(cache, hash, &lookup);
151 if (item == NULL)
154 *(void **)out_aux = ((char *)item->key + item
201 struct brw_cache_item *item; local
234 brw_upload_item_data(struct brw_cache *cache, struct brw_cache_item *item, const void *data) argument
273 struct brw_cache_item *item = CALLOC_STRUCT(brw_cache_item); local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSetExtensions.cs45 public static bool add<T>( this HashSet<T> set, T item )
47 return set.Add( item );
53 foreach ( T item in items )
54 set.Add( item );
71 public static bool remove<T>( this HashSet<T> set, T item )
73 return set.Remove( item );
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dprogress_center_item_group.js8 * Group of progress item in the progress center panels.
10 * This is responsible for generating the summarized item and managing lifetime
39 * Key is item ID.
46 * Set of animated state of items. Key is item ID and value is whether the
47 * item is animated or not.
54 * Last summarized item.
61 * Whether the summarized item is animated or not.
94 // Group has at least 1 progressing item.
101 * Makes the summarized item for the groups.
103 * When a group has only error items, getSummarizedItem of the item return
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc113 explicit MockObserver(DownloadItem* item) argument
114 : item_(item),
115 last_state_(item->GetState()),
213 // This class keeps ownership of the created download item; it will
238 DownloadItemImpl* item,
245 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _))
249 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _));
254 item->Start(download_file.Pass(), request_handle.Pass());
270 // Perform the intermediate rename for |item|. The target path for the
273 MockDownloadFile* DoIntermediateRename(DownloadItemImpl* item, argument
237 AddDownloadFileToDownloadItem( DownloadItemImpl* item, DownloadItemImplDelegate::DownloadTargetCallback *callback) argument
294 CleanupItem(DownloadItemImpl* item, MockDownloadFile* download_file, DownloadItem::DownloadState expected_state) argument
307 DestroyDownloadItem(DownloadItem* item) argument
342 DownloadItemImpl* item = CreateDownloadItem(); local
370 DownloadItemImpl* item = CreateDownloadItem(); local
381 DownloadItemImpl* item = CreateDownloadItem(); local
389 DownloadItemImpl* item = CreateDownloadItem(); local
404 DownloadItemImpl* item = CreateDownloadItem(); local
415 DownloadItemImpl* item = CreateDownloadItem(); local
443 DownloadItemImpl* item = CreateDownloadItem(); local
467 DownloadItemImpl* item = CreateDownloadItem(); local
497 DownloadItemImpl* item = CreateDownloadItem(); local
558 DownloadItemImpl* item = CreateDownloadItem(); local
611 DownloadItemImpl* item = CreateDownloadItem(); local
637 DownloadItemImpl* item = CreateDownloadItem(); local
662 DownloadItemImpl* item = CreateDownloadItem(); local
688 DownloadItemImpl* item = CreateDownloadItem(); local
701 DownloadItemImpl* item = CreateDownloadItem(); local
737 DownloadItemImpl* item = CreateDownloadItem(); local
760 DownloadItemImpl* item = CreateDownloadItem(); local
783 DownloadItemImpl* item = CreateDownloadItem(); local
818 DownloadItemImpl* item = CreateDownloadItem(); local
853 DownloadItemImpl* item = CreateDownloadItem(); local
884 DownloadItemImpl* item = CreateDownloadItem(); local
894 DownloadItemImpl* item = CreateDownloadItem(); local
902 DownloadItemImpl* item = CreateDownloadItem(); local
931 DownloadItemImpl* item = CreateDownloadItem(); local
953 DownloadItemImpl* item = CreateDownloadItem(); local
982 DownloadItemImpl* item = CreateDownloadItem(); local
1010 DownloadItemImpl* item = CreateDownloadItem(); local
1040 DownloadItemImpl* item = CreateDownloadItem(); local
1056 DownloadItemImpl* item = CreateDownloadItem(); local
1075 DownloadItemImpl* item = CreateDownloadItem(); local
1103 DownloadItemImpl* item = CreateDownloadItem(); local
1141 DownloadItemImpl* item = CreateDownloadItem(); local
1188 DownloadItemImpl* item = CreateDownloadItem(); local
1230 DownloadItemImpl* item = CreateDownloadItem(); local
1254 DownloadItemImpl* item = CreateDownloadItem(); local
1280 DownloadItemImpl* item = CreateDownloadItem(); local
[all...]
/external/chromium_org/components/url_matcher/
H A Durl_matcher_helpers.cc22 std::string item; local
23 if (!value_as_list->GetString(i, &item))
25 out->push_back(item);
/external/chromium_org/third_party/polymer/components/core-item/
H A Dcore-item.css10 html /deep/ core-item {
17 html /deep/ core-item.font-scalable {
21 html /deep/ core-item.core-selected {
25 html /deep/ core-item::shadow core-icon {
29 html /deep/ core-item.font-scalable::shadow core-icon {
35 html /deep/ core-item::shadow ::content > a {
/external/chromium_org/third_party/polymer/components-chromium/core-item/
H A Dcore-item.css10 html /deep/ core-item {
17 html /deep/ core-item.font-scalable {
21 html /deep/ core-item.core-selected {
25 html /deep/ core-item::shadow core-icon {
29 html /deep/ core-item.font-scalable::shadow core-icon {
35 html /deep/ core-item::shadow ::content > a {
/external/chromium_org/tools/grit/grit/format/
H A Dresource_map.py6 '''This file contains item formatters for resource_map_header and
111 active_descendants = [item for item in root.ActiveDescendants()]
113 for item in root:
114 if not item.IsResourceMapSource():
116 key = get_key(item)
117 tid = item.attrs['name']
121 if item.GeneratesResourceMapEntry(output_all_resource_defines,
122 item in active_descendants):
127 def _GetItemName(item)
[all...]
H A Dc_format.py43 for item in root.ActiveDescendants():
44 with item:
45 if isinstance(item, message.MessageNode):
46 yield _FormatMessage(item, lang)
62 def _FormatMessage(item, lang):
65 message = item.ws_at_start + item.Translate(lang) + item.ws_at_end
84 name_attr = item.GetTextualIds()[0]
/external/chromium_org/ui/app_list/
H A Dapp_list_item_list_observer.h17 // Triggered after |item| has been added to the list at |index|.
18 virtual void OnListItemAdded(size_t index, AppListItem* item) {} argument
20 // Triggered after an item has been removed from the list at |index|, just
21 // before the item is deleted.
22 virtual void OnListItemRemoved(size_t index, AppListItem* item) {} argument
24 // Triggered after |item| has been moved from |from_index| to |to_index|.
28 AppListItem* item) {}
26 OnListItemMoved(size_t from_index, size_t to_index, AppListItem* item) argument
/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 Ddownload_crx_util_android.cc18 const content::DownloadItem& item) {
17 OffStoreInstallAllowedByPrefs(Profile* profile, const content::DownloadItem& item) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dcharacter_walker.js30 desc.forEach(function(item) {
31 if (!item.personality) {
32 item.personality = {};
34 item.personality['phoneticCharacters'] = true;
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings_item.css5 .advanced-settings-item {
10 .advanced-settings-item > * {
15 .advanced-settings-item-label {
25 .advanced-settings-item-name .search-hint {
31 .advanced-settings-item-query-highlight {
35 .advanced-settings-item-value {
44 .advanced-settings-item-value-select-control {
48 .advanced-settings-item-value-text-control {
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
H A Dbg.js5 function matches(rule, item) {
10 link.href = item.url.toLowerCase();
16 return item.filename == rule.match_param;
18 return (new RegExp(rule.match_param)).test(item.url);
20 return (new RegExp(rule.match_param)).test(item.filename);
24 chrome.downloads.onDeterminingFilename.addListener(function(item, __suggest) {
41 if (rule.enabled && matches(rule, item)) {
43 suggest(item.filename, 'overwrite');
45 suggest(item.filename, 'prompt');
/external/chromium_org/chrome/installer/util/
H A Dwork_item_list.cc45 LOG(ERROR) << "item execution failed " << work_item->log_message();
78 WorkItem* item = WorkItem::CreateCallbackWorkItem(callback); local
79 AddWorkItem(item);
80 return item;
89 WorkItem* item = WorkItem::CreateCopyTreeWorkItem( local
95 AddWorkItem(item);
96 return item;
100 WorkItem* item = WorkItem::CreateCreateDirWorkItem(path); local
101 AddWorkItem(item);
102 return item;
108 WorkItem* item = local
117 WorkItem* item = local
128 WorkItem* item = WorkItem::CreateDeleteRegValueWorkItem( local
138 WorkItem* item = WorkItem::CreateDeleteTreeWorkItem(root_path, temp_path, local
154 WorkItem* item = WorkItem::CreateMoveTreeWorkItem(base::FilePath(source_path), local
168 WorkItem* item = WorkItem::CreateSetRegValueWorkItem(predefined_root, local
184 WorkItem* item = WorkItem::CreateSetRegValueWorkItem(predefined_root, local
200 WorkItem* item = reinterpret_cast<WorkItem*>( local
214 WorkItem* item = WorkItem::CreateSelfRegWorkItem(dll_path, do_register, local
[all...]
/external/chromium_org/content/renderer/
H A Dhistory_serialization.cc84 void GenerateFrameStateFromItem(const WebHistoryItem& item, argument
86 state->url_string = item.urlString();
87 state->referrer = item.referrer();
88 state->referrer_policy = item.referrerPolicy();
89 state->target = item.target();
90 if (!item.stateObject().isNull())
91 state->state_object = item.stateObject().toString();
92 state->pinch_viewport_scroll_offset = item.pinchViewportScrollOffset();
93 state->scroll_offset = item.scrollOffset();
94 state->item_sequence_number = item
129 WebHistoryItem item; local
184 SingleHistoryItemToPageState(const WebHistoryItem& item) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDataTransferItemFileSystem.cpp51 Entry* DataTransferItemFileSystem::webkitGetAsEntry(ExecutionContext* executionContext, DataTransferItem& item) argument
53 if (!item.dataObjectItem()->isFilename())
57 Blob* file = item.getAsFile().get();
63 DOMFileSystem* domFileSystem = DraggedIsolatedFileSystem::getDOMFileSystem(item.dataTransfer()->dataObject().get(), executionContext);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebBlobData.cpp62 const BlobDataItem& item = m_private->items()[index]; local
66 result.offset = item.offset;
67 result.length = item.length;
68 result.expectedModificationTime = item.expectedModificationTime;
70 switch (item.type) {
73 result.data = item.data;
77 result.filePath = item.path;
81 result.blobUUID = item.blobDataHandle->uuid();
85 result.fileSystemURL = item.fileSystemURL;
/external/chromium_org/third_party/boringssl/src/ssl/pqueue/
H A Dpqueue_test.c29 pitem *item = pitem_new(priority, &data); local
30 if (item == NULL ||
31 pqueue_insert(q, item) != item ||
33 pqueue_peek(q) != item ||
34 pqueue_pop(q) != item ||
39 pitem_free(item);
59 pitem *item = pitem_new(priority, &ordering[i]); local
60 pqueue_insert(q, item);
/external/chromium_org/third_party/polymer/components/core-menu/
H A Dcore-submenu.css19 core-item {
23 ::content > core-item {
/external/chromium_org/third_party/polymer/components-chromium/core-menu/
H A Dcore-submenu.css19 core-item {
23 ::content > core-item {
/external/guava/guava-testlib/src/com/google/common/testing/
H A DEquivalenceTester.java71 @Override public void assertRelated(T item, T related) {
72 assertTrue("$ITEM must be equivalent to $RELATED", equivalence.equivalent(item, related));
73 int itemHash = equivalence.hash(item);
79 @Override public void assertUnrelated(T item, T unrelated) {
81 !equivalence.equivalent(item, unrelated));
116 for (T item : items) {
117 assertTrue(item + " must be inequivalent to null", !equivalence.equivalent(item, null));
118 assertTrue("null must be inequivalent to " + item, !equivalence.equivalent(null, item));
[all...]
/external/nist-sip/java/gov/nist/core/
H A DMultiMap.java35 public Object remove( Object key, Object item );
/external/qemu/
H A Dqemu-log.c134 const QEMULogItem *item; local
146 for (item = qemu_log_items; item->mask != 0; item++) {
147 mask |= item->mask;
150 for (item = qemu_log_items; item->mask != 0; item++) {
151 if (cmp1(p, p1 - p, item->name)) {
158 mask |= item
169 const QEMULogItem *item; local
[all...]

Completed in 781 milliseconds

1234567891011>>