Lines Matching refs:cancel

64 				timer.cancel();
111 t.cancel();
114 t.cancel();
137 t.cancel();
140 t.cancel();
162 t.cancel();
165 t.cancel();
186 t.cancel();
189 t.cancel();
210 * @tests java.util.Timer#cancel()
218 t.cancel();
226 "Scheduling a task after Timer.cancel() should throw exception",
229 // Ensure a task is run but not after cancel
241 t.cancel();
248 assertEquals("TimerTask.run() method should not have been called after cancel",
251 // Ensure you can call cancel more than once
263 t.cancel();
264 t.cancel();
265 t.cancel();
272 assertEquals("TimerTask.run() method should not have been called after cancel",
275 // Ensure that a call to cancel from within a timer ensures no more
295 t.cancel();
302 t.cancel();
329 tasks[i].cancel();
336 t.cancel();
351 t.cancel();
359 "Scheduling a task after Timer.cancel() should throw exception",
367 testTask.cancel();
377 t.cancel();
393 t.cancel();
407 t.cancel();
421 t.cancel();
436 t.cancel();
449 t.cancel();
476 t.cancel();
479 t.cancel();
492 t.cancel();
500 "Scheduling a task after Timer.cancel() should throw exception",
507 testTask.cancel();
517 t.cancel();
532 t.cancel();
545 t.cancel();
559 t.cancel();
571 t.cancel();
594 t.cancel();
597 t.cancel();
610 t.cancel();
618 "Scheduling a task after Timer.cancel() should throw exception",
625 testTask.cancel();
635 t.cancel();
650 t.cancel();
665 t.cancel();
680 t.cancel();
693 t.cancel();
707 t.cancel();
720 t.cancel();
743 t.cancel();
746 t.cancel();
761 t.cancel();
769 "Scheduling a task after Timer.cancel() should throw exception",
777 testTask.cancel();
787 t.cancel();
803 t.cancel();
819 t.cancel();
833 t.cancel();
847 t.cancel();
862 t.cancel();
876 t.cancel();
903 t.cancel();
906 t.cancel();
920 t.cancel();
928 "scheduleAtFixedRate after Timer.cancel() should throw exception",
944 t.cancel();
959 t.cancel();
972 t.cancel();
1017 t.cancel();
1020 t.cancel();
1034 t.cancel();
1043 "scheduleAtFixedRate after Timer.cancel() should throw exception",
1060 t.cancel();
1075 t.cancel();
1089 t.cancel();
1104 t.cancel();
1118 t.cancel();
1132 t.cancel();
1178 t.cancel();
1181 t.cancel();