Home | History | Annotate | Download | only in cache

Lines Matching defs:callCount

1940     final AtomicInteger callCount = new AtomicInteger();
1947 callCount.incrementAndGet();
1955 assertEquals(1, callCount.get());
1970 final AtomicInteger callCount = new AtomicInteger();
1976 callCount.incrementAndGet();
1984 assertEquals(1, callCount.get());
1995 assertEquals(2, callCount.get());
2007 final AtomicInteger callCount = new AtomicInteger();
2014 callCount.incrementAndGet();
2022 assertEquals(1, callCount.get());
2036 assertEquals(2, callCount.get());
2048 final AtomicInteger callCount = new AtomicInteger();
2055 callCount.incrementAndGet();
2063 assertEquals(1, callCount.get());
2084 assertEquals(2, callCount.get());
2330 final AtomicInteger callCount = new AtomicInteger();
2345 callCount.incrementAndGet();
2409 assertTrue(callCount.get() == 1);
2417 final AtomicInteger callCount = new AtomicInteger();
2433 callCount.incrementAndGet();
2497 assertTrue(callCount.get() == 1);