Searched refs:lineCount (Results 1 - 25 of 31) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DGrid.java58 int lineCount = xLines + yLines + 4;
60 FloatBuffer fpb = BufferUtils.createFloatBuffer(6 * lineCount);
61 ShortBuffer sib = BufferUtils.createShortBuffer(2 * lineCount);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DStringBlock.java54 private int lineCount; field in class:StringBlock
158 return lineCount;
161 void setLineCount(int lineCount) { argument
162 this.lineCount = lineCount;
H A DLetters.java76 int lineCount = 1;
88 lineCount++;
97 lineCount++;
105 lineCount++;
135 lineCount++;
141 block.setLineCount(lineCount);
/external/icu4c/tools/genrb/
H A Dread.c36 static int32_t lineCount; variable
51 lineCount = 1;
81 *linenumber = lineCount;
101 *linenumber = lineCount;
198 lineCount++;
220 warning(lineCount, "Mixing quoted and unquoted strings");
402 line = lineCount;
420 /* increment the lineCount */
449 lineCount++;
466 lineCount
[all...]
/external/v8/test/mjsunit/
H A Dmirror-script.js55 assertEquals(file_lines, mirror.lineCount());
78 assertEquals(file_lines, fromJSON.lineCount);
/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceFile.js186 var lineCount = lineEndings.length;
187 if (lineCount === 1)
190 lineNumber += lineCount - 1;
191 columnNumber = lineEndings[lineCount - 1] - lineEndings[lineCount - 2] - 1;
/external/webkit/Tools/Scripts/
H A Dcommit-log-editor156 my $lineCount = 0;
181 if ($line =~ m/^([0-9]{4}-[0-9]{2}-[0-9]{2})\s+(.*[^\s])\s+<(.*)>/ && $lineCount == 0) {
192 if ($previousLineWasBlank && $hasAuthorInfoToWrite && $lineCount > 0) {
202 if ($previousLineWasBlank && $reviewedByLine && $lineCount > 0) {
207 $lineCount++;
/external/skia/src/core/
H A DSkLineClipper.cpp192 int lineCount = 1; local
236 lineCount = r - result;
242 for (int i = 0; i <= lineCount; i++) {
243 lines[lineCount - i] = result[i];
246 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
248 return lineCount;
H A DSkEdgeBuilder.cpp104 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); local
105 for (int i = 0; i < lineCount; i++) {
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java140 final int lineCount = lines.length;
142 for (int l = 0; l < lineCount; ++ l)
159 for (int l = 0, lineCount = lines.length; l < lineCount; ++ l)
/external/emma/core/java12/com/vladium/emma/report/
H A DSrcFileItem.java195 final int lineCount = fldata.size ();
197 aggregates [TOTAL_LINE_COUNT] = lineCount;
202 final IntObjectMap /* line_no:int -> LineCoverageData */ lineCoverage = new IntObjectMap (lineCount);
207 for (int cl = 0; cl < lineCount; ++ cl)
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java100 int lineCount = 0;
118 lineCount++;
121 lineCount++;
125 if (lineCount >= maxLinesPerPage || currentOffset >= textLength) {
126 lineCount = 0;
/external/v8/src/
H A Dmessages.js340 var upper = this.lineCount() - 1;
441 if (offset_line == -1 || offset_line + line >= this.lineCount()) {
464 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
471 if (to_line > this.lineCount()) to_line = this.lineCount();
474 if (from_line >= this.lineCount() ||
501 if (line < 0 || this.lineCount() <= line) {
581 "lineCount", ScriptLineCount,
H A Dmirror-debugger.js1865 ScriptMirror.prototype.lineCount = function() {
1866 return this.script_.lineCount();
1912 result += this.lineOffset() + this.lineCount() - 1;
1914 result += this.lineCount();
2171 content.lineCount = mirror.lineCount();
H A Ddebug-debugger.js400 this.line_ < script.line_offset + script.lineCount())) {
426 script.sourceColumnStart_ = new Array(script.lineCount());
1258 lineCount: script.lineCount(),
2221 response.body.totalLines = script.lineCount();
H A Dd8.js2224 result += body[i].lineCount;
/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp865 maxLineCount = max(maxLineCount, toRenderBlock(child)->lineCount());
880 int lineCount = blockChild->lineCount(); local
881 if (lineCount <= numVisibleLines)
900 RootInlineBox* lastLine = blockChild->lineAtIndex(lineCount - 1);
H A DRenderBlock.h133 int lineCount();
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.cpp661 unsigned lineCount = 0; local
669 ++lineCount;
675 return lineCount - 1;
H A DAccessibilityRenderObject.cpp2436 VisiblePositionRange AccessibilityRenderObject::visiblePositionRangeForLine(unsigned lineCount) const
2438 if (!lineCount || !m_renderer)
2442 // FIXME: this is wrong when lineNumber is lineCount+1, because nextLinePosition takes you to the
2446 while (--lineCount) {
2671 for (unsigned lineCount = lineNumber; lineCount; lineCount -= 1) {
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1243 final int lineCount = attribute.size ();
1257 if (lineCount == 0)
1268 for (int l = 0; l < lineCount; ++ l)
1299 if (l == lineCount - 1)
1334 for (int l = 0; l < lineCount; ++ l)
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp117 int lineCount = 0; local
121 lineCount++;
125 *lines = lineCount;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1281 milliseconds

12