Searched defs:callCount (Results 1 – 3 of 3) sorted by relevance
27 private int callCount; field in Results
1822 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingDefault() local1852 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingNull() local1889 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingUncheckedException() local1930 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingCheckedException() local2139 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringLoading() local2226 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringRefresh() local
394 var callCount = 0; variable