Searched defs:limit (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DContext.java141 * @param limit should the number of matching lines be limited?
147 String morePrefix, String path, Definitions tags, boolean limit,
221 boolean lim = limit;
146 getContext(Reader in, Writer out, String urlPrefix, String morePrefix, String path, Definitions tags, boolean limit, List<Hit> hits) argument
/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java129 * @param limit true if limited, quick context scan should be used
134 private static void testGetContext(boolean limit, boolean hitList) argument
141 RuntimeEnvironment.getConfig().setQuickContextScan(limit);
146 assertTrue(c.getContext(in, out, "", "", "", null, limit, hits));
170 assertTrue(c.getContext(in, out, "", "", "", defs, limit, hits));
190 assertTrue(c.getContext(in, out, "", "", "", defs, limit, hits));
210 assertFalse(c.getContext(in, out, "", "", "", null, limit, hits));
223 assertFalse(c.getContext(in, out, "", "", "", null, limit, hits));

Completed in 16 milliseconds