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

/ropes-1.2.5/src/org/ahmadsoft/ropes/test/
H A DPerformanceTest.java77 final String aChristmasCarol = new String(aChristmasCarol_RAW);
80 System.out.println("Read " + aChristmasCarol.length() + " bytes in " + PerformanceTest.time(x,y));
99 stats0[j] = PerformanceTest.stringDeleteTest(aChristmasCarol, deletePlan);
100 stats1[j] = PerformanceTest.stringBufferDeleteTest(aChristmasCarol, deletePlan);
101 stats2[j] = PerformanceTest.ropeDeleteTest(aChristmasCarol, deletePlan);
124 stats0[j] = PerformanceTest.stringPrependTest(aChristmasCarol, prependPlan, k);
125 stats1[j] = PerformanceTest.stringBufferPrependTest(aChristmasCarol, prependPlan, k);
126 stats2[j] = PerformanceTest.ropePrependTest(aChristmasCarol, prependPlan, k);
127 stats3[j] = PerformanceTest.textPrependTest(aChristmasCarol, prependPlan, k);
152 stats0[j] = PerformanceTest.stringAppendTest(aChristmasCarol, appendPla
381 stringFindTest(char[] aChristmasCarol, String toFind) argument
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
500 ropeAppendTest(final String aChristmasCarol, final int[][] appendPlan, final int planLength) argument
516 ropeDeleteTest(final String aChristmasCarol, final int[][] prependPlan) argument
532 ropeInsertTest(final char[] aChristmasCarol, final int[][] insertPlan, int planLength) argument
550 textInsertTest(final char[] aChristmasCarol, final int[][] insertPlan, int planLength) argument
568 ropeInsertTest2(final String aChristmasCarol, final String bensAuto, final int[][] insertPlan) argument
585 ropePrependTest(final String aChristmasCarol, final int[][] prependPlan, int planLength) argument
601 textPrependTest(final String aChristmasCarol, final int[][] prependPlan, int planLength) argument
617 ropeTraverseTest_1(final char[] aChristmasCarol) argument
630 ropeTraverseTest_2(final char[] aChristmasCarol) argument
643 ropeTraverseTest2_1(Rope aChristmasCarol) argument
656 textTraverseTest2(Text aChristmasCarol) argument
669 ropeTraverseTest2_2(Rope aChristmasCarol) argument
682 stringAppendTest(final String aChristmasCarol, final int[][] appendPlan, final int planLength) argument
698 stringBufferAppendTest(final String aChristmasCarol, final int[][] appendPlan, final int planLength) argument
714 stringBufferDeleteTest(final String aChristmasCarol, final int[][] prependPlan) argument
730 stringBufferInsertTest(final char[] aChristmasCarol, final int[][] insertPlan, int planLength) argument
748 stringBufferInsertTest2(final String aChristmasCarol, final String bensAuto, final int[][] insertPlan) argument
765 stringBufferPrependTest(final String aChristmasCarol, final int[][] prependPlan, int planLength) argument
781 stringBufferTraverseTest(final char[] aChristmasCarol) argument
795 stringBufferTraverseTest2(final StringBuffer aChristmasCarol) argument
808 stringDeleteTest(final String aChristmasCarol, final int[][] prependPlan) argument
824 stringInsertTest(final char[] aChristmasCarol, final int[][] insertPlan, int planLength) argument
843 stringInsertTest2(final String aChristmasCarol, final String bensAuto, final int[][] insertPlan) argument
860 stringPrependTest(final String aChristmasCarol, final int[][] prependPlan, int planLength) argument
876 stringTraverseTest(final char[] aChristmasCarol) argument
889 stringTraverseTest2(final String aChristmasCarol) argument
902 stringRegexpTest(final char[] aChristmasCarol, Pattern pattern) argument
917 textRegexpTest(final char[] aChristmasCarol, Pattern pattern) argument
932 stringBufferRegexpTest(final char[] aChristmasCarol, Pattern pattern) argument
947 ropeRegexpTest(final char[] aChristmasCarol, Pattern pattern) argument
962 ropeMatcherRegexpTest(final char[] aChristmasCarol, Pattern pattern) argument
979 stringRegexpTest2(final String aChristmasCarol, Pattern pattern) argument
995 textRegexpTest2(final Text aChristmasCarol, Pattern pattern) argument
1009 stringBufferRegexpTest2(final StringBuffer aChristmasCarol, Pattern pattern) argument
1023 ropeRegexpTest2(final Rope aChristmasCarol, Pattern pattern) argument
1037 ropeRebalancedRegexpTest2(final Rope aChristmasCarol, Pattern pattern) argument
1052 ropeMatcherRegexpTest2(final Rope aChristmasCarol, Pattern pattern) argument
[all...]

Completed in 12 milliseconds