Searched refs:evicted (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc149 bool evicted = false; local
158 evicted = true;
160 UMA_HISTOGRAM_BOOLEAN("Net.HttpAuthCacheAddEvicted", evicted);
202 bool evicted = false; local
208 evicted = true;
210 UMA_HISTOGRAM_BOOLEAN("Net.HttpAuthCacheAddPathEvicted", evicted);
/external/chromium_org/components/domain_reliability/
H A Dcontext.cc140 bool evicted = false; local
146 evicted = true;
156 UMA_HISTOGRAM_BOOLEAN("DomainReliability.OnBeaconDidEvict", evicted);
/external/oprofile/events/mips/5K/
H A Devents31 event:0x6 counters:1 um:zero minimum:500 name:DCACHE_LINE_EVICTED : Data cache line evicted
/external/oprofile/events/i386/nehalem/
H A Dunit_masks175 0x04 m_evict Counts the number of modified lines evicted from the L1 data cache due to replacement
176 0x08 m_snoop_evict Counts the number of modified lines evicted from the L1 data cache due to snoop HITM intervention
341 0x01 demand_clean Counts L2 clean cache lines evicted by a demand request
342 0x02 demand_dirty Counts L2 dirty (modified) cache lines evicted by a demand request
343 0x04 prefetch_clean Counts L2 clean cache line evicted by a prefetch request
344 0x08 prefetch_dirty Counts L2 modified cache line evicted by a prefetch request
345 0x0F any Counts all L2 cache lines evicted for any reason
H A Devents101 event:0xF2 counters:0,1,2,3 um:l2_lines_out minimum:6000 name:L2_LINES_OUT : Counts L2 cache lines evicted.
/external/oprofile/events/i386/westmere/
H A Dunit_masks146 0x01 demand_clean L2 lines evicted by a demand request
147 0x02 demand_dirty L2 modified lines evicted by a demand request
148 0x04 prefetch_clean L2 lines evicted by a prefetch request
149 0x08 prefetch_dirty L2 modified lines evicted by a prefetch request
150 0x0f any L2 lines evicted
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_provider_unittest.cc552 const int evicted = i - kCacheSize; local
553 EXPECT_FALSE(cache.FindPosition(CreateReferenceWifiScanData(evicted)));
554 EXPECT_TRUE(cache.FindPosition(CreateReferenceWifiScanData(evicted + 1)));
/external/oprofile/events/i386/atom/
H A Devents27 event:0x26 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_OUT : L2 cache lines evicted
28 event:0x27 counters:0,1 um:core,prefetch minimum:500 name:L2_M_LINES_OUT : Modified lines evicted from the L2 cache
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc1346 // Called by HostResolverImpl when this job is evicted due to queue overflow.
1903 Job* evicted = static_cast<Job*>(dispatcher_->EvictOldestLowest()); local
1904 DCHECK(evicted);
1905 evicted->OnEvicted(); // Deletes |evicted|.
1906 if (evicted == job) {
/external/oprofile/events/x86-64/family10/
H A Dunit_masks273 0x20 Cache line evicted brought into the cache by PrefetchNTA
274 0x40 Cache line evicted not brought into the cache by PrefetchNTA
/external/oprofile/events/x86-64/family11h/
H A Devents43 event:0x44 counters:0,1,2,3 um:moesi minimum:500 name:DATA_CACHE_LINES_EVICTED : Data cache lines evicted
/external/oprofile/events/x86-64/hammer/
H A Devents43 event:0x44 counters:0,1,2,3 um:moesi minimum:500 name:DATA_CACHE_LINES_EVICTED : Data cache lines evicted
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 260 milliseconds