HomeSort by relevance Sort by last modified time
    Searched refs:lineCount (Results 1 - 25 of 50) sorted by null

1 2

  /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/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
BufferedLineReaderTest.cpp 208 size_t lineCount = 0;
216 ASSERT_LT(lineCount, numTestLines);
217 ASSERT_EQ(line, lines[lineCount++]);
220 ASSERT_EQ(lineCount, numTestLines);
241 size_t lineCount = 0;
249 ASSERT_LT(lineCount, numTestLines);
250 ASSERT_EQ(line, lines[lineCount++]);
253 ASSERT_EQ(lineCount, numTestLines);
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/WebKit/Source/devtools/front_end/common/
ContentProvider.js 84 for (var i = 0; i < contentString.lineCount(); ++i) {
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyAddIntersectingTs_Test.cpp 39 static const size_t lineCount = sizeof(lines) / sizeof(lines[0]);
56 static const size_t testCount = lineCount + quadCount + cubicCount;
60 if (outer < lineCount) {
66 outer -= lineCount;
SimplifyAngle_Test.cpp 29 static const size_t lineCount = sizeof(lines) / sizeof(lines[0]);
115 for (x = 0; x < lineCount; ++x) {
123 for (x = 0; x < lineCount; ++x) {
130 for (size_t x = 0; x < lineCount; ++x) {
  /external/chromium_org/third_party/skia/tests/
PathOpsTightBoundsTest.cpp 21 int lineCount = ran.nextRangeU(1, 10);
23 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
66 int lineCount = ran.nextRangeU(1, 10);
68 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
  /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 226 int lineCount = 1;
270 lineCount = SkToInt(r - result);
276 for (int i = 0; i <= lineCount; i++) {
277 lines[lineCount - i] = result[i];
280 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
282 return lineCount;
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 139 int lineCount = breaks.length + 1;
140 assertEquals("Number of lines", lineCount, staticLayout.getLineCount());
142 for (int line = 0; line < lineCount; line++) {
152 if (line == lineCount - 1) {
167 int lineCount = staticLayout.getLineCount();
168 assertTrue("Number of lines", lineCount <= maxLines);
170 for (int line = 0; line < lineCount; line++) {
180 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/chromium_org/third_party/icu/source/tools/gendict/
gendict.cpp 367 int lineCount = 0;
373 lineCount++;
380 fprintf(stderr, "Error: no word on line %i!\n", lineCount);
392 fprintf(stderr, "Error: value too long on line %i!\n", lineCount);
401 fprintf(stderr, "Error: value syntax error or value too large on line %i!\n", lineCount);
420 status.errorName(), lineCount);
424 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); }
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 367 int lineCount = 0;
373 lineCount++;
380 fprintf(stderr, "Error: no word on line %i!\n", lineCount);
392 fprintf(stderr, "Error: value too long on line %i!\n", lineCount);
401 fprintf(stderr, "Error: value syntax error or value too large on line %i!\n", lineCount);
420 status.errorName(), lineCount);
424 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); }
  /external/chromium_org/chrome/browser/resources/extensions/
extension_code.js 59 var lineCount = 0;
61 lineCount += source.split('\n').length - 1;
84 for (var i = 1; i < lineCount + 1; ++i)
  /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++;
  /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/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 393 var linesCount = this._codeMirror.lineCount();
730 if (lineNumber >= this._codeMirror.lineCount() || lineNumber < 0 || column < 0 || column > this._codeMirror.getLine(lineNumber).length)
767 if (lineNumber < 0 || lineNumber >= this._codeMirror.lineCount())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DebuggerScript.js 158 var lineCount = lineEnds.length;
159 var endLine = script.line_offset + lineCount - 1;
166 if (lineCount === 1)
169 endColumn = script.source.length - (lineEnds[lineCount - 2] + 1);
  /external/chromium_org/v8/test/mjsunit/
mirror-script.js 55 assertEquals(file_lines, mirror.lineCount());
78 assertEquals(file_lines, fromJSON.lineCount);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp     [all...]
EllipsisBox.cpp 77 RootInlineBox* lastLine = block.lineAtIndex(block.lineCount() - 1);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 841 int lineCount = -1;
852 ++lineCount;
855 return lineCount;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 260 int lineCount = 0;
264 lineCount++;
269 redundantOpCount = lineCount - lruEntries.size();

Completed in 699 milliseconds

1 2