Home
last modified time | relevance | path

Searched refs:currentEditor (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java341 entry.currentEditor = null; in readJournalLine()
344 entry.currentEditor = new Editor(entry); in readJournalLine()
360 if (entry.currentEditor == null) { in processJournal()
365 entry.currentEditor = null; in processJournal()
393 if (entry.currentEditor != null) { in rebuildJournal()
461 if (entry != null && entry.currentEditor != null) { in edit()
478 entry.currentEditor = editor; in edit()
518 if (entry.currentEditor != editor) { in completeEdit()
553 entry.currentEditor = null; in completeEdit()
604 if (entry.currentEditor != null) { in removeEntry()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java339 entry.currentEditor = null; in readJournalLine()
342 entry.currentEditor = new Editor(entry); in readJournalLine()
358 if (entry.currentEditor == null) { in processJournal()
363 entry.currentEditor = null; in processJournal()
391 if (entry.currentEditor != null) { in rebuildJournal()
459 if (entry != null && entry.currentEditor != null) { in edit()
476 entry.currentEditor = editor; in edit()
516 if (entry.currentEditor != editor) { in completeEdit()
551 entry.currentEditor = null; in completeEdit()
602 if (entry.currentEditor != null) { in removeEntry()
[all …]
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java309 entry.currentEditor = null; in readJournalLine()
312 entry.currentEditor = new Editor(entry); in readJournalLine()
328 if (entry.currentEditor == null) { in processJournal()
333 entry.currentEditor = null; in processJournal()
366 if (entry.currentEditor != null) { in rebuildJournal()
454 } else if (entry.currentEditor != null) { in edit()
459 entry.currentEditor = editor; in edit()
503 if (entry.currentEditor != editor) { in completeEdit()
538 entry.currentEditor = null; in completeEdit()
583 if (entry == null || entry.currentEditor != null) { in remove()
[all …]
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m650 NSText* fieldEditor = [self currentEditor];