Home
last modified time | relevance | path

Searched refs:nSeededEntries (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java127 int nSeededEntries = 100; in testRemovalNotification_clear_basher() local
128 Set<String> expectedKeys = Sets.newHashSetWithExpectedSize(nTasks + nSeededEntries); in testRemovalNotification_clear_basher()
131 for (int i = 0; i < nSeededEntries; i++) { in testRemovalNotification_clear_basher()
172 for (int i = 0; i < nSeededEntries; i++) { in testRemovalNotification_clear_basher()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java464 int nSeededEntries = 100; in testRemovalNotification_clear_basher() local
465 Set<String> expectedKeys = Sets.newHashSetWithExpectedSize(nTasks + nSeededEntries); in testRemovalNotification_clear_basher()
468 for (int i = 0; i < nSeededEntries; i++) { in testRemovalNotification_clear_basher()
510 for (int i = 0; i < nSeededEntries; i++) { in testRemovalNotification_clear_basher()