/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseChunkRange.pl | 85 lineCount => 0, 97 lineCount => 1, 109 lineCount => 1, 121 lineCount => 2, 133 lineCount => 4, 145 lineCount => 4, 161 lineCount => 0, 174 lineCount => 0, 189 lineCount => 0, 201 lineCount => 1 [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
Grid.java | 58 int lineCount = xLines + yLines + 4; 60 FloatBuffer fpb = BufferUtils.createFloatBuffer(6 * lineCount); 61 ShortBuffer sib = BufferUtils.createShortBuffer(2 * lineCount);
|
/frameworks/base/core/java/com/android/internal/widget/ |
DialogTitle.java | 51 final int lineCount = layout.getLineCount(); 52 if (lineCount > 0) { 53 final int ellipsisCount = layout.getEllipsisCount(lineCount - 1);
|
SubtitleView.java | 291 final int lineCount = layout.getLineCount(); 303 for (int i = 0; i < lineCount; i++) { 320 for (int i = 0; i < lineCount; i++) { 330 for (int i = 0; i < lineCount; i++) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
StringBlock.java | 54 private int lineCount;
158 return lineCount;
161 void setLineCount(int lineCount) {
162 this.lineCount = lineCount;
|
Letters.java | 76 int lineCount = 1;
88 lineCount++;
97 lineCount++;
105 lineCount++;
135 lineCount++;
141 block.setLineCount(lineCount);
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
read.c | 36 static int32_t lineCount; 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/icu4c/tools/genrb/ |
read.c | 37 static int32_t lineCount; 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/chromium_org/third_party/skia/src/core/ |
SkEdgeBuilder.cpp | 118 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 119 SkASSERT(lineCount <= SkLineClipper::kMaxClippedLineSegments); 120 for (int i = 0; i < lineCount; i++) { 194 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 195 for (int i = 0; i < lineCount; i++) {
|
SkLineClipper.cpp | 240 int lineCount = 1; 284 lineCount = r - result; 290 for (int i = 0; i <= lineCount; i++) { 291 lines[lineCount - i] = result[i]; 294 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint)); 296 return lineCount;
|
/external/skia/src/core/ |
SkEdgeBuilder.cpp | 118 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 119 SkASSERT(lineCount <= SkLineClipper::kMaxClippedLineSegments); 120 for (int i = 0; i < lineCount; i++) { 194 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 195 for (int i = 0; i < lineCount; i++) {
|
SkLineClipper.cpp | 240 int lineCount = 1; 284 lineCount = r - result; 290 for (int i = 0; i <= lineCount; i++) { 291 lines[lineCount - i] = result[i]; 294 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint)); 296 return lineCount;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
Ticker.java | 92 int lineCount = l.getLineCount(); 93 if (lineCount > 0) { 99 throw new RuntimeException("lineCount=" + lineCount + " current=" + current + 118 final int lineCount = l.getLineCount(); 120 for (i=0; i<lineCount; i++) { 123 if (i == lineCount-1) {
|
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutLineBreakingTest.java | 143 int lineCount = breaks.length + 1; 144 assertEquals("Number of lines", lineCount, staticLayout.getLineCount()); 146 for (int line = 0; line < lineCount; line++) { 156 if (line == lineCount - 1) { 171 int lineCount = staticLayout.getLineCount(); 172 assertTrue("Number of lines", lineCount <= maxLines); 174 for (int line = 0; line < lineCount; line++) { 184 if (line == lineCount - 1 && line != breaks.length - 1) {
|
/external/emma/core/java12/com/vladium/emma/data/ |
MethodDescriptor.java | 140 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/ |
SrcFileItem.java | 195 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/ |
ConversationDialogActivity.java | 100 int lineCount = 0; 118 lineCount++; 121 lineCount++; 125 if (lineCount >= maxLinesPerPage || currentOffset >= textLength) { 126 lineCount = 0;
|
/external/icu4c/tools/gendict/ |
gendict.cpp | 368 int lineCount = 0; 371 lineCount++; 378 fprintf(stderr, "Error: no word on line %i!\n", lineCount); 390 fprintf(stderr, "Error: value too long on line %i!\n", lineCount); 399 fprintf(stderr, "Error: value syntax error or value too large on line %i!\n", lineCount); 412 status.errorName(), lineCount);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
commit-log-editor | 224 my $lineCount = 0; 243 if ($line =~ m/^([0-9]{4}-[0-9]{2}-[0-9]{2})\s+(.*[^\s])\s+<(.*)>/ && $lineCount == 0) { 268 $lineCount++;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CodeMirrorTextEditor.js | 426 if (lineNumber >= this._codeMirror.lineCount() || lineNumber < 0 || column < 0 || column > this._codeMirror.getLine(lineNumber).length) 474 if (lineNumber < 0 || lineNumber >= this._codeMirror.lineCount()) 750 if (lineNumber < 0 || lineNumber >= this._codeMirror.lineCount()) 761 if (lineNumber < 0 || lineNumber >= this._codeMirror.lineCount()) 818 lineNumber = Math.min(lineNumber, this._codeMirror.lineCount() - 1); 864 var lineCount = this._codeMirror.lineCount(); 865 if (lineCount <= 1) 949 var hasOneLine = this._codeMirror.lineCount() === 1; [all...] |
/build/tools/atree/ |
files.cpp | 188 int i, lineCount; 234 lineCount = 0; 238 lineCount++; 245 for (i=0; i<lineCount; i++) {
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
DebuggerScript.js | 138 var lineCount = lineEnds.length; 139 var endLine = script.line_offset + lineCount - 1; 146 if (lineCount === 1) 149 endColumn = script.source.length - (lineEnds[lineCount - 2] + 1);
|
/frameworks/base/core/java/android/text/method/ |
BaseMovementMethod.java | 627 final int lineCount = layout.getLineCount(); 628 if (getBottomLine(widget) <= lineCount - 1) { 630 layout.getLineTop(lineCount) - getInnerHeight(widget));
|
/external/chromium_org/v8/test/mjsunit/ |
mirror-script.js | 55 assertEquals(file_lines, mirror.lineCount()); 78 assertEquals(file_lines, fromJSON.lineCount);
|
/external/v8/test/mjsunit/ |
mirror-script.js | 55 assertEquals(file_lines, mirror.lineCount()); 78 assertEquals(file_lines, fromJSON.lineCount);
|