Searched defs:reload (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium-trace/
H A Dinit.js2 reload();
5 function reload() { function
/external/openssh/contrib/redhat/
H A Dsshd.init65 reload() function
84 reload)
85 reload
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
/external/junit/src/junit/runner/
H A DStandardTestSuiteLoader.java20 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
H A DTestSuiteLoader.java10 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
/external/webkit/Source/WebCore/plugins/
H A DDOMPluginArray.cpp85 void DOMPluginArray::refresh(bool reload) argument
87 Page::refreshPlugins(reload);
/external/guava/guava/src/com/google/common/cache/
H A DCacheLoader.java75 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { method in class:CacheLoader
/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c200 INT32 reload; local
211 /* If continuous timer, set reload, else set it to 0 */
213 reload = ticks;
215 reload = 0;
256 gki_cb.com.OSTaskTmr0R[task_id] = reload;
263 gki_cb.com.OSTaskTmr1R[task_id] = reload;
270 gki_cb.com.OSTaskTmr2R[task_id] = reload;
277 gki_cb.com.OSTaskTmr3R[task_id] = reload;
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingCacheLoaders.java135 * old value on {@code reload} requests. The load counts are accessible via {@link #getLoadCount}
148 @GwtIncompatible("reload")
150 public ListenableFuture<Integer> reload(Integer key, Integer oldValue) { method in class:TestingCacheLoaders.IncrementingLoader
/external/javassist/src/main/javassist/util/
H A DHotSwapper.java63 * hs.reload("Test", classFile);
66 * <p><code>reload()</code>
71 * repatedly call <code>reload()</code> on the same <code>HotSwapper</code>
72 * object so that they can reload a number of classes.
142 /* Stops triggering a hotswapper when reload() is called.
155 public void reload(String className, byte[] classFile) { method in class:HotSwapper
170 public void reload(Map classFiles) { method in class:HotSwapper
203 throw new RuntimeException("failed to reload: " + msg);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c198 INT32 reload; local
209 /* If continuous timer, set reload, else set it to 0 */
211 reload = ticks;
213 reload = 0;
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
465 /* Set Timer 0 Expired event mask and reload timer */
488 /* Set Timer 1 Expired event mask and reload time
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c198 INT32 reload; local
209 /* If continuous timer, set reload, else set it to 0 */
211 reload = ticks;
213 reload = 0;
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
465 /* Set Timer 0 Expired event mask and reload timer */
488 /* Set Timer 1 Expired event mask and reload time
[all...]
/external/webkit/Source/WebCore/page/
H A DLocation.cpp249 void Location::reload(DOMWindow* activeWindow) function in class:WebCore::Location
254 // We allow one page to change the location of another. Why block attempts to reload?
H A DPage.cpp427 void Page::refreshPlugins(bool reload) argument
444 if (!reload)
454 framesNeedingReload[i]->loader()->reload();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestNavigationController.cpp94 void TestNavigationController::reload() function in class:TestNavigationController
99 // If we are no where, then we can't reload. TODO(darin): We should add a
256 void TestNavigationController::navigateToPendingEntry(bool reload) argument
264 if (m_host->navigate(*m_pendingEntry.get(), reload)) {
H A DTestShell.cpp255 void TestShell::reload() function in class:TestShell
257 m_webViewHost->navigationController()->reload();
/external/qemu/hw/
H A Darmv7m_nvic.c39 uint32_t reload; member in struct:__anon10776::__anon10777
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s);
80 if (s->systick.reload == 0) {
133 return s->systick.reload;
146 if (val > s->systick.reload)
297 s->systick.reload = value;
299 case 0x18: /* SysTick Current Value. Writes reload the timer. */
373 qemu_put_be32(f, s->systick.reload);
386 s->systick.reload = qemu_get_be32(f);
/external/webkit/Source/WebCore/bindings/js/
H A DJSLocationCustom.cpp253 JSValue JSLocation::reload(ExecState* exec) function in class:WebCore::JSLocation
255 impl()->reload(activeDOMWindow(exec));
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp223 void WebView::reload() function in class:WebView
225 frame()->loader()->reload();
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp154 void QGraphicsWKView::reload() function in class:QGraphicsWKView
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest.java219 return reload();
233 protected Object reload() throws IOException, ClassNotFoundException { method in class:SerializationStressTest
H A DObjectOutputStreamTest.java1042 protected Object reload() throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest
1189 return reload();
/external/webkit/Source/WebKit/android/jni/
H A DJavaBridge.cpp105 static void UpdatePluginDirectories(JNIEnv* env, jobject obj, jobjectArray array, jboolean reload);
415 jobjectArray array, jboolean reload) {
428 WebCore::Page::refreshPlugins(reload);
414 UpdatePluginDirectories(JNIEnv* env, jobject obj, jobjectArray array, jboolean reload) argument
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp655 \sa reload(), loadFinished()
692 void QGraphicsWebView::reload() function in class:QGraphicsWebView
H A Dqwebview.cpp887 \sa reload(), pageAction(), loadFinished()
932 void QWebView::reload() function in class:QWebView
/external/webkit/Source/WebCore/inspector/front-end/
H A DExtensionAPI.js363 reload: function(userAgent)
365 return extensionServer.sendRequest({ command: "reload", userAgent: userAgent });

Completed in 672 milliseconds

12