Home
last modified time | relevance | path

Searched refs:firstSpace (Results 1 – 8 of 8) sorted by relevance

/external/gptfdisk/
Dgptcurses.cc51 firstSpace = NULL; in GPTDataCurses()
75 while (firstSpace != NULL) { in EmptySpaces()
76 trash = firstSpace; in EmptySpaces()
77 firstSpace = firstSpace->nextSpace; in EmptySpaces()
125 if (firstSpace == NULL) { in AddEmptySpaces()
129 current = firstSpace; in AddEmptySpaces()
131 if ((current == firstSpace) && (current->firstLBA > GetFirstUsableLBA())) { in AddEmptySpaces()
157 if (theSpace == firstSpace) in UnlinkSpace()
158 firstSpace = theSpace->nextSpace; in UnlinkSpace()
170 firstSpace = lastSpace = theSpace; in LinkToEnd()
[all …]
Dgptcurses.h80 Space *firstSpace; variable
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java282 int firstSpace = line.indexOf(' '); in readJournalLine() local
283 if (firstSpace == -1) { in readJournalLine()
287 int keyBegin = firstSpace + 1; in readJournalLine()
292 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) { in readJournalLine()
306 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) { in readJournalLine()
311 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { in readJournalLine()
313 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) { in readJournalLine()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java312 int firstSpace = line.indexOf(' '); in readJournalLine() local
313 if (firstSpace == -1) { in readJournalLine()
317 int keyBegin = firstSpace + 1; in readJournalLine()
322 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) { in readJournalLine()
336 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) { in readJournalLine()
341 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { in readJournalLine()
343 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) { in readJournalLine()
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...