Searched refs:lastLine (Results 1 - 25 of 30) sorted by last modified time

12

/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp451 DILineInfo lastLine; local
467 if (dli != lastLine && dli.getLine() != 0)
470 lastLine = dli;
554 DILineInfo lastLine; local
603 if (dli != lastLine && dli.getLine() != 0)
606 lastLine = dli;
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6762 DILineInfo lastLine; local
6825 if (dli != lastLine && dli.Line != 0)
6828 lastLine = dli;
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DMethodAnalyzer.java66 private int lastLine = ISourceNode.UNKNOWN_LINE; field in class:MethodAnalyzer
166 if (firstLine > line || lastLine == ISourceNode.UNKNOWN_LINE) {
169 if (lastLine < line) {
170 lastLine = line;
339 coverage.ensureCapacity(firstLine, lastLine);
H A DSourceNodeImpl.java92 final int lastLine = child.getLastLine();
93 ensureCapacity(firstLine, lastLine);
94 for (int i = firstLine; i <= lastLine; i++) {
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/icu/icu4c/source/samples/layout/
H A Dcgnomelayout.c219 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); local
222 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
H A Dclayout.c239 le_int32 firstLine, lastLine; local
258 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1);
260 pf_draw(context->paragraph, surface, firstLine, lastLine);
H A Dgnomelayout.cpp227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); local
230 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
H A Dlayout.cpp237 le_int32 firstLine, lastLine; local
256 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1);
258 context->paragraph->draw(surface, firstLine, lastLine);
H A Dparagraph.cpp227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) argument
234 for (li = firstLine; li <= lastLine; li += 1) {
H A Dparagraph.h50 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
H A Dpflow.c318 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) argument
326 for (li = firstLine; li <= lastLine; li += 1) {
H A Dpflow.h32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c3521 static char *lastLine= (char *)"10FFFF; C; 10FFFF;"; local
3533 fields[0][0]=lastLine;
3534 fields[0][1]=lastLine+6;
3535 fields[1][0]=lastLine+7;
3536 fields[1][1]=lastLine+9;
3537 fields[2][0]=lastLine+10;
3538 fields[2][1]=lastLine+17;

Completed in 303 milliseconds

12