HomeSort by relevance Sort by last modified time
    Searched defs:items (Results 326 - 350 of 525) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 359 The items are either a Python list (if there's multiple values) or
783 form.items() -> [(key, [val, val, ...]), (key, [val, val, ...]), ...]
801 get all of the values. values() and items() are a compromise:
819 def items(self): member in class:SvFormContentDict
821 for key, value in self.dict.items():
846 def items(self): member in class:InterpFormContentDict
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 184 # {@link #Element.items} to access
450 # returned in an arbitrary order. Equivalent to <b>attrib.items()</b>.
455 def items(self): member in class:Element
456 return self.attrib.items()
887 for key, value in elem.items():
915 items = elem.items()
916 if items or namespaces:
918 for v, k in sorted(namespaces.items(),
926 for k, v in sorted(items): # lexical orde
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 329 Collection<ResourceItem> items = local
331 for (ResourceItem item : items) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 73 * Helper class that is responsible for adding and managing the dynamic menu items
97 * Creates a new helper responsible for adding and managing the dynamic menu items
131 // default static items.
134 IContributionItem[] items = mMenuManager.getItems();
136 mMenuManager.remove(items[i]);
185 * @return a list of contribution items applicable for all the nodes
197 List<IContributionItem> items = new ArrayList<IContributionItem>(availableIds.size() + 10); local
200 // are multiple items selected, we'll use the first action, but pass
210 // This action isn't supported by all selected items.
214 items.add(createContributionItem(action, nodes, defaultId))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 573 NodeList items = document.getElementsByTagName(TAG_ITEM); local
575 value = findColorValue(items);
601 private static String findColorValue(NodeList items) {
602 for (int i = 0, n = items.getLength(); i < n; i++) {
604 Node item = items.item(i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 146 String[] items = names.toArray(new String[names.size()]); local
147 mList.setItems(items);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 125 String[] items = new String[mCurrentApps.size() + 1]; local
126 items[0] = "None";
128 items[i+1] = mCurrentApps.get(i);
130 mTraceAppCombo.setItems(items);
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 86 /** Contains all of the items for this menu */
89 /** Contains only the items that are currently visible. This will be created/refreshed from
93 * Whether or not the items (or any one item's shown state) has changed since it was last
99 * Contains only the items that should appear in the Action Bar, if present.
103 * Contains items that should NOT appear in the Action Bar, if present.
108 * Whether or not the items (or any one item's action state) has changed since it was
114 * Default value for how added items should show in the action list.
121 * should be set on all items added to this menu.
180 * Called by menu items to execute their associated action
565 // We handle the notification of items being changed ourselves, so we use setVisibleInt rathe
830 ArrayList<MenuItemImpl> items = mTempShortcutItemList; local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java 79 * Contains all of the items for this menu
84 * Contains only the items that are currently visible. This will be created/refreshed from
90 * Whether or not the items (or any one item's shown state) has changed since it was last
96 * Contains only the items that should appear in the Action Bar, if present.
101 * Contains items that should NOT appear in the Action Bar, if present.
106 * Whether or not the items (or any one item's action state) has changed since it was last
112 * Default value for how added items should show in the action list.
119 * all items added to this menu.
184 * Called by menu items to execute their associated action
592 // We handle the notification of items being changed ourselves, so we use setVisibleIn
871 ArrayList<MenuItemImpl> items = mTempShortcutItemList; local
    [all...]
  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 682 List<String> items = Lists.newArrayList("hello"); local
683 Adapter<String> adapter = new Adapter<String>(mActivity, 0, items);
706 List<String> items = Lists.newArrayList("hello"); local
707 Adapter<String> adapter = new Adapter<String>(mActivity, 0, items);
718 items.remove(0);
754 final ArrayList<String> items = new ArrayList<String>(Arrays.asList(mCountryList)); local
756 android.R.layout.simple_list_item_1, items);
789 final ArrayList<String> items = new ArrayList<String>(Arrays.asList(mCountryList)); local
791 android.R.layout.simple_list_item_1, items);
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 72 bool IsCustomItemEnabled(const std::vector<WebMenuItem>& items, int id) {
75 for (size_t i = 0; i < items.size(); ++i) {
76 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action;
78 return items[i].enabled;
79 if (items[i].type == WebMenuItem::SUBMENU) {
80 if (IsCustomItemEnabled(items[i].submenu, id))
87 bool IsCustomItemChecked(const std::vector<WebMenuItem>& items, int id) {
90 for (size_t i = 0; i < items.size(); ++i) {
91 int action_id = IDC_CONTENT_CONTEXT_CUSTOM_FIRST + items[i].action;
93 return items[i].checked
302 ExtensionMenuItem::List items = local
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 446 CFArrayRef items = NULL; local
448 NULL, 0, NULL, NULL, &items);
450 DLOG(WARNING) << status << " Unable to import items from data of length "
455 ScopedCFTypeRef<CFArrayRef> scoped_items(items);
458 for (CFIndex i = 0; i < CFArrayGetCount(items); ++i) {
460 const_cast<void*>(CFArrayGetValueAtIndex(items, i)));
464 // private keys or other items types, so filter appropriately.
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 366 LauncherItems::const_iterator items = model_->ItemByID(id); local
367 return *items;
374 model_index < model_->items().size();
376 LauncherItem item = model_->items()[model_index];
438 for (size_t i = 0; i < model_->items().size(); ++i) {
440 id_map->push_back(std::make_pair(model_->items()[i].id, button));
483 model_->items()[test_api_->GetLastVisibleIndex()].id;
485 model_->items()[test_api_->GetLastVisibleIndex() - 1].id;
487 model_->items()[test_api_for_overflow.GetFirstVisibleIndex()].id;
489 model_->items()[test_api_for_overflow.GetLastVisibleIndex() - 1].id
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 532 ExtensionSet items; local
536 items.InsertAll(*service->extensions());
539 items.InsertAll(*service->disabled_extensions());
543 items.InsertAll(*service->terminated_extensions());
549 for (ExtensionSet::const_iterator iter = items.begin();
550 iter != items.end(); ++iter) {
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 49 // Fills |items| with all Keychain items that match the Init'd search.
50 // If the search fails for any reason, |items| will be unchanged.
152 void KeychainSearch::FindMatchingItems(std::vector<SecKeychainItemRef>* items) {
163 // Consumer is responsible for freeing the items.
164 items->push_back(keychain_item);
381 // keychain items with paths probably came from us).
428 // Pull out the database blacklist items, since they are used as-is rather
482 // First load the attributes of all items in the keychain without loading
483 // their password data, and then match items in |database_forms| against them
654 std::vector<SecKeychainItemRef> items = GetAllPasswordFormKeychainItems(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 140 return shelf_model()->items()[shelf_model()->item_count() - 1];
146 return shelf_model()->items()[shelf_model()->item_count() - 1];
153 // Returns the number of menu items, ignoring separators.
207 int items = item_controller->GetApplicationList( local
210 return items ? (items - 1) : 0;
1238 size_t items = NumberOfDetectedLauncherBrowsers(false); local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 104 scoped_ptr<wallet::WalletItems> items = local
106 items->AddAccount(wallet::GetTestGaiaAccount());
107 items->AddInstrument(wallet::GetTestMaskedInstrument());
108 items->AddAddress(wallet::GetTestShippingAddress());
109 return items.Pass();
817 // "use billing", "add new" and "manage" menu items.
2546 scoped_ptr<wallet::WalletItems> items = local
    [all...]
  /external/chromium_org/content/browser/download/
download_browsertest.cc 753 // Should now have 2 items on the manager.
837 std::vector<DownloadItem*> items; local
838 download_manager->GetAllDownloads(&items);
839 ASSERT_EQ(1u, items.size());
840 items[0]->Cancel(true);
844 EXPECT_EQ(DownloadItem::CANCELLED, items[0]->GetState());
851 EXPECT_EQ(DownloadItem::CANCELLED, items[0]->GetState());
890 std::vector<DownloadItem*> items; local
891 download_manager->GetAllDownloads(&items);
892 EXPECT_EQ(DownloadItem::IN_PROGRESS, items[0]->GetState())
920 std::vector<DownloadItem*> items; local
987 std::vector<DownloadItem*> items; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslt.h 21 SECItem *items; member in struct:SECItemArrayStr
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 240 const Vector<HTMLElement*>& items = listItems(); local
241 for (unsigned i = 0; i < items.size(); i++) {
242 if (items[i]->hasLocalName(optionTag) && toHTMLOptionElement(items[i])->selected())
243 return toHTMLOptionElement(items[i])->value();
257 const Vector<HTMLElement*>& items = listItems(); local
259 for (unsigned i = 0; i < items.size(); i++) {
260 if (items[i]->hasLocalName(optionTag)) {
261 if (toHTMLOptionElement(items[i])->value() == value) {
298 // Ensure that we've determined selectedness of the items at least once prior to changing the size
452 const Vector<HTMLElement*>& items = listItems(); local
515 const Vector<HTMLElement*>& items = listItems(); local
530 const Vector<HTMLElement*>& items = listItems(); local
571 const Vector<HTMLElement*>& items = listItems(); local
586 const Vector<HTMLElement*>& items = listItems(); local
606 const Vector<HTMLElement*>& items = listItems(); local
629 const Vector<HTMLElement*>& items = listItems(); local
690 Vector<HTMLElement*> items = m_listItems; local
793 const Vector<HTMLElement*>& items = listItems(); local
826 const Vector<HTMLElement*>& items = listItems(); local
868 const Vector<HTMLElement*>& items = listItems(); local
887 const Vector<HTMLElement*>& items = listItems(); local
922 const Vector<HTMLElement*>& items = listItems(); local
932 const Vector<HTMLElement*>& items = listItems(); local
950 const Vector<HTMLElement*>& items = listItems(); local
965 const Vector<HTMLElement*>& items = listItems(); local
1014 const Vector<HTMLElement*>& items = listItems(); local
1035 const Vector<HTMLElement*>& items = listItems(); local
1469 const Vector<HTMLElement*>& items = listItems(); local
1490 const Vector<HTMLElement*>& items = listItems(); local
1525 const Vector<HTMLElement*>& items = listItems(); local
1549 const Vector<HTMLElement*>& items = listItems(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 382 WebVector<WebDragData::Item> items = currentDragData.items(); local
383 for (size_t i = 0; i < items.size(); ++i) {
384 if (items[i].storageType == WebDragData::Item::StorageTypeBinaryData) {
385 filename = items[i].title;
853 // - Many test checks the count of items. So returning non-zero value makes sense.
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 403 hb_prealloced_array_t <item_t, 2> items; member in struct:hb_lockable_set_t
405 inline void init (void) { items.init (); }
411 item_t *item = items.find (v);
424 item = items.push ();
436 item_t *item = items.find (v);
439 *item = items[items.len - 1];
440 items.pop ();
452 item_t *item = items.find (v);
463 item_t *item = items.find (v)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen_impl.h 138 UnicodeString items[MAX_DT_TOKEN]; member in class:FormatParser
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 852 yasm_expr__item *items; member in struct:yasm_span
899 span->items = NULL;
960 span->items = yasm_xmalloc(span->num_terms*sizeof(yasm_expr__item));
962 /* Create items with dummy value */
963 span->items[i].type = YASM_EXPR_INT;
964 span->items[i].data.intn = yasm_intnum_create_int(0);
1019 yasm_intnum_set_int(span->items[i].data.intn,
1021 yasm_expr__subst(abs_copy, span->num_terms, span->items);
    [all...]

Completed in 1240 milliseconds

<<11121314151617181920>>