HomeSort by relevance Sort by last modified time
    Searched full:linecount (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /frameworks/base/core/java/com/android/internal/widget/
DialogTitle.java 54 final int lineCount = layout.getLineCount();
55 if (lineCount > 0) {
56 final int ellipsisCount = layout.getEllipsisCount(lineCount - 1);
  /external/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 46 unsigned LineCount = LineEnd - LineStart + 1;
50 ExecutionCounts.resize(LineCount, 0);
57 LineCount -= CR.LineEnd - CR.LineStart + 1;
63 CoveredLines += LineCount - std::count(ExecutionCounts.begin(),
65 NumLines += LineCount;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multifile.py 41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multifile.py 41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py 41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py 41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
  /external/slf4j/integration/src/test/java/org/slf4j/
MissingSingletonMethodAssertionTest.java 61 int lineCount = sps.stringList.size();
62 assertTrue("number of lines should be 3 but was " + lineCount, lineCount == 3);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
DialogTitle.java 57 final int lineCount = layout.getLineCount();
58 if (lineCount > 0) {
59 final int ellipsisCount = layout.getEllipsisCount(lineCount - 1);
  /external/skia/tests/
PathOpsTightBoundsTest.cpp 20 int lineCount = ran.nextRangeU(1, 10);
22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
65 int lineCount = ran.nextRangeU(1, 10);
67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
  /system/extras/perfprofd/
configreader.cc 196 unsigned linecount)
205 W_ALOGW("line %d: malformed unsigned value (ignored)", linecount);
214 linecount, uvalue, key, vals.minv, vals.maxv);
235 W_ALOGW("line %d: unknown option '%s' ignored", linecount, key);
258 for (unsigned linecount = 1;
260 linecount += 1)
276 W_ALOGW("line %d: line malformed (no '=' found)", linecount);
283 parseLine(key.c_str(), value.c_str(), linecount);
configreader.h 58 void parseLine(const char *key, const char *value, unsigned linecount);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
VectorAverage.java 154 int lineCount = lines.length;
155 if (lineCount > 3) {
161 while (nIndex < lineCount) {
173 while (nIndex < lineCount) {
182 if (nCount > 0 && nCount <= lineCount-2 && nCount < 20000) { //foolproof
187 while (nIndex < lineCount) {
  /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/toybox/toys/posix/
sort.c 71 int linecount;
288 error_exit("%s: Check line %d\n", name, TT.linecount);
292 if (!(TT.linecount&63))
293 TT.lines = xrealloc(TT.lines, sizeof(char *)*(TT.linecount+64));
294 TT.lines[TT.linecount] = line;
296 TT.linecount++;
363 // Open input files and read data, populating TT.lines[TT.linecount]
371 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys);
377 for (jdx=0, idx=1; idx<TT.linecount; idx++) {
382 if (TT.linecount) TT.linecount = jdx+1
    [all...]
  /external/autotest/client/profilers/powertop/src/
process.c 77 void suggest_process_death(char *process_match, char *tokill, struct line *slines, int linecount, double minwakeups, char *comment, int weight)
81 for (i = 0; i < linecount; i++) {
  /external/icu/icu4c/source/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/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 578 int linecount = 0; local
579 while (linecount < tests.length) {
580 String str = tests[linecount];
585 linecount ++;
597 int linecount = 0; local
598 while (linecount < tests.length) {
599 String str = tests[linecount];
601 linecount ++;
617 int linecount = 0; local
618 while (linecount < tests.length)
698 int linecount = 0; local
716 int linecount = 0; local
736 int linecount = 0; local
    [all...]
  /external/skia/src/core/
SkLineClipper.cpp 227 int lineCount = 1;
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;
  /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/v8/test/mjsunit/
mirror-script.js 55 assertEquals(file_lines, mirror.lineCount());
78 assertEquals(file_lines, fromJSON.lineCount);
  /prebuilts/go/darwin-x86/src/go/token/
position_test.go 114 if f.LineCount() != i+1 {
115 t.Errorf("%s, AddLine: got line count %d; want %d", f.Name(), f.LineCount(), i+1)
119 if f.LineCount() != i+1 {
120 t.Errorf("%s, AddLine: got unchanged line count %d; want %d", f.Name(), f.LineCount(), i+1)
129 if f.LineCount() != len(test.lines) {
130 t.Errorf("%s, SetLines: got line count %d; want %d", f.Name(), f.LineCount(), len(test.lines))
141 if f.LineCount() != len(test.lines) {
142 t.Errorf("%s, SetLinesForContent: got line count %d; want %d", f.Name(), f.LineCount(), len(test.lines))
  /prebuilts/go/linux-x86/src/go/token/
position_test.go 114 if f.LineCount() != i+1 {
115 t.Errorf("%s, AddLine: got line count %d; want %d", f.Name(), f.LineCount(), i+1)
119 if f.LineCount() != i+1 {
120 t.Errorf("%s, AddLine: got unchanged line count %d; want %d", f.Name(), f.LineCount(), i+1)
129 if f.LineCount() != len(test.lines) {
130 t.Errorf("%s, SetLines: got line count %d; want %d", f.Name(), f.LineCount(), len(test.lines))
141 if f.LineCount() != len(test.lines) {
142 t.Errorf("%s, SetLinesForContent: got line count %d; want %d", f.Name(), f.LineCount(), len(test.lines))
  /external/testng/kobalt/src/
Build.kt 11 //import com.beust.kobalt.plugin.linecount.*
  /packages/apps/TV/usbtuner/src/com/google/android/exoplayer/text/
SubtitleView.java 204 int lineCount = layout.getLineCount();
205 for (int i = 0; i < lineCount; i++) {
258 final int lineCount = layout.getLineCount();
270 for (int i = 0; i < lineCount; i++) {

Completed in 1282 milliseconds

1 2 3 4 5