HomeSort by relevance Sort by last modified time
    Searched defs:DIRTY (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 107 private static final String DIRTY = "DIRTY";
123 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
126 * DIRTY 1ab96a171faeeee38496d8b330771a7a
138 * o DIRTY lines track that an entry is actively being created or updated.
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
390 } else if (parts[0].equals(DIRTY) && parts.length == 2) {
401 * cache. Dirty entries are assumed to be inconsistent and will be deleted.
444 writer.write(DIRTY + ' ' + entry.key + '\n')
582 File dirty = entry.getDirtyFile(i); local
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 107 private static final String DIRTY = "DIRTY";
123 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
126 * DIRTY 1ab96a171faeeee38496d8b330771a7a
138 * o DIRTY lines track that an entry is actively being created or updated.
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
390 } else if (parts[0].equals(DIRTY) && parts.length == 2) {
401 * cache. Dirty entries are assumed to be inconsistent and will be deleted.
444 writer.write(DIRTY + ' ' + entry.key + '\n')
582 File dirty = entry.getDirtyFile(i); local
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 107 private static final String DIRTY = "DIRTY";
123 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
126 * DIRTY 1ab96a171faeeee38496d8b330771a7a
138 * o DIRTY lines track that an entry is actively being created or updated.
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
390 } else if (parts[0].equals(DIRTY) && parts.length == 2) {
401 * cache. Dirty entries are assumed to be inconsistent and will be deleted.
444 writer.write(DIRTY + ' ' + entry.key + '\n')
582 File dirty = entry.getDirtyFile(i); local
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 93 private static final String DIRTY = "DIRTY";
106 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
109 * DIRTY 1ab96a171faeeee38496d8b330771a7a
121 * o DIRTY lines track that an entry is actively being created or updated.
122 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
123 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
311 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) {
322 * cache. Dirty entries are assumed to be inconsistent and will be deleted
522 File dirty = entry.getDirtyFile(i); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 97 private static final String DIRTY = "DIRTY";
110 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
113 * DIRTY 1ab96a171faeeee38496d8b330771a7a
125 * o DIRTY lines track that an entry is actively being created or updated.
126 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
127 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
341 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) {
352 * cache. Dirty entries are assumed to be inconsistent and will be deleted
535 File dirty = entry.dirtyFiles[i]; local
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DiskLruCache.java 99 private static final String DIRTY = "DIRTY";
112 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
115 * DIRTY 1ab96a171faeeee38496d8b330771a7a
127 * o DIRTY lines track that an entry is actively being created or updated.
128 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
129 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
343 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) {
354 * cache. Dirty entries are assumed to be inconsistent and will be deleted
537 File dirty = entry.dirtyFiles[i]; local
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 1258 milliseconds