Searched defs:calls (Results 1 – 8 of 8) sorted by relevance
814 AtomicInteger calls = new AtomicInteger(); in testHandledDroppedOffer() local843 AtomicInteger calls = new AtomicInteger(); in testRecoveredHandledDroppedOffer() local961 AtomicInteger calls = new AtomicInteger(); in testHandledDroppedTimedOffer() local992 AtomicInteger calls = new AtomicInteger(); in testRecoveredHandledDroppedTimedOffer() local
111 final AtomicInteger calls = new AtomicInteger(0); field in ForkJoinPoolTest.FailingThreadFactory
116 int calls = 0; field in ThreadPoolExecutorTest.FailingThreadFactory
262 int calls = 0; field in ThreadPoolExecutorSubclassTest.FailingThreadFactory
81 volatile int calls = 0; field in ForkJoinPoolTest.FailingThreadFactory
80 int calls = 0; field in ThreadPoolExecutorTest.FailingThreadFactory
227 int calls = 0; field in ThreadPoolExecutorSubclassTest.FailingThreadFactory
1702 final Set<String> calls = new HashSet<String>(); field in DomTest.RecordingHandler