Home
last modified time | relevance | path

Searched refs:refreshes (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderFactory.java46 private Set<DurationSpec> refreshes = Sets.newHashSet((DurationSpec) null); field in CacheBuilderFactory
76 this.refreshes = Sets.newLinkedHashSet(durations); in withRefreshes()
94 initialCapacities, maximumSizes, expireAfterWrites, expireAfterAccesses, refreshes, in buildAllPermutations()
DLocalCacheTest.java150 assertFalse(map.refreshes()); in testDefaults()
/external/linux-tools-perf/Documentation/
Dperf-top.txt36 Number of seconds to delay between refreshes.
/external/mesa3d/docs/
DMESA_swap_frame_usage.spec46 is the entire time for a frame which may be multiple screen refreshes
/external/mdnsresponder/
DPrivateDNS.txt81 refreshes using unencrypted UDP packets. This results in less load on
/external/llvm/docs/
DLinkTimeOptimization.rst192 more. If dead code stripping is enabled then the linker refreshes the live
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java327 boolean refreshes() { in refreshes() method in LocalCache
340 return expiresAfterWrite() || refreshes(); in recordsWrite()
2398 if (map.refreshes() && (now - entry.getWriteTime() > map.refreshNanos)) { in scheduleRefresh()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2512634 (KHTMLPart::receivedFirstData): http-refreshes lock history if the timeout<1
12636 (DocumentImpl::processHttpEquiv): http-refreshes lock history if the timeout<1
DChangeLog-2006-12-3129109 move to the new Icon Loader broke the "always get the icon if the user refreshes the page"
DChangeLog-2008-08-1079448 Fixes the Network panel so that it refreshes as needed.
DChangeLog-2010-01-2929728 It already refreshes plugins and reloads pages when necessary.
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1419767 … Don't refresh in -init, so that callers can set the DB's plugin path array before it refreshes.