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

/ropes-1.2.5/src/org/ahmadsoft/ropes/test/
H A DPerformanceTest.java51 private static int lenCC = 182029; field in class:PerformanceTest
86 int newSize = PerformanceTest.lenCC;
115 prependPlan[j][0] = PerformanceTest.random.nextInt(PerformanceTest.lenCC);
116 prependPlan[j][1] = PerformanceTest.random.nextInt(PerformanceTest.lenCC - prependPlan[j][0]);
142 appendPlan[j][0] = PerformanceTest.random.nextInt(PerformanceTest.lenCC);
143 appendPlan[j][1] = PerformanceTest.random.nextInt(PerformanceTest.lenCC - appendPlan[j][0]);
169 insertPlan[j][0] = PerformanceTest.random.nextInt(PerformanceTest.lenCC); //location to insert
170 insertPlan[j][1] = PerformanceTest.random.nextInt(PerformanceTest.lenCC); //clip from
171 insertPlan[j][2] = PerformanceTest.random.nextInt(PerformanceTest.lenCC - insertPlan[j][1]); //clip length
200 insertPlan2[j][0] = PerformanceTest.random.nextInt(PerformanceTest.lenCC); //locatio
[all...]

Completed in 15 milliseconds