HomeSort by relevance Sort by last modified time
    Searched refs:timeModified (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 50 * <code>timeModified</code> and <code>type</code>.
58 public boolean getImageData(Path path, long timeModified, int type, BytesBuffer buffer) {
59 byte[] key = makeKey(path, timeModified, type);
80 public void putImageData(Path path, long timeModified, int type, byte[] value) {
81 byte[] key = makeKey(path, timeModified, type);
95 public void clearImageData(Path path, long timeModified, int type) {
96 byte[] key = makeKey(path, timeModified, type);
107 private static byte[] makeKey(Path path, long timeModified, int type) {
108 return GalleryUtils.getBytes(path.toString() + "+" + timeModified + "+" + type);
ImageCacheRequest.java 38 Path path, long timeModified, int type, int targetSize) {
43 mTimeModified = timeModified;
LocalVideo.java 162 LocalVideoRequest(GalleryApp application, Path path, long timeModified,
164 super(application, path, timeModified, type,
LocalImage.java 182 LocalImageRequest(GalleryApp application, Path path, long timeModified,
184 super(application, path, timeModified, type,
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 78 unsigned long long timeModified;
79 if (lines[idx+1].getAsInteger(10, timeModified))
97 if ((uint64_t)origFE->getModificationTime() != timeModified) {

Completed in 62 milliseconds