/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 | 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/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/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++) { 184 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 185 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/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);
|
/external/skia/legacy/src/core/ |
SkLineClipper.cpp | 192 int lineCount = 1; 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;
|
SkEdgeBuilder.cpp | 104 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); 105 for (int i = 0; i < lineCount; i++) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
Ticker.java | 94 int lineCount = l.getLineCount(); 95 if (lineCount > 0) { 101 throw new RuntimeException("lineCount=" + lineCount + " current=" + current + 120 final int lineCount = l.getLineCount(); 122 for (i=0; i<lineCount; i++) { 125 if (i == lineCount-1) {
|
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | 842 int linecount = 0; local 843 while (linecount < gNumFileLines) { 844 UChar *str = gFileLines[linecount].name; 845 int strlen = haslen?gFileLines[linecount].len:-1; 851 linecount ++; 862 int linecount = 0; local 863 while (linecount < gNumFileLines) { 864 UChar *str = gFileLines[linecount].name; 865 int strlen = haslen?gFileLines[linecount].len:-1; 867 linecount ++ 886 int linecount = 0; local 1005 int linecount = 0; local 1026 int linecount = 0; local 1050 int linecount = 0; local [all...] |
/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/v8/test/mjsunit/ |
mirror-script.js | 55 assertEquals(file_lines, mirror.lineCount()); 78 assertEquals(file_lines, fromJSON.lineCount);
|
/external/dropbear/ |
cli-auth.c | 64 unsigned int i, linecount; local 83 linecount = 1; 86 if (linecount >= MAX_BANNER_LINES) { 90 linecount++;
|
/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/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/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);
|
/build/tools/atree/ |
files.cpp | 188 int i, lineCount; 234 lineCount = 0; 238 lineCount++; 245 for (i=0; i<lineCount; i++) {
|
/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)
|
/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/nist-sip/java/gov/nist/core/ |
LogWriter.java | 148 // private int lineCount; 196 // return lineCount; 249 // lineCount++; 283 // if ( this.lineCount == 0) { 302 // if ( this.lineCount == 0) {
|
/external/v8/src/ |
messages.js | 340 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, [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderFlexibleBox.cpp | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_RLEaccel.c | 790 int linecount = srcrect->h; \ 826 if(!--linecount) \ 909 int linecount = srcrect->h; \ 925 if(!--linecount) \ 1026 int linecount = srcrect->h; \ 1089 } while(--linecount); \ [all...] |