Searched refs:lineCount (Results 1 - 25 of 35) 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/slf4j/integration/src/test/java/org/slf4j/
H A DMissingSingletonMethodAssertionTest.java61 int lineCount = sps.stringList.size();
62 assertTrue("number of lines should be 3 but was " + lineCount, lineCount == 3);
/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/icu/icu4c/source/tools/genrb/
H A Dread.c37 static int32_t lineCount; variable
52 lineCount = 1;
83 *linenumber = lineCount;
103 *linenumber = lineCount;
200 lineCount++;
222 warning(lineCount, "Mixing quoted and unquoted strings");
404 line = lineCount;
422 /* increment the lineCount */
450 lineCount++;
467 lineCount
[all...]
/external/libvncserver/vncterm/
H A DVNConsole.c148 void vcScroll(vncConsolePtr c,int lineCount) argument
153 if(lineCount==0)
160 if(lineCount>=c->height || lineCount<=-c->height) {
162 } else if(lineCount>0) {
163 y1=s->height-lineCount*c->cHeight; y2=s->height;
164 rfbDoCopyRect(s,0,0,s->width,y1,0,-lineCount*c->cHeight);
166 c->screenBuffer+(c->height-lineCount)*c->width,
167 (c->height-lineCount)*c->width);
171 c->attributeBuffer+(c->height-lineCount)*
[all...]
H A DVNConsole.h95 void vcScroll(vncConsolePtr c,int lineCount);
/external/skia/tests/
H A DPathOpsTightBoundsTest.cpp20 int lineCount = ran.nextRangeU(1, 10); local
22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
65 int lineCount = ran.nextRangeU(1, 10); local
67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
/external/v8/test/mjsunit/
H A Dmirror-script.js55 assertEquals(file_lines, mirror.lineCount());
78 assertEquals(file_lines, fromJSON.lineCount);
/external/skia/src/core/
H A DSkEdgeBuilder.cpp118 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight); local
119 SkASSERT(lineCount <= SkLineClipper::kMaxClippedLineSegments);
120 for (int i = 0; i < lineCount; i++) {
195 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight); local
196 for (int i = 0; i < lineCount; i++) {
H A DSkLineClipper.cpp227 int lineCount = 1; local
274 lineCount = SkToInt(r - result);
280 for (int i = 0; i <= lineCount; i++) {
281 lines[lineCount - i] = result[i];
284 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
286 return lineCount;
/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/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp329 int lineCount = 0;
335 lineCount++;
342 fprintf(stderr, "Error: no word on line %i!\n", lineCount);
354 fprintf(stderr, "Error: value too long on line %i!\n", lineCount);
363 fprintf(stderr, "Error: value syntax error or value too large on line %i!\n", lineCount);
382 status.errorName(), lineCount);
386 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); }
/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/gptfdisk/
H A Dparttypes.cc384 int colCount = 1, lineCount = 1; local
401 if ((maxLines > 0) && (lineCount++ % maxLines) == 0) {
/external/v8/src/
H A Dmessages.js373 var upper = this.lineCount() - 1;
474 if (offset_line == -1 || offset_line + line >= this.lineCount()) {
497 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
504 if (to_line > this.lineCount()) to_line = this.lineCount();
507 if (from_line >= this.lineCount() ||
534 if (line < 0 || this.lineCount() <= line) {
587 "lineCount", ScriptLineCount,
H A Dmirror-debugger.js2327 ScriptMirror.prototype.lineCount = function() {
2328 return this.script_.lineCount();
2374 result += this.lineOffset() + this.lineCount() - 1;
2376 result += this.lineCount();
2643 content.lineCount = mirror.lineCount();
H A Ddebug-debugger.js389 this.line_ < script.line_offset + script.lineCount())) {
415 script.sourceColumnStart_ = new Array(script.lineCount());
1196 lineCount: script.lineCount(),
2221 response.body.totalLines = script.lineCount();
/external/v8/tools/sodium/
H A Dsodium.js354 var lineCount = sourceLineContainer.childElementCount;
356 for (var i = 1; i < lineCount; ++i) {
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp853 int lineCount = lines.count() / 2; local
857 if (lineCount) {
874 int vertexCount = kLineSegNumVertices * lineCount;
885 for (int i = 0; i < lineCount; ++i) {
892 firstVertex, kLineSegNumVertices, kIdxsPerLineSeg, lineCount,
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DDiskLruCache.java258 int lineCount = 0;
262 lineCount++;
267 redundantOpCount = lineCount - lruEntries.size();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java279 int lineCount = 0;
283 lineCount++;
288 redundantOpCount = lineCount - lruEntries.size();
/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/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 ...

Completed in 791 milliseconds

12