Searched defs:offset (Results 1 - 6 of 6) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFileReader.java49 public long offset; field in class:EftarFileReader.FNode
56 offset = f.getFilePointer();
57 //System.err.println("offset " + offset);
67 //System.err.println("offset " + offset + " num children " + numChildren + " tagOff " + tagOffset);
70 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { argument
72 this.offset = offset;
82 return binarySearch(offset
[all...]
H A DEftarFile.java59 private long offset; field in class:EftarFile
91 public long offset; field in class:EftarFile.FNode
98 offset = f.getFilePointer();
105 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { argument
107 this.offset = offset;
117 return sbinSearch(offset + childOffset, numChildren, hash, f);
157 offset += n.tag.length();
162 out.writeShort((short) (childnode.childOffset - offset));
175 out.writeShort((short) (childnode.tagOffset - offset));
[all...]
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java116 * @param offset the position the chunk should have in the resulting text.
118 public Chunk(Object[] iseq, int pos, int count, int offset) argument
120 this(offset, count);
143 * @param offset the position the chunk should have in the resulting text.
146 public Chunk(List iseq, int pos, int count, int offset) argument
148 this(offset, count);
/opengrok-jel/lib/
H A Dswing-layout-0.9.jar ... .Insets spinnerInsets java.awt.Insets editorInsets int offset javax.swing.JSpinner spinner int height javax. ...
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 32 milliseconds