Searched refs:refreshes (Results 1 – 15 of 15) sorted by relevance
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderFactory.java | 47 private Set<DurationSpec> refreshes = Sets.newHashSet((DurationSpec) null); field in CacheBuilderFactory 77 this.refreshes = Sets.newLinkedHashSet(durations); in withRefreshes() 95 initialCapacities, maximumSizes, expireAfterWrites, expireAfterAccesses, refreshes, in buildAllPermutations()
|
D | LocalCacheTest.java | 180 assertFalse(map.refreshes()); in testDefaults()
|
/external/walt/docs/ |
D | ScreenLatency.md | 7 Because the screen refreshes at predefined intervals (typically 60 Hz), most drawing commands do no…
|
/external/v8/tools/ |
D | callstats.py | 84 def generate_injection(f, sites, refreshes=0): argument 88 var refreshTotal = """, refreshes, """;
|
/external/mesa3d/docs/specs/ |
D | MESA_swap_frame_usage.spec | 46 is the entire time for a frame which may be multiple screen refreshes
|
/external/webrtc/webrtc/api/objc/ |
D | RTCEAGLVideoView.m | 19 // refreshes, which should be 30fps. We wrap the display link in order to avoid
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCEAGLVideoView.m | 40 // refreshes, which should be 30fps. We wrap the display link in order to avoid
|
/external/llvm/docs/ |
D | LinkTimeOptimization.rst | 193 more. If dead code stripping is enabled then the linker refreshes the live
|
/external/mdnsresponder/ |
D | PrivateDNS.txt | 81 refreshes using unencrypted UDP packets. This results in less load on
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 332 boolean refreshes() { in refreshes() method in LocalCache 345 return expiresAfterWrite() || refreshes(); in recordsWrite() 2365 if (map.refreshes() && (now - entry.getWriteTime() > map.refreshNanos) in scheduleRefresh()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_mac.mm | 935 // Currently we just treat move events the same as refreshes.
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 1376 the current theme to *themename*, refreshes all widgets and emits a
|
D | curses.rst | 373 screen at one time. Automatic refreshes of pads (such as from scrolling or
|
/external/lisa/ipynb/examples/android/benchmarks/ |
D | Android_Jankbench.ipynb | 9 …e device’s refresh rate and put up a new picture, or frame, for each of those screen refreshes.\n",
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|