Home
last modified time | relevance | path

Searched defs:calls (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/util/concurrent/tck/
DSubmissionPublisherTest.java814 AtomicInteger calls = new AtomicInteger(); in testHandledDroppedOffer() local
843 AtomicInteger calls = new AtomicInteger(); in testRecoveredHandledDroppedOffer() local
961 AtomicInteger calls = new AtomicInteger(); in testHandledDroppedTimedOffer() local
992 AtomicInteger calls = new AtomicInteger(); in testRecoveredHandledDroppedTimedOffer() local
DForkJoinPoolTest.java111 final AtomicInteger calls = new AtomicInteger(0); field in ForkJoinPoolTest.FailingThreadFactory
DThreadPoolExecutorTest.java116 int calls = 0; field in ThreadPoolExecutorTest.FailingThreadFactory
DThreadPoolExecutorSubclassTest.java262 int calls = 0; field in ThreadPoolExecutorSubclassTest.FailingThreadFactory
/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPoolTest.java81 volatile int calls = 0; field in ForkJoinPoolTest.FailingThreadFactory
DThreadPoolExecutorTest.java80 int calls = 0; field in ThreadPoolExecutorTest.FailingThreadFactory
DThreadPoolExecutorSubclassTest.java227 int calls = 0; field in ThreadPoolExecutorSubclassTest.FailingThreadFactory
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java1702 final Set<String> calls = new HashSet<String>(); field in DomTest.RecordingHandler