Home
last modified time | relevance | path

Searched refs:firstSpace (Results 1 – 7 of 7) 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/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java314 int firstSpace = line.indexOf(' '); in readJournalLine() local
315 if (firstSpace == -1) { in readJournalLine()
319 int keyBegin = firstSpace + 1; in readJournalLine()
324 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) { in readJournalLine()
338 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) { in readJournalLine()
343 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { in readJournalLine()
345 } 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/skqp/tools/bookmaker/
DbmhParser.cpp1957 size_t firstSpace = contents.find(' '); in parseHashLine() local
1958 if (string::npos == firstSpace || 0 == firstSpace || 's' != start[firstSpace - 1]) { in parseHashLine()
/external/skia/tools/bookmaker/
DbmhParser.cpp1954 size_t firstSpace = contents.find(' '); in parseHashLine() local
1955 if (string::npos == firstSpace || 0 == firstSpace || 's' != start[firstSpace - 1]) { in parseHashLine()