HomeSort by relevance Sort by last modified time
    Searched defs:reload (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /dalvik/dx/src/junit/runner/
StandardTestSuiteLoader.java 16 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
TestSuiteLoader.java 8 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
ReloadingTestSuiteLoader.java 4 * A TestSuite loader that can reload classes.
12 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /external/junit/src/junit/runner/
StandardTestSuiteLoader.java 16 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
TestSuiteLoader.java 8 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
ReloadingTestSuiteLoader.java 4 * A TestSuite loader that can reload classes.
12 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /frameworks/base/test-runner/src/junit/runner/
StandardTestSuiteLoader.java 17 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
TestSuiteLoader.java 8 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
ReloadingTestSuiteLoader.java 4 * A TestSuite loader that can reload classes.
13 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 29 public void reload(); method in interface:WidgetSource
WidgetService.java 73 public void reload() {} method in class:WidgetService.EmptySource
159 mSource.reload();
MediaSetSource.java 84 public void reload() { method in class:MediaSetSource
85 long version = mSource.reload();
  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp 94 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)
264 if (m_host->navigate(*m_pendingEntry.get(), reload)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbum.java 80 public long reload() { method in class:ComboAlbum
83 long version = mSets[i].reload();
ComboAlbumSet.java 68 public long reload() { method in class:ComboAlbumSet
71 long version = mSets[i].reload();
FilterSet.java 70 public long reload() { method in class:FilterSet
71 if (mBaseSet.reload() > mDataVersion) {
92 filteredSet.reload();
ClusterAlbum.java 107 public long reload() { method in class:ClusterAlbum
108 if (mClusterAlbumSet.reload() > mDataVersion) {
MtpDeviceSet.java 68 mDeviceSet.get(i).reload();
102 public long reload() { method in class:MtpDeviceSet
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
MockSet.java 85 public long reload() { method in class:MockSet
  /external/qemu/hw/
armv7m_nvic.c 39 uint32_t reload; member in struct:__anon9885::__anon9886
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s);
80 if (s->systick.reload == 0) {
132 case 0x14: /* SysTick Reload Value. */
133 return s->systick.reload;
146 if (val > s->systick.reload)
296 case 0x14: /* SysTick Reload Value. */
297 s->systick.reload = value;
299 case 0x18: /* SysTick Current Value. Writes reload the timer. */
373 qemu_put_be32(f, s->systick.reload);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSLocationCustom.cpp 253 JSValue JSLocation::reload(ExecState* exec) function in class:WebCore::JSLocation
255 impl()->reload(activeDOMWindow(exec));
  /external/webkit/Source/WebCore/page/
Location.cpp 259 void Location::reload(DOMWindow* activeWindow) function in class:WebCore::Location
264 // We allow one page to change the location of another. Why block attempts to reload?
  /external/webkit/Source/WebKit/wince/
WebView.cpp 223 void WebView::reload() function in class:WebView
225 frame()->loader()->reload();
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 86 reload(); method
92 public void reload() { method in class:ServiceLoader
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 70 public long reload() { method in class:PicasaSource.EmptyAlbumSet

Completed in 688 milliseconds

1 2 3 4