Searched refs:lineCount (Results 26 - 46 of 46) sorted by last modified time

12

/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java100 int lineCount = 0;
118 lineCount++;
121 lineCount++;
125 if (lineCount >= maxLinesPerPage || currentOffset >= textLength) {
126 lineCount = 0;
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java278 int lineCount = 0;
282 lineCount++;
287 redundantOpCount = lineCount - lruEntries.size();
/external/oj-libjdwp/src/share/back/
H A DSDE.c547 int lineCount = 1; local
563 lineCount = readNumber();
577 jplsStart + (lineCount * lineIncrement) -1,
580 njplsStart + lineCount -1,
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp336 int lineCount = 0;
342 lineCount++;
349 fprintf(stderr, "Error: no word on line %i!\n", lineCount);
361 fprintf(stderr, "Error: value too long on line %i!\n", lineCount);
370 fprintf(stderr, "Error: value syntax error or value too large on line %i!\n", lineCount);
389 status.errorName(), lineCount);
393 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); }
/external/icu/icu4c/source/tools/genrb/
H A Dread.c39 static int32_t lineCount; variable
54 lineCount = 1;
85 *linenumber = lineCount;
105 *linenumber = lineCount;
202 lineCount++;
224 warning(lineCount, "Mixing quoted and unquoted strings");
406 line = lineCount;
424 /* increment the lineCount */
452 lineCount++;
469 lineCount
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java69 private transient int lineCount = 1; field in class:DumbTextComponent
310 } else if (line >= lineCount) {
539 for (int i = 0; i < lineCount; y += lineHeight, ++i) {
621 for (int i = 1; i < lineCount; ++i) {
627 if (off == lineStarts[lineCount] &&
629 return lineCount;
631 return lineCount-1;
643 if (line >= lineCount) {
696 lineCount = 1;
704 for (int start = 0; start < contents.length() && lineCount < MAX_LINE
[all...]
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/gptfdisk/
H A Dparttypes.cc386 int colCount = 1, lineCount = 1; local
403 if ((maxLines > 0) && (lineCount++ % maxLines) == 0) {
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DDiskLruCache.java258 int lineCount = 0;
262 lineCount++;
267 redundantOpCount = lineCount - lruEntries.size();
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java140 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/instr/
H A DInstrVisitor.java1243 final int lineCount = attribute.size ();
1257 if (lineCount == 0)
1268 for (int l = 0; l < lineCount; ++ l)
1299 if (l == lineCount - 1)
1334 for (int l = 0; l < lineCount; ++ l)
/external/emma/core/java12/com/vladium/emma/report/
H A DSrcFileItem.java195 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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 906 milliseconds

12