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

1 2

  /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);
  /external/icu4c/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/webkit/Tools/Scripts/
commit-log-editor 156 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/
SkLineClipper.cpp 185 int lineCount = 1;
229 lineCount = r - result;
235 for (int i = 0; i <= lineCount; i++) {
236 lines[lineCount - i] = result[i];
239 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
241 return lineCount;
SkEdgeBuilder.cpp 97 int lineCount = SkLineClipper::ClipLine(pts, clip, lines);
98 for (int i = 0; i < lineCount; i++) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 87 int lineCount = l.getLineCount();
88 if (lineCount > 0) {
94 throw new RuntimeException("lineCount=" + lineCount + " current=" + current +
113 final int lineCount = l.getLineCount();
115 for (i=0; i<lineCount; i++) {
118 if (i == lineCount-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/webkit/Source/WebCore/inspector/front-end/
SourceFile.js 186 var lineCount = lineEndings.length;
187 if (lineCount === 1)
190 lineNumber += lineCount - 1;
191 columnNumber = lineEndings[lineCount - 1] - lineEndings[lineCount - 2] - 1;
  /external/icu4c/tools/gennames/
gennames.c 262 static uint32_t lineCount=0, wordCount=0;
683 (unsigned long)lineCount);
928 lineCount2=lineCount;
929 lineCount=0;
986 printf("number of groups: %lu\n", (unsigned long)lineCount);
    [all...]
  /build/tools/atree/
files.cpp 188 int i, lineCount;
234 lineCount = 0;
238 lineCount++;
245 for (i=0; i<lineCount; i++) {
  /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/v8/test/mjsunit/
mirror-script.js 55 assertEquals(file_lines, mirror.lineCount());
78 assertEquals(file_lines, fromJSON.lineCount);
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp     [all...]
RenderBlock.h 133 int lineCount();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
  /external/v8/src/
messages.js 309 var upper = this.lineCount() - 1;
407 if (offset_line == -1 || offset_line + line >= this.lineCount()) {
428 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount() : opt_to_line
434 if (to_line > this.lineCount()) to_line = this.lineCount();
437 if (from_line >= this.lineCount() ||
462 if (line < 0 || this.lineCount() <= line) {
479 Script.prototype.lineCount = function() {
    [all...]
mirror-debugger.js     [all...]
debug-debugger.js 390 this.line_ < script.line_offset + script.lineCount();
407 script.sourceColumnStart_ = new Array(script.lineCount());
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 661 unsigned lineCount = 0;
669 ++lineCount;
675 return lineCount - 1;
    [all...]
AccessibilityRenderObject.cpp     [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 117 int lineCount = 0;
121 lineCount++;
125 *lines = lineCount;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]

Completed in 490 milliseconds

1 2