Searched refs:fetches (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_updater.cc273 std::vector<ManifestFetchData*> fetches; local
274 fetches.reserve(fetches_.size());
277 fetches.push_back(it->second);
281 return fetches;
749 // Examine the parsed manifest and kick off fetches of any new crx files.
966 std::vector<ManifestFetchData*> fetches(fetches_builder.GetFetches());
984 for (std::vector<ManifestFetchData*>::const_iterator it = fetches.begin();
985 it != fetches.end(); ++it) {
991 // We don't want to use fetches after this since StartUpdateCheck()
993 fetches
[all...]
H A Dextension_updater_unittest.cc531 std::vector<ManifestFetchData*> fetches = builder.GetFetches(); local
532 EXPECT_EQ(1u, fetches.size());
533 scoped_ptr<ManifestFetchData> fetch(fetches[0]);
534 fetches.clear();
839 // Start two fetches
1163 std::vector<ManifestFetchData*> fetches = builder.GetFetches(); local
1164 ASSERT_EQ(1u, fetches.size());
1165 scoped_ptr<ManifestFetchData> fetch(fetches[0]);
1166 fetches.clear();
/external/oprofile/events/i386/westmere/
H A Dunit_masks127 0x03 reads L1I Instruction fetches
160 0x30 ifetches L2 instruction fetches
/external/oprofile/events/i386/atom/
H A Dunit_masks43 0x03 accesses Instruction fetches
/external/oprofile/events/x86-64/family10/
H A Dunit_masks283 0x01 Instruction fetches to a 4K page
284 0x02 Instruction fetches to a 2M page
/external/oprofile/events/x86-64/family11h/
H A Devents64 event:0x80 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_FETCHES : Instruction cache fetches
/external/oprofile/events/x86-64/hammer/
H A Devents64 event:0x80 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_FETCHES : Instruction cache fetches

Completed in 1723 milliseconds