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

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java80 protected int count; field in class:Chunk
87 * @param count the size of the chunk.
89 public Chunk(int pos, int count) argument
92 this.count = (count >= 0 ? count : 0);
99 * @param count the size of the chunk.
101 public Chunk(Object[] iseq, int pos, int count) argument
103 this(pos, count);
104 chunk = slice(iseq, pos, count);
115 Chunk(Object[] iseq, int pos, int count, int offset) argument
127 Chunk(List iseq, int pos, int count) argument
141 Chunk(List iseq, int pos, int count, int offset) argument
296 slice(List seq, int pos, int count) argument
315 slice(Object[] seq, int pos, int count) argument
[all...]
/opengrok/egrok/lib/
H A Djson-simple-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/opengrok/lib/
H A Djson-simple-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java106 * If below is set, then we count how many files per project we need to
917 public void setMaxSearchThreadCount(int count) { argument
918 this.MaxSearchThreadCount = count;
H A DRuntimeEnvironment.java1083 public void setMaxSearchThreadCount(int count) { argument
1084 threadConfig.get().setMaxSearchThreadCount(count);

Completed in 36 milliseconds