Searched defs:start (Results 1 - 11 of 11) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DTagFilter.java56 public final int read(char[] buf, int start, int len) throws java.io.IOException { argument
58 int pos = start;
H A DJFlexTokenizer.java107 protected void setAttribs(String str, int start, int end) { argument
114 this.offsetAtt.setOffset(start, end);
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DResults.java141 * @param start index of the first hit to print
147 public static void prettyPrint(Writer out, SearchHelper sh, int start, argument
159 createMap(sh.searcher, sh.hits, start, end).entrySet()) {
H A DSearchEngine.java289 * number of cachePages also end has to be bigger than start !
291 * @param start start of the hit list
293 * @param ret list of results from start to end or null/empty if no search
296 public void results(int start, int end, List<Hit> ret) { argument
298 //return if no start search() was done
299 if (hits == null || (end < start)) {
318 for (int i = start; i < hits.length; i++) {
333 for (int ii = start; ii < end; ++ii) {
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java86 * @param pos the start position in the text.
98 * @param pos the start position in the text.
111 * @param pos the start position in the text.
124 * @param pos the start position in the text.
137 * @param pos the start position in the text.
246 * @param start where to add the text.
249 public void applyAdd(int start, List target) argument
254 target.add(start++, i.next());
292 * @param pos the start position.
311 * @param pos the start positio
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java153 int start = -1;
158 if (start < 0) {
159 start = tokens.getMatchStart();
164 writeMatch(sb, line, start, end, true,path,wcontext,nrev,rev);
167 writeMatch(out, line, start, end, false,path,wcontext,nrev,rev);
172 if (start < 0) {
173 start = tokens.getMatchStart();
176 start = -1;
192 * @param start start positio
201 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DEftarFile.java119 private FNode sbinSearch(long start, int len, long hash, RandomAccessFile f) throws Throwable { argument
124 f.seek(start + m * RECORD_LENGTH);
H A DEftarFileReader.java86 private FNode binarySearch(long start, int len, long hash) throws IOException { argument
87 //System.err.printf(" Searching [%x] in %5d elem from %x\n", hash, len, start);
92 f.seek(start + m * EftarFile.RECORD_LENGTH);
H A DSearchHelper.java87 * the result cursor start index, i.e. where to start displaying results
89 public int start; field in class:SearchHelper
260 * {@link #prepareExec(SortedSet)})</li> <li>{@link #start} (default:
276 TopFieldDocs fdocs = searcher.search(query, null, start + maxItems, sort);
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java386 private final void jjAddStates(int start, int end) argument
389 jjstateSet[jjnewStateCnt++] = jjnextStates[start];
390 } while (start++ != end);
397 private final void jjCheckNAddStates(int start, int end) argument
400 jjCheckNAdd(jjnextStates[start]);
401 } while (start++ != end);
403 private final void jjCheckNAddStates(int start) argument
405 jjCheckNAdd(jjnextStates[start]);
406 jjCheckNAdd(jjnextStates[start + 1]);
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 49 milliseconds