Searched refs:lastLine (Results 51 - 57 of 57) sorted by path

123

/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c324 char lastLine[MAX_LINE_SIZE]; local
341 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
342 lastLineSize = chomp(lastLine);
343 if (lineSize == 0 || (lastLineSize > 0 && isspace((int)*lastLine))) {
344 uprv_strcpy(line + lineSize, lastLine);
375 uprv_strcpy(line, lastLine);
/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/llvm/tools/llvm-objdump/
H A DMachODump.cpp390 DILineInfo lastLine; local
425 if (dli != lastLine && dli.Line != 0)
428 lastLine = dli;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/skia/experimental/Intersection/
H A DEdgeWalkerRectangles_Test.cpp170 SkPoint pts[4], lastLine[2]; local
191 SkASSERT((lastLine[1].fX - lastLine[0].fX) *
192 (pts[1].fY - lastLine[0].fY) !=
193 (lastLine[1].fY - lastLine[0].fY) *
194 (pts[1].fX - lastLine[0].fX));
197 lastLine[0] = pts[0];
198 lastLine[1] = pts[1];
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js470 if (Math.min(ensureTo, doc.lastLine()) >= to)
2669 for (var line = Math.min(start.line, pos.line), end = Math.min(cm.lastLine(), Math.max(start.line, pos.line));
3421 if (change.from.line > doc.lastLine()) return;
3430 var last = doc.lastLine();
3896 end = Math.min(this.lastLine(), to.line - (to.ch ? 0 : 1)) + 1;
4519 selectAll: function(cm) {cm.setSelection(Pos(cm.firstLine(), 0), Pos(cm.lastLine()), sel_dontScroll);},
4527 if (range.head.ch == len && range.head.line < cm.lastLine())
4552 goDocEnd: function(cm) {cm.extendSelection(Pos(cm.lastLine()));},
5111 return doc.findMarks(Pos(doc.first, 0), doc.clipPos(Pos(doc.lastLine())),
5428 if (lineN > doc.lastLine()) retur
[all...]

Completed in 431 milliseconds

123