HomeSort by relevance Sort by last modified time
    Searched refs:reload (Results 51 - 75 of 473) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbum.java 84 public long reload() { method in class:ComboAlbum
87 long version = mSets[i].reload();
ClusterAlbum.java 109 public long reload() { method in class:ClusterAlbum
110 if (mClusterAlbumSet.reload() > mDataVersion) {
ClusterAlbumSet.java 61 public long reload() { method in class:ClusterAlbumSet
62 if (mBaseSet.reload() > mDataVersion) {
LocalMergeAlbum.java 60 reload(); method
176 public long reload() { method in class:LocalMergeAlbum
179 if (mSources[i].reload() > mDataVersion) changed = true;
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
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/guava/guava/src/com/google/common/cache/
CacheLoader.java 87 * @throws Exception if unable to reload the result
94 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { method in class:CacheLoader
173 * {@link CacheLoader#reload} using {@code executor}.
175 * <p>This method is useful only when {@code loader.reload} has a synchronous implementation,
176 * such as {@linkplain #reload the default implementation}.
193 public ListenableFuture<V> reload(final K key, final V oldValue) throws Exception { method in class:CacheLoader
197 return loader.reload(key, oldValue).get();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 133 boolean reload = false;
143 reload = true;
148 if (reload) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 125 boolean reload = false;
131 reload = true;
136 if (reload) {
  /external/avahi/initscript/debian/
avahi-daemon.in 134 # Function that reload the config file for the daemon/service.
158 reload)
163 restart|force-reload)
173 echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload|reload}" >&2
avahi-dnsconfd.in 136 # Function that reload the config file for the daemon/service.
169 reload|restart|force-reload)
179 echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload|reload}" >&2
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_atexit.py 5 from imp import reload namespace
45 reload(atexit)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_atexit.py 5 from imp import reload namespace
45 reload(atexit)
  /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)
  /bionic/libc/arch-arm/bionic/
__bionic_clone.S 56 # In the parent, reload saved registers then either return or set errno.
  /external/autotest/tko/
site_parse_unittest.py 168 # so before the configuration setting was made, therefore reload it:
169 reload(database_settings_helper)
171 reload, settings)
179 # so before the configuration setting was made, therefore reload it:
180 reload(database_settings_helper)
181 reload(settings)
  /build/core/clang/
arm.mk 21 -fgcse-after-reload \
  /external/javassist/src/main/javassist/util/
HotSwapper.java 63 * 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);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java 44 public long reload(); method in interface:SlideshowDataAdapter.SlideshowSource
79 long v = mSource.reload();
SlideshowPage.java 273 public long reload() { method in class:SlideshowPage.ShuffleSource
274 long version = mMediaSet.reload();
347 public long reload() { method in class:SlideshowPage.SequentialSource
348 long version = mMediaSet.reload();
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_copy.s 124 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
154 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
183 ldmfd sp!,{r4-r12,r15} @reload the registers from sp
  /external/selinux/policycoreutils/setsebool/
setsebool.c 21 int reload = 1; variable
56 reload = 0;
205 semanage_set_reload(handle, reload);
  /packages/apps/Settings/src/com/android/settings/utils/
ServiceListing.java 157 public List<ServiceInfo> reload() { method in class:ServiceListing
182 reload();
189 reload();
  /packages/apps/TV/src/com/android/tv/util/
BitmapUtils.java 223 if (DEBUG) Log.d(TAG, "Reload not required " + this + " already full size.");
227 boolean reload = (size.right >= bitmap.getWidth() * 2
230 Log.d(TAG, "needToReload(" + reqWidth + ", " + reqHeight + ")=" + reload
233 return reload;
237 * Returns {@code true} if a request the size of {@code other} would need a reload.
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 198 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;
471 /* Set Timer 0 Expired event mask and reload timer */
494 /* Set Timer 1 Expired event mask and reload timer *
    [all...]

Completed in 668 milliseconds

1 23 4 5 6 7 8 91011>>