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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRCSget.java92 public int read(byte[] buffer, int pos, int len) throws IOException { argument
93 return stream.read(buffer, pos, len);
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DExpandTabsReader.java43 private int pos; field in class:ExpandTabsReader
84 pos++;
93 int spaces = tabSize - (pos % tabSize);
94 pos++;
101 pos = 0;
103 pos++;
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java86 * @param pos the start position in the text.
89 public Chunk(int pos, int count) argument
91 this.anchor = pos;
98 * @param pos the start position in the text.
101 public Chunk(Object[] iseq, int pos, int count) argument
103 this(pos, count);
104 chunk = slice(iseq, pos, count);
111 * @param pos the start position in the text.
115 public Chunk(Object[] iseq, int pos, int count, int offset) argument
118 chunk = slice(iseq, pos, coun
127 Chunk(List iseq, int pos, int count) argument
141 Chunk(List iseq, int pos, int count, int offset) argument
296 slice(List seq, int pos, int count) argument
315 slice(Object[] seq, int pos, int count) argument
[all...]
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java13 private final int jjStopStringLiteralDfa_0(int pos, long active0) argument
15 switch (pos)
91 private final int jjStartNfa_0(int pos, long active0) argument
93 return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0), pos + 1);
95 private final int jjStopAtPos(int pos, int kind) argument
98 jjmatchedPos = pos;
99 return pos + 1;
101 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
104 jjmatchedPos = pos;
[all...]
H A DVersion.java340 * @param pos the position.
343 public int at(int pos) argument
345 return numbers[pos];
/opengrok/egrok/lib/
H A Djson-simple-1.1.1.jar ... s String sp java.util.List append int pos int prevPos public void setSP (java.lang.String ...
/opengrok/lib/
H A Djson-simple-1.1.1.jar ... s String sp java.util.List append int pos int prevPos public void setSP (java.lang.String ...
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jar ... apache.maven.wrapper.cli.CommandLineArgumentException int pos String keyValueExpression java.util.Iterator i$ org ...

Completed in 25 milliseconds