Searched refs:Context (Results 1 - 5 of 5) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java77 Context c = new Context(qb.build(), qb.getQueries());
82 c = new Context(qb.build(), qb.getQueries());
87 c = new Context(qb.build(), qb.getQueries());
92 c = new Context(qb.build(), qb.getQueries());
97 c = new Context(qb.build(), qb.getQueries());
102 c = new Context(qb.build(), qb.getQueries());
134 Context c = new Context(qb.build(), qb.getQueries());
158 c = new Context(q
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java51 import org.opensolaris.opengrok.search.context.Context;
155 public Context sourceContext = null;
421 sourceContext = new Context(query, builder.getQueries());
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DContext.java48 public class Context { class
74 public Context(Query query, Map<String, String> queryStrings) { method in class:Context
H A DPlainLineTokenizer.lex315 // Context.MAXFILEREAD (which means that the file has probably
319 (endOfBuffer && (yychar + yylength()) == Context.MAXFILEREAD))) {
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java52 import org.opensolaris.opengrok.search.context.Context;
104 private Context sourceContext;
262 sourceContext = new Context(query, queryBuilder.getQueries());

Completed in 13 milliseconds