Searched defs:items (Results 276 - 300 of 366) sorted by relevance

<<1112131415

/external/libsepol/src/
H A Dwrite.c60 size_t items; local
70 items = put_entry(buf, sizeof(uint32_t), 3, fp);
71 if (items != 3)
76 items = put_entry(&bit, sizeof(uint32_t), 1, fp);
77 if (items != 1)
80 items = put_entry(&map, sizeof(uint64_t), 1, fp);
81 if (items != 1)
106 size_t items, items2; local
120 items = 1; /* item 0 is used for the item count */
122 buf32[items
247 size_t items; local
319 size_t items; local
367 size_t items; local
387 size_t items, items2; local
415 size_t items, items2, len; local
443 size_t items, items2, len; local
470 size_t nel, items; local
514 size_t nel, items; local
537 size_t nel, items, len; local
571 size_t items; local
587 size_t items; local
607 unsigned int items, items2; local
652 uint32_t len, items; local
702 uint32_t items, items2, len; local
755 uint32_t len, items; local
781 size_t items, items2; local
810 size_t items, items2, len; local
835 size_t items, items2, len; local
868 int items; local
918 size_t items, items2, len, len2; local
1011 size_t items, items2, len; local
1073 size_t items, items2, len; local
1151 size_t items, items2, len; local
1214 size_t nel, items; local
1283 size_t nel, items, len; local
1390 size_t nel = 0, items, len; local
1437 size_t nel, items; local
1486 size_t items, items2; local
1571 size_t items; local
1612 size_t items; local
1634 size_t items; local
1676 size_t items; local
1810 unsigned int items = 2 + scope->decl_ids_len, i; local
1880 size_t items, items2, len; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmachine.c566 int i, items = 0; local
578 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL);
579 if (items <= 0)
581 for (i = 0; i < items; i++) {
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java159 * The type of CONSTANT_Class constant pool items.
164 * The type of CONSTANT_Fieldref constant pool items.
169 * The type of CONSTANT_Methodref constant pool items.
174 * The type of CONSTANT_InterfaceMethodref constant pool items.
179 * The type of CONSTANT_String constant pool items.
184 * The type of CONSTANT_Integer constant pool items.
189 * The type of CONSTANT_Float constant pool items.
194 * The type of CONSTANT_Long constant pool items.
199 * The type of CONSTANT_Double constant pool items.
204 * The type of CONSTANT_NameAndType constant pool items
258 Item[] items; field in class:ClassWriter
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp12 static void* my_alloc_func (void* opaque, unsigned int items, unsigned int size) argument
14 return FX_Alloc(FX_BYTE, items * size);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DR.java80 public static final int items = nextId++; field in class:R.array
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp518 QStringList items = local
525 for (int i = 0; i < items.size(); i++) {
526 QString str = items.at(i);
552 item->setData(items.join(QString("\n")), peer_role_details);
831 QStringList items = text.split(' '); local
832 QString uuid = items[1];
833 QString addr = items[2];
844 items = text.mid(pos + 1, pos2 - pos - 1).
846 name = items[0];
847 items
866 QStringList items = text.split(' '); local
877 QStringList items = text.split(' '); local
903 QStringList items = local
952 QStringList items = text.split(' '); local
991 QStringList items = text.split(' '); local
1007 QStringList items = text.split(' '); local
1030 QStringList items = text.split(' '); local
1051 QStringList items = text.split(' '); local
1110 QStringList items = text.split(' '); local
1148 QStringList items = text.split(' '); local
1175 QStringList items = text.split(' '); local
1236 QStringList items = text.split(' '); local
1253 QStringList items = text.split(' '); local
1315 QStringList items = text.split(' '); local
1326 QStringList items = text.split(' '); local
[all...]
/external/guava/guava-tests/lib/
H A Dlibtruth.jar ... Object[] arr$ int len$ int i$ Object[] items java.util.Collection collection public transient org. ...
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc399 ShelfItems::const_iterator items = model_->ItemByID(id); local
400 return *items;
407 model_index < model_->items().size();
409 ShelfItem item = model_->items()[model_index];
489 for (size_t i = 0; i < model_->items().size(); ++i) {
491 id_map->push_back(std::make_pair(model_->items()[i].id, button));
584 // Compare pre-stored items' id with newly positioned items' after dragging
612 return model_->items()[index].id;
696 // Check that items i
[all...]
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc183 // Move items into our aggregate collection
239 // Scan all items
342 // Scan all items
1533 std::vector<const DictionaryValue*> items = local
1535 for (int i = 0; i < static_cast<int>(items.size()); i++) {
1536 item = items[i];
1578 std::vector<const DictionaryValue*> items = local
1580 EXPECT_EQ(1u, items.size());
1581 ASSERT_GT(items.size(), 0u);
1582 const DictionaryValue* item = items[
[all...]
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc509 // This gets all the items that any extension has registered for possible
1820 MenuItem::List items = GetItems(); local
1821 ASSERT_EQ(1u, items.size());
1822 MenuItem* item = items.at(0);
1830 // 6. Add some more items.
/external/chromium_org/chrome/browser/download/
H A Ddownload_browsertest.cc706 DownloadManager::DownloadVector items; local
707 manager->GetAllDownloads(&items);
710 for (DownloadManager::DownloadVector::iterator iter = items.begin();
711 iter != items.end(); ++iter) {
1262 std::vector<content::DownloadItem*> items; local
1263 DownloadManagerForBrowser(browser())->GetAllDownloads(&items);
1264 EXPECT_EQ(0u, items.size());
1299 DownloadManagerForBrowser(browser())->GetAllDownloads(&items);
1300 EXPECT_EQ(0u, items.size());
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc622 ExtensionSet items; local
626 items.InsertAll(registry->enabled_extensions());
629 items.InsertAll(registry->disabled_extensions());
633 items.InsertAll(registry->terminated_extensions());
641 for (ExtensionSet::const_iterator iter = items.begin(); iter != items.end();
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc71 // Comparator that orders download items by their ID. Can be used with
408 // |items| will contain |count| DownloadItems in the order that they were
412 DownloadManager::DownloadVector* items) {
415 items->clear();
416 GetOnRecordManager()->GetAllDownloads(items);
417 CHECK_EQ(0, static_cast<int>(items->size()));
434 items->push_back(item);
438 std::sort(items->begin(), items->end(), download_id_comparator);
445 items
410 CreateHistoryDownloads(const HistoryDownloadInfo* history_info, size_t count, DownloadManager::DownloadVector* items) argument
451 CreateSlowTestDownloads( size_t count, DownloadManager::DownloadVector* items) argument
486 DownloadManager::DownloadVector items; local
680 ScopedItemVectorCanceller(DownloadManager::DownloadVector* items) argument
936 DownloadManager::DownloadVector items; local
1122 DownloadManager::DownloadVector items; local
1143 DownloadManager::DownloadVector items; local
1167 DownloadManager::DownloadVector items; local
1200 DownloadManager::DownloadVector items; local
1237 DownloadManager::DownloadVector items; local
1252 DownloadManager::DownloadVector items; local
1269 DownloadManager::DownloadVector items; local
1312 DownloadManager::DownloadVector items; local
3891 DownloadManager::DownloadVector items; local
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc239 ChromeLauncherAppMenuItems items; variable
240 items.push_back(
242 items.push_back(
244 return items.Pass();
470 for (ash::ShelfItems::const_iterator iter(model_->items().begin());
471 iter != model_->items().end(); ++iter) {
481 // Get the setup of the currently shown launcher items in one string.
490 switch (model_->items()[i].type) {
496 launcher_controller_->GetAppIDForShelfID(model_->items()[i].id);
536 launcher_controller_->GetAppIDForShelfID(model_->items()[
1906 ChromeLauncherAppMenuItems items = controller->GetApplicationList(item, 0); local
2445 ChromeLauncherAppMenuItems items = local
2453 ChromeLauncherAppMenuItems items = local
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc128 scoped_ptr<wallet::WalletItems> items = local
130 items->AddAccount(wallet::GetTestGaiaAccount());
131 items->AddInstrument(wallet::GetTestMaskedInstrument());
132 items->AddAddress(wallet::GetTestShippingAddress());
133 return items.Pass();
967 // "use billing", "add new" and "manage" menu items.
1246 // default menu items.
2212 // Tests that there's an overlay shown while waiting for full wallet items.
2293 // Filling |form_structure()| depends on the current username and wallet items
2679 // for wallet items
2961 scoped_ptr<wallet::WalletItems> items = local
[all...]
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc419 const std::vector<MenuItem>& items,
430 // iterating through the items. But for single selection popups we take the
434 scoped_ptr<jint[]> native_selected_array(new jint[items.size()]);
436 for (size_t i = 0; i < items.size(); ++i) {
437 if (items[i].checked)
452 env->NewIntArray(items.size()));
454 labels.reserve(items.size());
455 for (size_t i = 0; i < items.size(); ++i) {
456 labels.push_back(items[i].label);
458 (items[
416 ShowSelectPopupMenu( RenderFrameHost* frame, const gfx::Rect& bounds, const std::vector<MenuItem>& items, int selected_item, bool multiple) argument
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.cc152 // - Many test checks the count of items. So returning non-zero value makes
195 // Populate custom menu items if provided by blink.
1536 WebVector<WebDragData::Item> items = current_drag_data_.items(); local
1537 for (size_t i = 0; i < items.size(); ++i) {
1538 if (items[i].storageType == WebDragData::Item::StorageTypeBinaryData) {
1539 filename = items[i].title;
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc344 // Clean up custom context menu items for this guest.
976 const WebViewGuestDelegate::MenuItemVector* items) {
978 web_view_guest_delegate_->OnShowContextMenu(request_id, items);
974 ShowContextMenu( int request_id, const WebViewGuestDelegate::MenuItemVector* items) argument
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h296 const ScopedVector<AppResource>& items() const { return items_; } function in class:google_apis::AppList
301 void set_items(ScopedVector<AppResource> items) { argument
302 items_ = items.Pass();
609 const ScopedVector<FileResource>& items() const { return items_; } function in class:google_apis::FileList
721 const ScopedVector<ChangeResource>& items() const { return items_; } function in class:google_apis::ChangeList
/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc769 // All properly encrypted and non-conflicting items should commit. "A" was
783 // Fix the remaining items.
898 // We need to remember the exact position of our local items, so we can
931 // At this point, BASE_SERVER_SPECIFICS should be filled for all four items.
998 // Make local changes, which should remain unsynced for items 2, 3, 4.
1157 // Similar to above, but for unapplied items. Bug 49278.
1230 // Download the top level pref node and some pref items.
1261 // Verify the synced items are all with version 1 now, with
1290 CommitOrderingTest items[] = { local
1295 RunCommitOrderingTest(items);
1299 CommitOrderingTest items[] = { local
1309 CommitOrderingTest items[] = { local
1321 CommitOrderingTest items[] = { local
1331 CommitOrderingTest items[] = { local
1339 CommitOrderingTest items[] = { local
1347 CommitOrderingTest items[] = { local
1356 CommitOrderingTest items[] = { local
1364 CommitOrderingTest items[] = { local
1374 CommitOrderingTest items[] = { local
1384 CommitOrderingTest items[] = { local
1393 CommitOrderingTest items[] = { local
1406 CommitOrderingTest items[] = { local
1419 CommitOrderingTest items[] = { local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp242 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
243 for (unsigned i = 0; i < items.size(); i++) {
244 if (isHTMLOptionElement(items[i]) && toHTMLOptionElement(items[i])->selected())
245 return toHTMLOptionElement(items[i])->value();
258 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
259 for (unsigned i = 0; i < items.size(); i++) {
260 if (isHTMLOptionElement(items[i])) {
261 if (toHTMLOptionElement(items[i])->value() == value)
266 if (optionIndex >= static_cast<int>(items
284 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
301 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
496 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
566 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
581 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
622 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
637 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
660 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
684 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
750 WillBeHeapVector<RawPtrWillBeMember<HTMLElement> > items = m_listItems; local
853 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
892 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
931 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
976 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
995 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1030 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1040 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1059 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1074 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1135 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1156 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1395 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = this->listItems(); local
1622 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1643 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1678 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
1702 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& items = listItems(); local
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh450 hb_prealloced_array_t <item_t, 2> items; member in struct:hb_lockable_set_t
452 inline void init (void) { items.init (); }
458 item_t *item = items.find (v);
471 item = items.push ();
483 item_t *item = items.find (v);
486 *item = items[items.len - 1];
487 items.pop ();
499 item_t *item = items.find (v);
510 item_t *item = items
[all...]
/external/chromium_org/third_party/icu/source/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...]
/external/chromium_org/third_party/simplejson/
H A D_speedups.c2330 PyObject *items = NULL; local
2377 items = PyDict_Items(dct);
2379 items = PyMapping_Items(dct);
2380 PyObject_CallMethod(items, "sort", "OO", Py_None, s->item_sort_key);
2386 items = PyDict_Keys(dct);
2388 items = PyMapping_Keys(dct);
2389 if (items == NULL)
2391 if (!PyList_Check(items)) {
2395 if (PyList_Sort(items) < 0)
2397 nitems = PyList_GET_SIZE(items);
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c852 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);
1100 if (span->items) {
1102 yasm_intnum_destroy(span->items[
[all...]

Completed in 470 milliseconds

<<1112131415