/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | MethodCoverageCalculator.java | 125 int lastLine = ISourceFileCoverage.UNKNOWN_LINE; in ensureCapacity() local 132 || lastLine == ISourceNode.UNKNOWN_LINE) { in ensureCapacity() 135 if (lastLine < line) { in ensureCapacity() 136 lastLine = line; in ensureCapacity() 143 coverage.ensureCapacity(firstLine, lastLine); in ensureCapacity()
|
D | SourceNodeImpl.java | 92 final int lastLine = child.getLastLine(); in increment() local 93 ensureCapacity(firstLine, lastLine); in increment() 94 for (int i = firstLine; i <= lastLine; i++) { in increment()
|
/external/deqp/scripts/src_util/ |
D | check_include_guards.py | 49 lastLine = "" 52 lastLine = line.strip() 54 if lastLine != expectedComment:
|
/external/icu/icu4c/source/samples/layout/ |
D | gnomelayout.cpp | 227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose() local 230 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
D | cgnomelayout.c | 219 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose() local 222 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
D | layout.cpp | 237 le_int32 firstLine, lastLine; in WndProc() local 256 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc() 258 context->paragraph->draw(surface, firstLine, lastLine); in WndProc()
|
D | clayout.c | 239 le_int32 firstLine, lastLine; in WndProc() local 258 … lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc() 260 pf_draw(context->paragraph, surface, firstLine, lastLine); in WndProc()
|
D | pflow.h | 32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
|
D | paragraph.h | 50 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
|
D | paragraph.cpp | 227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw() argument 234 for (li = firstLine; li <= lastLine; li += 1) { in draw()
|
D | pflow.c | 318 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw() argument 326 for (li = firstLine; li <= lastLine; li += 1) { in pf_draw()
|
/external/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 285 auto lastLine = (hasEllipsis && unlimitedLines) || fLineNumber >= maxLines; in breakTextIntoLines() local 286 needEllipsis = hasEllipsis && !endlessLine && lastLine; in breakTextIntoLines() 349 if (disableLastDescent && (lastLine || (startLine == end && !fHardLineBreak ))) { in breakTextIntoLines() 390 } else if (lastLine) { in breakTextIntoLines()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestCLDRTests.java | 220 String lastLine = ""; 227 int comp = col.compare(lastLine, line); 229 myerrln("<" + lastLine + "> should be leq <" + line + ">" + 238 lastLine = line;
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Format.cpp | 78 llvm::StringRef lastLine(llvm::StringRef Code) { in lastLine() function 134 StringRef Indentation = lastLine(Code.take_front(Cursor)); in getIncrementalChangesAfterNewline() 140 lastLine(Code.take_front(Indentation.data() - Code.data() - 1)); in getIncrementalChangesAfterNewline()
|
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 334 char lastLine[MAX_LINE_SIZE]; in parseFile() local 351 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) { in parseFile() 352 lastLineSize = chomp(lastLine); in parseFile() 353 if (lineSize == 0 || (lastLineSize > 0 && isspace((int)*lastLine))) { in parseFile() 354 uprv_strcpy(line + lineSize, lastLine); in parseFile() 385 uprv_strcpy(line, lastLine); in parseFile()
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | JavaOutput.java | 186 String lastLine = lineBuilder.toString(); in flush() local 187 if (!CharMatcher.whitespace().matchesAllOf(lastLine)) { in flush() 188 mutableLines.add(lastLine); in flush()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1026 : getLastSourceIndex(lastSourceIndex), output(output), lastSource(-1), lastLine(0) {} in SourceLineSynchronizer() 1039 if (lastSource != -1 || lastLine != 0) in syncToMostRecentString() 1042 lastLine = -1; in syncToMostRecentString() 1053 const bool newLineStarted = lastLine < tokenLine; in syncToLine() 1054 for (; lastLine < tokenLine; ++lastLine) { in syncToLine() 1055 if (lastLine > 0) *output += '\n'; in syncToLine() 1061 void setLineNum(int newLineNum) { lastLine = newLineNum; } in setLineNum() 1080 int lastLine; member in __anon5d7690540111::SourceLineSynchronizer
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | TestCldr.java | 346 String lastLine = ""; 355 int comp = col.compare(lastLine, line); 359 + showString(lastLine) + " should be leq " + showString(line)); 363 lastLine = line;
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1035 : getLastSourceIndex(lastSourceIndex), output(output), lastSource(-1), lastLine(0) {} in SourceLineSynchronizer() 1048 if (lastSource != -1 || lastLine != 0) in syncToMostRecentString() 1051 lastLine = -1; in syncToMostRecentString() 1062 const bool newLineStarted = lastLine < tokenLine; in syncToLine() 1063 for (; lastLine < tokenLine; ++lastLine) { in syncToLine() 1064 if (lastLine > 0) *output += '\n'; in syncToLine() 1070 void setLineNum(int newLineNum) { lastLine = newLineNum; } in setLineNum() 1089 int lastLine; member in __anonec37a1010111::SourceLineSynchronizer
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ClassTypeImpl.java | 55 private int lastLine = -1; field in ClassTypeImpl
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 3538 static char *lastLine= (char *)"10FFFF; C; 10FFFF;"; in TestCaseFolding() local 3550 fields[0][0]=lastLine; in TestCaseFolding() 3551 fields[0][1]=lastLine+6; in TestCaseFolding() 3552 fields[1][0]=lastLine+7; in TestCaseFolding() 3553 fields[1][1]=lastLine+9; in TestCaseFolding() 3554 fields[2][0]=lastLine+10; in TestCaseFolding() 3555 fields[2][1]=lastLine+17; in TestCaseFolding()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6762 DILineInfo lastLine; in DisassembleMachO() local 6825 if (dli != lastLine && dli.Line != 0) in DisassembleMachO() 6828 lastLine = dli; in DisassembleMachO()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7614 DILineInfo lastLine; in DisassembleMachO() local 7668 if (dli != lastLine && dli.Line != 0) in DisassembleMachO() 7671 lastLine = dli; in DisassembleMachO()
|