Home
last modified time | relevance | path

Searched refs:nTasks (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetBasherTest.java63 int nTasks = nThreads * tasksPerThread; in testAddAndRemove() local
67 List<Future<int[]>> futures = Lists.newArrayListWithExpectedSize(nTasks); in testAddAndRemove()
68 for (int i = 0; i < nTasks; i++) { in testAddAndRemove()
DMapMakerTest.java126 int nTasks = 1000; in testRemovalNotification_clear_basher() local
128 Set<String> expectedKeys = Sets.newHashSetWithExpectedSize(nTasks + nSeededEntries); in testRemovalNotification_clear_basher()
139 final CountDownLatch tasksFinished = new CountDownLatch(nTasks); in testRemovalNotification_clear_basher()
140 for (int i = 0; i < nTasks; i++) { in testRemovalNotification_clear_basher()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java463 int nTasks = 1000; in testRemovalNotification_clear_basher() local
465 Set<String> expectedKeys = Sets.newHashSetWithExpectedSize(nTasks + nSeededEntries); in testRemovalNotification_clear_basher()
477 final CountDownLatch tasksFinished = new CountDownLatch(nTasks); in testRemovalNotification_clear_basher()
478 for (int i = 0; i < nTasks; i++) { in testRemovalNotification_clear_basher()
527 int nTasks = 1000; in testRemovalNotification_get_basher() local
566 for (int i = 0; i < nTasks; i++) { in testRemovalNotification_get_basher()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java559 int nTasks = 3000; in testModify_basher() local
569 for (int i = 0; i < nTasks; i++) { in testModify_basher()