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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSget.java108 public int read(byte[] buffer, int pos, int len) throws IOException { argument
109 return stream.read(buffer, pos, len);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DExpandTabsReader.java43 private int pos; field in class:ExpandTabsReader
82 pos++;
91 int spaces = tabSize - (pos % tabSize);
92 pos++;
99 pos = 0;
101 pos++;
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java89 * @param pos the start position in the text.
92 public Chunk(int pos, int count) argument
94 this.anchor = pos;
101 * @param pos the start position in the text.
104 public Chunk(Object[] iseq, int pos, int count) argument
106 this(pos, count);
107 chunk = slice(iseq, pos, count);
114 * @param pos the start position in the text.
118 public Chunk(Object[] iseq, int pos, int count, int offset) argument
121 chunk = slice(iseq, pos, coun
131 Chunk(List iseq, int pos, int count) argument
146 Chunk(List iseq, int pos, int count, int offset) argument
313 slice(List seq, int pos, int count) argument
330 slice(Object[] seq, int pos, int count) argument
[all...]
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java9 private final int jjStopStringLiteralDfa_0(int pos, long active0) argument
11 switch (pos)
87 private final int jjStartNfa_0(int pos, long active0) argument
89 return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0), pos + 1);
91 private final int jjStopAtPos(int pos, int kind) argument
94 jjmatchedPos = pos;
95 return pos + 1;
97 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
100 jjmatchedPos = pos;
[all...]
H A DVersion.java344 * @param pos the position.
347 public int at(int pos) argument
349 return numbers[pos];
/opengrok-jel/lib/
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 18 milliseconds