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

1 2 3 4 5 6

  /external/chromium-trace/
init.js 2 reload();
5 function reload() { function
  /external/openssh/contrib/redhat/
sshd.init 65 reload() function
84 reload)
85 reload
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
  /external/junit/src/junit/runner/
StandardTestSuiteLoader.java 20 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
TestSuiteLoader.java 10 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
  /external/chromium_org/chrome/browser/resources/
about_memory.js 5 function reload() { function
  /frameworks/base/test-runner/src/junit/runner/
ReloadingTestSuiteLoader.java 4 * A TestSuite loader that can reload classes.
13 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /external/guava/guava/src/com/google/common/cache/
CacheLoader.java 75 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { method in class:CacheLoader
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SingleItemAlbum.java 65 public long reload() { method in class:SingleItemAlbum
SnailAlbum.java 32 public long reload() { method in class:SnailAlbum
ComboAlbum.java 84 public long reload() { method in class:ComboAlbum
87 long version = mSets[i].reload();
ComboAlbumSet.java 77 public long reload() { method in class:ComboAlbumSet
80 long version = mSets[i].reload();
FilterEmptyPromptSet.java 74 public long reload() { method in class:FilterEmptyPromptSet
75 return mBaseSet.reload();
FilterTypeSet.java 68 public long reload() { method in class:FilterTypeSet
69 if (mBaseSet.reload() > mDataVersion) {
90 filteredSet.reload();
LocalAlbumSet.java 164 // 1. Prevent calling reload() concurrently.
165 // 2. Prevent calling onFutureDone() and reload() concurrently
166 public synchronized long reload() { method in class:LocalAlbumSet
176 album.reload();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 29 public void reload(); method in interface:WidgetSource
MediaSetSource.java 84 public void reload() { method in class:MediaSetSource
85 mSource.reload();
176 public void reload() { method in class:MediaSetSource.CheckedMediaSetSource
177 long version = mSource.reload();
228 public void reload() {} method in class:MediaSetSource.EmptySource
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
video_player.js 97 * Save the current state so that it survives page/app reload.
149 chrome.fileBrowserPrivate.requestFileSystem(reload);
156 reload();
190 * Reload the player.
192 function reload() { function
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
100 # reload modules with duplicate names
101 reload(__import__(modname))
110 """Update sys.path, reload gdb and auto-load packages."""
121 # note that reload overwrites the gdb module without deleting existing
123 reload(__import__(__name__))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
100 # reload modules with duplicate names
101 reload(__import__(modname))
110 """Update sys.path, reload gdb and auto-load packages."""
121 # note that reload overwrites the gdb module without deleting existing
123 reload(__import__(__name__))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_atexit.py 5 from imp import reload namespace
45 reload(atexit)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_atexit.py 5 from imp import reload namespace
45 reload(atexit)
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
NavigationTest.java 42 private void reload(final ContentView contentView, method in class:NavigationTest
49 contentView.reload();
102 * the page loaded are different after the reload.
126 // Grab the timestamp after a reload and make sure they don't match.
127 reload(contentView, testCallbackHelperContainer); method
  /packages/apps/Gallery2/src/com/android/photos/shims/
MediaSetLoader.java 108 mMediaSet.reload();
115 m.reload();
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 200 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;
475 /* Reload timer and set Timer 0 Expired event mask */
499 /* Reload timer and set Timer 1 Expired event mask *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Location.cpp 249 void Location::reload(DOMWindow* activeWindow) function in class:WebCore::Location

Completed in 2060 milliseconds

1 2 3 4 5 6