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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DEftarFile.java104 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { argument
108 this.numChildren = num;
H A DEftarFileReader.java68 //System.err.println("offset " + offset + " num children " + numChildren + " tagOff " + tagOffset);
71 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { argument
75 this.numChildren = num;
133 return "H[" + hash + "] num = " + numChildren + " tag = " + tagString;
H A DUtil.java396 * @param num size to convert.
399 public static String readableSize(long num) { argument
400 float l = num;
459 * @param num linenumber to print
467 public static void readableLine(int num, Writer out, Annotation annotation, argument
472 String snum = String.valueOf(num);
473 if (num > 1) {
477 out.write( (num % 10 == 0 ? "hl" : "l"));
486 String r = annotation.getRevision(num);
487 boolean enabled = annotation.isEnabled(num);
[all...]
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java465 n = num();
477 n = num();
486 n[0] = num();
488 n[1] = num();
490 n[2] = num();
492 n[3] = num();
494 n[4] = num();
496 n[5] = num();
501 final public int num() throws ParseException { method in class:ArchiveParser
H A DVersion.java102 * @param num an array of Integers
104 public Version(Integer[] num) argument
106 numbers = new int[num.length];
107 for (int i = 0; i < num.length; i++)
109 numbers[i] = num[i].intValue();
115 * @param num an array of int
117 public Version(int[] num) argument
119 numbers = (int[]) num.clone();
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java482 * possibly just a part of it (only the {@code num} first elements will
486 * @param num the number of elements to use when reconstructing the path
489 private static String unsplitPath(String[] pathElts, int num) { argument
491 for (int i = 0; i < num; i++) {
/opengrok-sun/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 172 milliseconds