Searched defs:offset (Results 1 - 8 of 8) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | History.java | 78 * @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 D | Chunk.java | 113 * @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 D | EftarFile.java | 60 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 D | EftarFileReader.java | 53 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 D | json-simple-1.1.1.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
/opengrok/lib/ |
H A D | json-simple-1.1.1.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
H A D | swing-layout-0.9.jar | ... .Insets spinnerInsets
java.awt.Insets editorInsets
int offset
javax.swing.JSpinner spinner
int height
javax. ... |
H A D | bcel-6.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
Completed in 38 milliseconds