Searched refs:lastLine (Results 26 - 50 of 57) sorted by relevance

123

/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp918 RootInlineBox* lastLine = blockChild->lineAtIndex(lineCount - 1); local
919 if (!lastLine)
933 InlineBox* anchorBox = lastLine->lastChild();
943 RenderBlockFlow& srcBlock = lastLine->block();
H A DRootInlineBox.cpp430 if (RootInlineBox* lastLine = toRenderBlockFlow(block)->lastRootBox()) {
431 RenderObject::SelectionState lastLineSelectionState = lastLine->selectionState();
435 LayoutUnit lastLineSelectionBottom = lastLine->selectionBottom() + offsetToBlockBefore.height();
H A DInlineFlowBox.cpp305 void InlineFlowBox::determineSpacingForFlowBoxes(bool lastLine, bool isLogicallyLastRunWrapped, RenderObject* logicallyLastRunRenderer) argument
341 && ((lastLine || isLastObjectOnLine) && !inlineFlow.continuation()))
345 && ((lastLine || isLastObjectOnLine) && !inlineFlow.continuation()))
357 currFlow->determineSpacingForFlowBoxes(lastLine, isLogicallyLastRunWrapped, logicallyLastRunRenderer);
H A DInlineFlowBox.h174 void determineSpacingForFlowBoxes(bool lastLine, bool isLogicallyLastRunWrapped, RenderObject* logicallyLastRunRenderer);
H A DRenderBox.cpp3123 InlineFlowBox* lastLine = flow->lastLineBox(); local
3124 if (firstLine && lastLine && firstLine != lastLine) {
3125 computedValues.m_position = logicalLeftValue + marginLogicalLeftValue + lastLine->borderLogicalLeft() + (lastLine->logicalLeft() - firstLine->logicalLeft());
3553 InlineFlowBox* lastLine = flow->lastLineBox(); local
3554 if (firstLine && lastLine && firstLine != lastLine) {
3555 computedValues.m_position = logicalLeftValue + marginLogicalLeftAlias + lastLine->borderLogicalLeft() + (lastLine
[all...]
H A DRenderBlockLineLayout.cpp1823 RootInlineBox* lastLine = layoutState.endLine(); local
1824 while (RootInlineBox* nextLine = lastLine->nextRootBox())
1825 lastLine = nextLine;
1827 LayoutUnit logicalBottom = lastLine->lineBottomWithLeading() + absoluteValue(lineDelta);
H A DRenderBlockFlow.cpp785 static inline LayoutUnit calculateMinimumPageHeight(RenderStyle* renderStyle, RootInlineBox* lastLine, LayoutUnit lineTop, LayoutUnit lineBottom) argument
791 RootInlineBox* line = lastLine;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js336 lastLine: function() { },
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Deditable_text.js1101 var lastLine = (length == 0) ? 0 : shadow.getLineIndex(length - 1);
1102 var newCursorPosition = (lineIndex >= lastLine) ? length :
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c3482 static char *lastLine= (char *)"10FFFF; C; 10FFFF;"; local
3494 fields[0][0]=lastLine;
3495 fields[0][1]=lastLine+6;
3496 fields[1][0]=lastLine+7;
3497 fields[1][1]=lastLine+9;
3498 fields[2][0]=lastLine+10;
3499 fields[2][1]=lastLine+17;
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c3481 static char *lastLine= (char *)"10FFFF; C; 10FFFF;"; local
3493 fields[0][0]=lastLine;
3494 fields[0][1]=lastLine+6;
3495 fields[1][0]=lastLine+7;
3496 fields[1][1]=lastLine+9;
3497 fields[2][0]=lastLine+10;
3498 fields[2][1]=lastLine+17;
/external/chromium_org/third_party/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...]
/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...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js486 if (Math.min(ensureTo, doc.lastLine()) >= to)
2841 for (var line = Math.min(start.line, pos.line), end = Math.min(cm.lastLine(), Math.max(start.line, pos.line));
3605 if (change.from.line > doc.lastLine()) return;
3614 var last = doc.lastLine();
4085 end = Math.min(this.lastLine(), to.line - (to.ch ? 0 : 1)) + 1;
4693 selectAll: function(cm) {cm.setSelection(Pos(cm.firstLine(), 0), Pos(cm.lastLine()), sel_dontScroll);},
4701 if (range.head.ch == len && range.head.line < cm.lastLine())
4740 goDocEnd: function(cm) {cm.extendSelection(Pos(cm.lastLine()));},
5313 return doc.findMarks(Pos(doc.first, 0), doc.clipPos(Pos(doc.lastLine())),
5630 if (lineN > doc.lastLine()) retur
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorTextEditor.js1149 newPaddingBottom = Math.max(scrollInfo.clientHeight - this._codeMirror.getLineHandle(this._codeMirror.lastLine()).height, 0);
1442 var lastLine = this._codeMirror.getLine(lineCount - 1);
1443 return WebInspector.CodeMirrorUtils.toRange(new CodeMirror.Pos(0, 0), new CodeMirror.Pos(lineCount - 1, lastLine.length));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 803 milliseconds

123