Searched refs:createDisjointCollection (Results 1 – 11 of 11) sorted by relevance
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListAddAllAtIndexTester.java | 139 getList().addAll(getNumElements() / 2, createDisjointCollection())); in testAddAllAtIndex_middle() 140 expectAdded(getNumElements() / 2, createDisjointCollection()); in testAddAllAtIndex_middle() 148 getList().addAll(getNumElements(), createDisjointCollection())); in testAddAllAtIndex_end() 149 expectAdded(getNumElements(), createDisjointCollection()); in testAddAllAtIndex_end()
|
D | CollectionAddAllTester.java | 69 "addAll(nonePresent) should return true", collection.addAll(createDisjointCollection())); in testAddAll_supportedNonePresent() 76 collection.addAll(createDisjointCollection()); in testAddAll_unsupportedNonePresent()
|
D | MapPutAllTester.java | 81 putAll(createDisjointCollection()); in testPutAll_supportedNonePresent() 88 putAll(createDisjointCollection()); in testPutAll_unsupportedNonePresent()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListAddAllAtIndexTester.java | 139 getList().addAll(getNumElements() / 2, createDisjointCollection())); in testAddAllAtIndex_middle() 140 expectAdded(getNumElements() / 2, createDisjointCollection()); in testAddAllAtIndex_middle() 148 getList().addAll(getNumElements(), createDisjointCollection())); in testAddAllAtIndex_end() 149 expectAdded(getNumElements(), createDisjointCollection()); in testAddAllAtIndex_end()
|
D | CollectionAddAllTester.java | 69 "addAll(nonePresent) should return true", collection.addAll(createDisjointCollection())); in testAddAll_supportedNonePresent() 76 collection.addAll(createDisjointCollection()); in testAddAll_unsupportedNonePresent()
|
D | MapPutAllTester.java | 81 putAll(createDisjointCollection()); in testPutAll_supportedNonePresent() 88 putAll(createDisjointCollection()); in testPutAll_unsupportedNonePresent()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractContainerTester.java | 230 protected MinimalCollection<E> createDisjointCollection() { in createDisjointCollection() method in AbstractContainerTester
|
D | AbstractMapTester.java | 144 protected MinimalCollection<Entry<K, V>> createDisjointCollection() { in createDisjointCollection() method in AbstractMapTester
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractContainerTester.java | 230 protected MinimalCollection<E> createDisjointCollection() { in createDisjointCollection() method in AbstractContainerTester
|
D | AbstractMapTester.java | 144 protected MinimalCollection<Entry<K, V>> createDisjointCollection() { in createDisjointCollection() method in AbstractMapTester
|
/external/guice/lib/build/ |
D | guava-testlib-19.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |