Searched defs:items (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/external/chromium_org/tools/json_schema_compiler/test/
H A Dfunctions_on_types_unittest.cc52 StorageArea::Get::Results::Items items; local
53 items.additional_properties.SetDouble("asdf", 0.1);
54 items.additional_properties.SetString("sdfg", "zxcv");
56 StorageArea::Get::Results::Create(items);
59 EXPECT_TRUE(item_result->Equals(&items.additional_properties));
/external/chromium_org/device/hid/
H A Dhid_report_descriptor.h24 const std::vector<linked_ptr<HidReportDescriptorItem> >& items() const { function in class:device::HidReportDescriptor
/external/chromium_org/third_party/WebKit/Source/platform/
H A DContextMenu.cpp31 static const ContextMenuItem* findItemWithAction(unsigned action, const Vector<ContextMenuItem>& items) argument
33 for (size_t i = 0; i < items.size(); ++i) {
34 const ContextMenuItem& item = items[i];
H A DContextMenu.h41 const Vector<ContextMenuItem>& items() const { return m_items; } function in class:blink::ContextMenu
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGamepads.h47 // Number of valid entries in the items array.
51 WebGamepad items[itemsLengthCap]; member in class:blink::WebGamepads
/external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
H A Dfile_system_provider_api.cc105 std::vector<linked_ptr<FileSystemInfo> > items; local
112 items.push_back(item);
115 SetResultList(api::file_system_provider::GetAll::Results::Create(items));
/external/chromium_org/third_party/WebKit/Source/platform/clipboard/
H A DClipboardUtilities.cpp48 Vector<String> items; local
51 uriList.split('\n', items);
54 for (size_t i = 0; i < items.size(); ++i) {
55 String& line = items[i];
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPopupMenuInfo.h44 WebVector<WebMenuItemInfo> items; member in struct:blink::WebPopupMenuInfo
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Denum_type_wrapper.py83 def items(self): member in class:EnumTypeWrapper
/external/elfutils/0.153/backends/
H A Dx86_corenote.c29 regs_offset, nregloc, reglocs, nitems, items);
34 size_t *nitems, const Ebl_Core_Item **items)
46 *items = &ioperm_item;
32 ioperm_info(GElf_Word descsz, GElf_Word *regs_offset, size_t *nregloc, const Ebl_Register_Location **reglocs, size_t *nitems, const Ebl_Core_Item **items) argument
/external/qemu/android/utils/
H A Dvector.c5 _avector_ensure( void** items, size_t itemSize, unsigned* pMaxItems, unsigned newCount ) argument
14 AASSERT_FAIL("trying to reallocate array of 0-size items (count=%d)\n", newCount);
18 AASSERT_FAIL("trying to reallocate over-sized array of %d-bytes items (%d > %d)\n",
29 *items = _android_array_realloc( *items, itemSize, newMax );
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DAffiliationsExtension.java27 protected List<Affiliation> items = Collections.EMPTY_LIST; field in class:AffiliationsExtension
39 items = affiliationList;
53 items = affiliationList;
58 return items;
64 if ((items == null) || (items.size() == 0))
80 for (Affiliation item : items)
H A DPublishItem.java26 protected Collection<T> items; field in class:PublishItem
37 items = new ArrayList<T>(1);
38 items.add(toPublish);
42 * Construct a request to publish multiple items to a node.
50 items = toPublish;
62 for (Item item : items)
H A DSubscriptionsExtension.java26 protected List<Subscription> items = Collections.EMPTY_LIST; field in class:SubscriptionsExtension
38 items = subList;
52 items = subList;
62 return items;
68 if ((items == null) || (items.size() == 0))
85 for (Subscription item : items)
/external/smack/src/org/jivesoftware/smackx/pubsub/listener/
H A DItemDeleteListener.java29 * Called when items are deleted from a node the listener is
32 * @param items The event with item deletion details
34 void handleDeletedItems(ItemDeleteEvent items); argument
37 * Called when <b>all</b> items are deleted from a node the listener is
H A DItemEventListener.java21 * Defines the listener for items being published to a node.
33 * @param items The publishing details.
35 void handlePublishedItems(ItemPublishEvent<T> items); argument
/external/srec/srec/crec/
H A Dastar_pphash.h42 partial_path* items[FSH_HASHSIZE]; member in struct:__anon31089
/external/chromium_org/ash/shelf/
H A Dshelf_model.h70 // Returns an iterator into items() for the item with the specified id, or
71 // items().end() if there is no item with the specified id.
74 const ShelfItems& items() const { return items_; } function in class:ash::ShelfModel
84 // Makes sure |index| is in line with the type-based order of items. If that
H A Dshelf_navigator.cc26 const ShelfItems& items = model.items(); local
32 const ShelfItem& item = items[i];
58 const ShelfItem& item = items[i];
/external/chromium_org/chrome/browser/download/
H A Dall_download_item_notifier.cc14 content::DownloadManager::DownloadVector items; local
15 manager_->GetAllDownloads(&items);
17 items.begin();
18 it != items.end(); ++it) {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpepper_flash_content_settings_utils_unittest.cc16 MediaExceptions ConvertAndSort(const MediaException* items, size_t count) { argument
17 MediaExceptions result(items, items + count);
/external/chromium_org/chrome/utility/importer/
H A Dbookmarks_file_importer.cc83 uint16 items,
87 DCHECK_EQ(importer::FAVORITES, items);
81 StartImport( const importer::SourceProfile& source_profile, uint16 items, ImporterBridge* bridge) argument
/external/chromium_org/chrome/utility/
H A Dprofile_import_handler.cc43 uint16 items,
56 items_to_import_ = items;
69 source_profile, items, bridge_));
78 // If we've finished with all items, notify the browser process.
41 OnImportStart( const importer::SourceProfile& source_profile, uint16 items, const base::DictionaryValue& localized_strings) argument
/external/chromium_org/sandbox/win/src/
H A Dshared_handles.h29 // Use it for a small number of items, since internaly uses linear seach
94 SharedItem* items; member in struct:sandbox::SharedHandles::SharedMem
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreeslice.py20 return tpl % ", ".join( ("%r: %r" % item for item in self.items()) )
69 def items(self): member in class:TreeSlice

Completed in 6229 milliseconds

1234567891011>>