Searched refs:refresh (Results 26 - 50 of 182) sorted by relevance

12345678

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth_device_list.js171 refresh: function(opt_selection) {
313 this.refresh(selectedDevice);
329 this.refresh();
/external/guava/guava-tests/test/com/google/common/cache/
H A DForwardingLoadingCacheTest.java92 mock.refresh("key");
94 forward.refresh("key");
H A DCacheBuilderFactory.java151 DurationSpec expireAfterWrite, DurationSpec expireAfterAccess, DurationSpec refresh,
170 if (refresh != null) {
171 builder.refreshAfterWrite(refresh.duration, refresh.unit);
149 createCacheBuilder( Integer concurrencyLevel, Integer initialCapacity, Integer maximumSize, DurationSpec expireAfterWrite, DurationSpec expireAfterAccess, DurationSpec refresh, Strength keyStrength, Strength valueStrength) argument
/external/linux-tools-perf/util/
H A Dannotate.h111 int evidx __used, int refresh __used)
117 int refresh);
/external/chromium_org/chrome/browser/ui/webui/
H A Dabout_ui.h63 void AppendHeader(std::string* output, int refresh,
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.h39 virtual void getPluginList(bool refresh, WebKit::WebPluginListBuilder*);
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DHTTPParsers.h67 bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url);
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMPluginArray.cpp86 void DOMPluginArray::refresh(bool reload) function in class:WebCore::DOMPluginArray
H A DPluginData.h62 static void refresh();
/external/guava/guava/src/com/google/common/cache/
H A DAbstractLoadingCache.java75 public void refresh(K key) { method in class:AbstractLoadingCache
H A DLoadingCache.java143 * {@code key}. If the cache loader associated with this cache performs refresh asynchronously
144 * then this method may return before refresh completes.
148 void refresh(K key); method in interface:LoadingCache
/external/linux-tools-perf/util/ui/
H A Dbrowser.h21 unsigned int (*refresh)(struct ui_browser *self); member in struct:ui_browser
/external/qemu/
H A Dcurses.c57 refresh();
74 refresh();
170 refresh();
197 refresh();
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_modes.c288 old_refresh_rate=settings.refresh;
292 settings.refresh = 0;
300 settings.refresh = refreshratenum;
375 oldmode_settings.refresh = (unsigned short) old_refresh_rate;
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/
H A DSmackAndroid.java55 ResolverConfig.refresh();
/external/smack/src/org/jivesoftware/smack/
H A DSmackAndroid.java55 ResolverConfig.refresh();
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
H A Dxme.c92 INT32 refresh; member in struct:__anon24408
174 INT32 refresh; member in struct:__anon24415
353 void XiGMiscChangeResolution(Display *dpy, int screen, int view, int width, int height, int refresh) argument
366 req->refresh = refresh;
/external/bison/build-aux/
H A Dgit-version-gen198 git update-index --refresh > /dev/null 2>&1
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DStyleSheetOutlineDialog.js128 this.refresh();
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.h95 IntRect refresh(const IntRect& targetControlRect);
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateBase.h42 virtual void refresh(SkAnimateMaker& );
H A DSkAnimateSet.cpp50 void SkSet::refresh(SkAnimateMaker& maker) { function in class:SkSet
/external/skia/src/animator/
H A DSkAnimateBase.h42 virtual void refresh(SkAnimateMaker& );
H A DSkAnimateSet.cpp50 void SkSet::refresh(SkAnimateMaker& maker) { function in class:SkSet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformancesView.java212 boolean refresh = false;
216 refresh = MessageDialog.openQuestion(this.shell, getTitleToolTip(), "Do you want to read local file again?");
218 refresh = true;
220 if (refresh) {
585 this.viewer.refresh();
594 this.viewer.refresh();

Completed in 3675 milliseconds

12345678