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

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistory.java78 * @param offset starting position
82 public List<HistoryEntry> getHistoryEntries(int limit, int offset) { argument
83 offset = offset < 0 ? 0 : offset;
84 limit = offset + limit > entries.size() ? limit = entries.size() - offset : limit;
85 return entries.subList(offset, offset + limit);
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java113 * @param offset the position the chunk should have in the resulting text.
115 public Chunk(Object[] iseq, int pos, int count, int offset) argument
117 this(offset, count);
139 * @param offset the position the chunk should have in the resulting text.
141 public Chunk(List iseq, int pos, int count, int offset) argument
143 this(offset, count);
/opengrok/src/org/opensolaris/opengrok/web/
H A DEftarFile.java60 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...]
H A DEftarFileReader.java53 public long offset; field in class:EftarFileReader.FNode
60 offset = f.getFilePointer();
61 //System.err.println("offset " + offset);
71 //System.err.println("offset " + offset + " num children " + numChildren + " tagOff " + tagOffset);
74 public FNode(long hash, long offset, int childOffset, int num, int tagOffset) { argument
76 this.offset = offset;
86 return binarySearch(offset
[all...]
/opengrok/egrok/lib/
H A Djson-simple-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/opengrok/lib/
H A Djson-simple-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Dswing-layout-0.9.jar ... .Insets spinnerInsets java.awt.Insets editorInsets int offset javax.swing.JSpinner spinner int height javax. ...
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 41 milliseconds