Searched defs:size (Results 1 - 12 of 12) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DPath.java104 * The size of the Path.
105 * @return The size of the Path
107 public int size() method in class:Path
109 return path.size();
118 if (size() == 0)
122 return (Node) path.get(size() - 1);
H A DVersion.java257 if (this.size() != otherVer.size())
259 return this.size() - otherVer.size();
358 return at(size() - 1);
377 return getBase(size() - 1);
416 public int size() method in class:Version
424 return (size() >= 1) && (size() <= 2);
430 return size() >
[all...]
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java86 * Test of size method, of class Annotation.
89 public void size() { method in class:AnnotationTest
91 assertEquals(instance.size(), 0);
93 assertEquals(instance.size(), 1);
95 assertEquals(instance.size(), 2);
131 assertEquals(instance.size(), 1);
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DDiff.java281 int pos = r.nextInt(result.size() + 1);
282 int len = Math.min(result.size() - pos, 1 + r.nextInt(4));
283 if (del && result.size() > 0)
324 * Generate a random sequence of the given size.
325 * @param size The size of the sequence to generate.
328 public static Object[] randomSequence(int size) argument
330 return randomSequence(size, size);
334 * Generate a random sequence of the given size
339 randomSequence(int size, long seed) argument
[all...]
H A DRevision.java150 public int size() method in class:Revision
152 return deltas_.size();
179 ListIterator i = deltas_.listIterator(deltas_.size());
H A DChunk.java90 * @param count the size of the chunk.
102 * @param count the size of the chunk.
115 * @param count the size of the chunk.
128 * @param count the size of the chunk.
142 * @param count the size of the chunk.
162 * Returns the size of the chunk.
163 * @return the size.
165 public int size() method in class:Chunk
185 return anchor() + size() - 1;
229 if (last() > target.size())
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefHeader.java46 /** the size of the header in bytes */
181 * compressed size!
191 * compressed size!
192 * @param size number of characters in the data section. {@code -1} implies
195 public void setSize(long size) { argument
196 this.chars = size < 0 ? -1L : size;
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java58 if (line > lines.size()) {
99 * Returns the size of the file (number of lines).
103 public int size() { method in class:Annotation
104 return lines.size();
155 rid = Integer.valueOf(infos.size());
292 .append("\",\"lines\":").append(lines.size())
294 if (lines.size() > 0) {
308 if (infos.size() > 0) {
/opengrok-jel/lib/
H A Dswing-layout-0.9.jar ... getInsets () public java.awt.Insets getInsets (int) int size void addSubinsets (java.lang.String, org.jdesktop ...
H A Djrcs.jar ... .List, int, int, int) public int anchor () public int size () public int first () public int last () public int rcsfrom () public ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 28 milliseconds