Searched refs:count (Results 1 - 14 of 14) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java82 protected int count; field in class:Chunk
90 * @param count the size of the chunk.
92 public Chunk(int pos, int count) argument
95 this.count = (count >= 0 ? count : 0);
102 * @param count the size of the chunk.
104 public Chunk(Object[] iseq, int pos, int count) argument
106 this(pos, count);
107 chunk = slice(iseq, pos, count);
118 Chunk(Object[] iseq, int pos, int count, int offset) argument
131 Chunk(List iseq, int pos, int count) argument
146 Chunk(List iseq, int pos, int count, int offset) argument
313 slice(List seq, int pos, int count) argument
330 slice(Object[] seq, int pos, int count) argument
[all...]
/opengrok-jel/test/org/opensolaris/opengrok/analysis/
H A DCtagsTest.java111 int count = 0;
114 assertTrue("too many methods", count < names.length);
115 assertEquals("method name", names[count], tag.symbol);
116 assertEquals("method line", lines[count], tag.line);
117 count++;
120 assertEquals("method count", names.length, count);
138 int count = 0;
141 assertTrue("too many functions", count < names.length);
142 assertEquals("function name", names[count], ta
[all...]
H A DJFlexTokenizerTest.java99 int count = 0;
101 assertTrue("too many tokens", count < expectedTokens.length);
102 String expected = expectedTokens[count];
109 count++;
112 assertEquals("wrong number of tokens", expectedTokens.length, count);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefWriter.java48 private long count; field in class:XrefWriter
152 return count;
170 count += len;
189 header.setSize(count);
H A DXrefHeader.java159 int count = 0;
160 while (count < header.length) {
161 int i = in.read(header, count, header.length - count);
165 count += i;
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java567 int count;
574 count = Integer.parseInt(t.nextToken());
583 revision.addDelta(new DeleteDelta(new Chunk(n - 1, count)));
587 revision.addDelta(new AddDelta(n, new Chunk(getTextLines(it + 1, it + 1 + count), 0, count, n - 1)));
588 it += count;
H A DVersion.java140 int count = t.countTokens();
142 if (even(count) && v.endsWith(".0"))
144 count--;
148 numbers = new int[count];
149 for (int i = 0; i < count; i++)
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java296 int count = 0;
298 count++;
302 buf.append(count).append(',').append(rid).append(',');
H A DGitRepository.java171 long count = f.length() / (4 + hex_uuid.length);
174 for (; count > 0; count--) {
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java313 int count = hits == null ? 0 : hits.length;
314 return count;
367 // could get rid of docs. The only problem is that count of docs is
/opengrok-jel/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...
H A Dservlet-api.jar ... io.IOException byte[] b int off int len int count
H A Djrcs.jar ... jrcs.util.ToString { protected int anchor protected int count protected java.util.List chunk public void " href ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 34 milliseconds