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

/ropes-1.2.5/src/org/ahmadsoft/ropes/test/
H A DPerformanceTest.java334 String toFind = "consumes faster than Labor wears; while the used key is always bright,";
338 stats0[j] = PerformanceTest.stringFindTest(bensAuto_RAW, toFind);
339 stats1[j] = PerformanceTest.stringBufferFindTest(bensAuto_RAW, toFind);
340 stats2[j] = PerformanceTest.ropeFindTest(bensAuto_RAW, toFind);
352 toFind = "Bob was very cheerful with them, and spoke pleasantly to";
356 stats0[j] = PerformanceTest.stringFindTest2(complexString, toFind);
357 stats1[j] = PerformanceTest.stringBufferFindTest2(complexStringBuffer, toFind);
358 stats2[j] = PerformanceTest.ropeFindTest2(complexRope, toFind);
381 private static long stringFindTest(char[] aChristmasCarol, String toFind) { argument
386 int loc = b.indexOf(toFind);
392 stringBufferFindTest(char[] aChristmasCarol, String toFind) argument
403 ropeFindTest(char[] aChristmasCarol, String toFind) argument
414 stringFindTest2(String aChristmasCarol, String toFind) argument
424 stringBufferFindTest2(StringBuffer aChristmasCarol, String toFind) argument
434 ropeFindTest2(Rope aChristmasCarol, String toFind) argument
[all...]

Completed in 4 milliseconds