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

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DPath.java102 * The size of the Path.
103 * @return The size of the Path
105 public int size() method in class:Path
107 return path.size();
116 if (size() == 0)
122 return (Node) path.get(size() - 1);
H A DVersion.java253 if (this.size() != otherVer.size())
255 return this.size() - otherVer.size();
354 return at(size() - 1);
371 return getBase(size() - 1);
405 public int size() method in class:Version
412 return (size() >= 1) && (size() <= 2);
417 return size() >
[all...]
/opengrok/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java99 * Test of size method, of class Annotation.
102 public void size() { method in class:AnnotationTest
104 assertEquals(instance.size(), 0);
106 assertEquals(instance.size(), 1);
108 assertEquals(instance.size(), 2);
144 assertEquals(instance.size(), 1);
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DDiff.java279 int pos = r.nextInt(result.size() + 1);
280 int len = Math.min(result.size() - pos, 1 + r.nextInt(4));
281 if (del && result.size() > 0)
321 * Generate a random sequence of the given size.
322 * @param The size of the sequence to generate.
325 public static Object[] randomSequence(int size) argument
327 return randomSequence(size, size);
331 * Generate a random sequence of the given size.
332 * @param The size o
336 randomSequence(int size, long seed) argument
[all...]
H A DRevision.java147 public int size() method in class:Revision
149 return deltas_.size();
174 ListIterator i = deltas_.listIterator(deltas_.size());
H A DChunk.java87 * @param count the size of the chunk.
99 * @param count the size of the chunk.
112 * @param count the size of the chunk.
125 * @param count the size of the chunk.
138 * @param count the size of the chunk.
157 * Returns the size of the chunk.
158 * @return the size.
160 public int size() method in class:Chunk
178 return anchor() + size() - 1;
218 if (last() > target.size())
[all...]
/opengrok/test/org/opensolaris/opengrok/web/
H A DDirectoryListingTest.java59 FileEntry(String name, long lastModified, int size) { argument
62 this.size = size;
79 if (size > 0) {
81 byte[] buffer = new byte[size];
88 int size; field in class:DirectoryListingTest.FileEntry
182 * Get the size from the: &lt;td&gt;&lt;tt&gt;size&lt;/tt&gt;&lt;/td&gt;
184 * @return The size
211 entry.size
[all...]
/opengrok/src/org/opensolaris/opengrok/history/
H A DAnnotation.java122 * Returns the size of the file (number of lines).
126 public int size() { method in class:Annotation
127 return lines.size();
191 return fileVersions.size();
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DScopes.java130 public int size() { method in class:Scopes
131 return scopes.size();
/opengrok/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 Djson-simple-1.1.1.jar ... .lang.String get (int) int i public int size () public java.lang.String toString () public java. ...
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok/egrok/lib/
H A Djson-simple-1.1.1.jar ... .lang.String get (int) int i public int size () public java.lang.String toString () public java. ...

Completed in 33 milliseconds