Home | History | Annotate | Download | only in cts

Lines Matching defs:time

112     //Test case 1.1: test decay time and ratio
119 int time = mReverb.getDecayTime();
120 time = (time == 500) ? 1000 : 500;
121 mReverb.setDecayTime(time);
123 assertTrue("got incorrect decay time",
124 ((float)time2 > (float)(time / DELAY_TOLERANCE)) &&
125 ((float)time2 < (float)(time * DELAY_TOLERANCE)));
162 // int time = mReverb.getReverbDelay();
163 // mReverb.setReverbDelay(time);
166 // ((float)time2 > (float)(time / DELAY_TOLERANCE)) &&
167 // ((float)time2 < (float)(time * DELAY_TOLERANCE)));
198 // int time = mReverb.getReflectionsDelay();
199 // time = (time == 20) ? 0 : 20;
200 // mReverb.setReflectionsDelay(time);
203 // ((float)time2 > (float)(time / DELAY_TOLERANCE)) &&
204 // ((float)time2 < (float)(time * DELAY_TOLERANCE)));