Searched defs:child (Results 1 - 3 of 3) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/web/
H A DDirectoryListing.java65 * @param child the file or directory to use for writing the data
66 * @param modTime the time of the last commit that touched {@code child},
72 private void printDateSize(Writer out, File child, Date modTime, argument
75 long lastm = modTime == null ? child.lastModified() : modTime.getTime();
85 out.write(Util.readableSize(child.length()));
155 File child = new File(dir, file);
156 if (ignoredNames.ignore(child)) {
164 boolean isDir = child.isDirectory();
182 printDateSize(out, child, modTimes.get(file), dateFormatter);
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java113 protected Node child; field in class:Node
584 DeltaText dt = new DeltaText(root, this.child, annotate);
832 return child;
/opengrok/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...

Completed in 449 milliseconds