/external/gptfdisk/ |
D | gptcurses.cc | 52 lastSpace = NULL; in GPTDataCurses() 81 lastSpace = NULL; in EmptySpaces() 135 if ((current == lastSpace) && (current->lastLBA < GetLastUsableLBA())) { in AddEmptySpaces() 159 if (theSpace == lastSpace) in UnlinkSpace() 160 lastSpace = theSpace->prevSpace; in UnlinkSpace() 169 if (lastSpace == NULL) { in LinkToEnd() 170 firstSpace = lastSpace = theSpace; in LinkToEnd() 174 theSpace->prevSpace = lastSpace; in LinkToEnd() 176 lastSpace->nextSpace = theSpace; in LinkToEnd() 177 lastSpace = theSpace; in LinkToEnd() [all …]
|
D | gptcurses.h | 81 Space *lastSpace; variable
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Log.java | 111 int lastSpace = value.lastIndexOf(' ', 80); in formatln() local 112 if (lastSpace == -1) { in formatln() 116 log.println(value.substring(0, lastSpace)); in formatln() 117 value = value.substring(lastSpace); in formatln()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ConversationDialogActivity.java | 112 int lastSpace = TextUtils.lastIndexOf(text, ' ', currentOffset + fittingChars - 1); in formatPages() local 113 if (lastSpace == -1) { in formatPages() 115 lastSpace = currentOffset + fittingChars - 1; in formatPages() 117 spannedText.replace(lastSpace, lastSpace + 1, newline, 0, 1); in formatPages() 119 currentOffset = lastSpace + 1; in formatPages()
|
/external/skia/tools/bookmaker/ |
D | textParser.h | 669 bool lastSpace = false; in trim_inline_spaces() local 674 if (!lastSpace) { in trim_inline_spaces() 677 lastSpace = true; in trim_inline_spaces() 680 lastSpace = false; in trim_inline_spaces()
|
D | includeWriter.cpp | 2320 const int lastSpace, const int run, int lastWrite, const char* data, in lookupMethod() argument 2322 int wordStart = lastSpace; in lookupMethod() 2415 int lastSpace = -1; in rewriteBlock() local 2464 if (hasUpper && hasLower && !hasSymbol && lastSpace > 0) { in rewriteBlock() 2465 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, in rewriteBlock() 2482 lastSpace = run; in rewriteBlock() 2624 } else if (word == Word::kMixed && hasUpper && hasLower && !hasSymbol && lastSpace > 0) { in rewriteBlock() 2625 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, lastWrite, data, in rewriteBlock()
|
/external/skqp/tools/bookmaker/ |
D | textParser.h | 669 bool lastSpace = false; in trim_inline_spaces() local 674 if (!lastSpace) { in trim_inline_spaces() 677 lastSpace = true; in trim_inline_spaces() 680 lastSpace = false; in trim_inline_spaces()
|
D | includeWriter.cpp | 2321 const int lastSpace, const int run, int lastWrite, const char* data, in lookupMethod() argument 2323 int wordStart = lastSpace; in lookupMethod() 2416 int lastSpace = -1; in rewriteBlock() local 2465 if (hasUpper && hasLower && !hasSymbol && lastSpace > 0) { in rewriteBlock() 2466 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, in rewriteBlock() 2483 lastSpace = run; in rewriteBlock() 2625 } else if (word == Word::kMixed && hasUpper && hasLower && !hasSymbol && lastSpace > 0) { in rewriteBlock() 2626 lastWrite = this->lookupMethod(punctuation, word, lastSpace, run, lastWrite, data, in rewriteBlock()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |