Searched defs:items (Results 151 - 175 of 199) sorted by relevance

12345678

/external/chromium/net/base/
H A Dx509_certificate_mac.cc446 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.
/external/icu4c/test/intltest/
H A Dwbnf.cpp689 int s = items.content_size();
691 const char * t = items[i]->next();
699 items.append(node);
703 int s = items.content_size();
707 delete items[i]; // TOFIX: point alias/recursion problem
708 items[i] = NULL;
712 Buffer_pPick items; member in class:Sequence
756 const char * t = items[i]->next();
761 int s = items.content_size();
763 delete items[
774 Buffer_pPick items; member in class:Alternation
[all...]
H A Ddtfmttst.cpp3487 const NumAsStringItem items[] = { local
3514 for (itemPtr = items; itemPtr->localeStr != NULL; itemPtr++ ) {
/external/libsepol/src/
H A Dlink.c2241 uint32_t items, num_decls = 0; local
2246 items = module->policy->symtab[i].nprim;
2248 (uint32_t *) calloc(items,
2256 items = module->policy->p_classes.nprim;
2258 calloc(items, sizeof(*module->perm_map_len))) == NULL) {
2263 calloc(items, sizeof(*module->perm_map))) == NULL) {
H A Dpolicydb.c1611 uint32_t buf[2], items; local
1618 items = le32_to_cpu(buf[0]);
1619 if (items > ARRAY_SIZE(buf)) {
1624 rc = next_entry(buf, fp, sizeof(uint32_t) * items);
1630 if (items > 1)
1640 if (items > 1) {
/external/skia/src/ports/
H A DSkFontHost_win.cpp568 int items; local
570 SUCCEEDED(ScriptItemize(c, 2, 2, NULL, NULL, si, &items)));
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp127 // Moves selection down/up the given number of items, scrolling if necessary.
129 // [0, numItems), and non-option items will be skipped.
132 // Returns the number of items in the list.
150 const Vector<PopupItem*>& items() const { return m_items; } function in class:WebCore::PopupListBox
180 // Disabled items, or labels cannot be selected.
212 // Called when the user presses a text key. Does a prefix-search of the items.
373 // maximum number of items.
605 return m_listBox->items();
826 // The user is likely trying to cycle through all the items starting with this character, so just search on the character
1272 // Size our child items
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c79 Eina_Inlist **items; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon14805
260 it = priv->view.items[i];
647 unsigned int i, r = p_row - priv->view.items;
687 start = priv->view.items;
688 end = priv->view.items + priv->view.rows;
691 free(priv->view.items);
692 priv->view.items = NULL;
761 "t=%0.2f, obj=%p, priv=%p, view.items=%p, matrix=%p\n",
763 priv->self, priv, priv->view.items, priv->model.matrix);
926 start = priv->view.items
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc128 ListValue* items = new ListValue; local
142 items->Append(item);
145 return_value->Set("tabs", items);
H A Dtesting_automation_provider.cc2984 DictionaryValue* items = profile_->GetPrefs()->GetPreferenceValues(); local
2987 return_value->Set("prefs", items); // return_value owns items.
3158 ListValue* items = new ListValue; local
3191 items->Append(item);
3194 return_value->Set("plugins", items); // return_value owns items.
/external/libxml2/
H A DxmlIO.c1034 int items; local
1038 items = fwrite(&buffer[0], len, 1, (FILE *) context);
1039 if ((items == 0) && (ferror((FILE *) context))) {
1043 return(items * len);
/external/linux-tools-perf/util/
H A Dsymbol.c2600 int i, items = 0; local
2611 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL);
2612 if (items <= 0)
2614 for (i = 0; i < items; i++) {
/external/qemu/
H A Dmonitor.c300 monitor_printf(mon, "Log items (comma separated):\n");
518 static void do_log(Monitor *mon, const char *items) argument
522 if (!strcmp(items, "none")) {
525 mask = cpu_str_to_log_mask(items);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp449 const QList<WebCore::ContextMenuItem> *items, QBitArray *visitedWebActions)
455 for (int i = 0; i < items->count(); ++i) {
456 const ContextMenuItem &item = items->at(i);
448 createContextMenu(const WebCore::ContextMenu *webcoreMenu, const QList<WebCore::ContextMenuItem> *items, QBitArray *visitedWebActions) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/elfutils/src/
H A Dreadelf.c5355 for the core items. But we do not want the line breaks to depend on
5618 /* Sort items by group, and by layout offset within each group. */
5648 const Ebl_Core_Item *items, size_t nitems)
5656 sorted_items[i] = &items[i];
5701 /* This set of items consumed a certain amount of the note's data.
5704 const Ebl_Core_Item *item = &items[nitems - 1];
6069 const Ebl_Core_Item *items; local
6072 &regs_offset, &nregloc, &reglocs, &nitems, &items))
6081 items, nitems);
5647 handle_core_items(Elf *core, const void *desc, size_t descsz, const Ebl_Core_Item *items, size_t nitems) argument
/external/kernel-headers/original/sound/
H A Dasound.h796 unsigned int items; /* R: number of items */ member in struct:snd_ctl_elem_info::__anon7268::__anon7271
/external/libxslt/libxslt/
H A DxsltInternals.h197 void **items; member in struct:_xsltPointerList
468 * The basic structure for compiled items of the AST of the XSLT processor.
488 * The abstract basic structure for items of the XSLT processor.
565 * Common fields used for all items.
575 * The abstract basic structure for items of the XSLT processor.
600 * XSLT items with no extra fields.
615 * XSLT items with just an expression.
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c4453 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
4455 void* v = (void*) (*serviceFn)(2, items * size );
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c4477 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
4479 void* v = (void*) (*serviceFn)(2, items * size );
6402 my_strcat(inbuf, "mouse-clicks or menu items--whatever suits your program.\n");
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c4468 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
4470 void* v = (void*) (*serviceFn)(2, items * size );
6394 my_strcat(inbuf, "mouse-clicks or menu items--whatever suits your program.\n");
H A Dvarinfo6.c4506 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
4508 void* v = (void*) (*serviceFn)(2, items * size );
6431 my_strcat(inbuf, "mouse-clicks or menu items--whatever suits your program.\n");
/external/valgrind/main/perf/
H A Dbz2.c4468 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
4470 void* v = (void*) (*serviceFn)(2, items * size );
6393 my_strcat(inbuf, "mouse-clicks or menu items--whatever suits your program.\n");
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp279 BackForwardListItemVector items = m_backForwardList->entries(); local
280 for (size_t i = 0; i < items.size(); ++i)
281 process()->registerNewWebBackForwardListItem(items[i].get());
2239 void WebPageProxy::showPopupMenu(const IntRect& rect, uint64_t textDirection, const Vector<WebPopupItem>& items, int32_t selectedIndex, const PlatformPopupMenuData& data) argument
2254 protectedActivePopupMenu->showPopupMenu(rect, static_cast<TextDirection>(textDirection), m_viewScaleFactor, items, data, selectedIndex);
2297 Vector<WebContextMenuItemData> items; local
2298 if (!m_contextMenuClient.getContextMenuFromProposedMenu(this, proposedItems, items, userData.get()))
2301 m_activeContextMenu->showContextMenu(menuLocation, items);
2306 // Application custom items don't need to round-trip through to WebCore in the WebProcess.

Completed in 790 milliseconds

12345678