Searched defs:count (Results 1 - 6 of 6) sorted by relevance

/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);
/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/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 Djrcs.jar ... jrcs.util.ToString { protected int anchor protected int count protected java.util.List chunk public void " href ...
H A Dservlet-api.jar ... io.IOException byte[] b int off int len int count
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 27 milliseconds