Searched refs:planLength (Results 1 - 1 of 1) sorted by relevance
/ropes-1.1.3/src/org/ahmadsoft/ropes/test/ |
H A D | PerformanceTest.java | 487 private static long ropeAppendTest(final String aChristmasCarol, final int[][] appendPlan, final int planLength) {
argument 493 for (int j=0; j<planLength; ++j) {
519 private static long ropeInsertTest(final char[] aChristmasCarol, final int[][] insertPlan, int planLength) {
argument 525 for (int j=0; j<planLength; ++j) {
554 private static long ropePrependTest(final String aChristmasCarol, final int[][] prependPlan, int planLength) {
argument 560 for (int j=0; j<planLength; ++j) {
622 private static long stringAppendTest(final String aChristmasCarol, final int[][] appendPlan, final int planLength) {
argument 628 for (int j=0; j<planLength; ++j) {
638 private static long stringBufferAppendTest(final String aChristmasCarol, final int[][] appendPlan, final int planLength) {
argument 644 for (int j=0; j<planLength; 670 stringBufferInsertTest(final char[] aChristmasCarol, final int[][] insertPlan, int planLength) argument 705 stringBufferPrependTest(final String aChristmasCarol, final int[][] prependPlan, int planLength) argument 764 stringInsertTest(final char[] aChristmasCarol, final int[][] insertPlan, int planLength) argument 800 stringPrependTest(final String aChristmasCarol, final int[][] prependPlan, int planLength) argument [all...] |
Completed in 3 milliseconds