| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
| D | AbstractCollectionTester.java | 55 protected E[] createArrayWithNullElement() { in createArrayWithNullElement() method in AbstractCollectionTester 62 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement()
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ |
| D | AbstractCollectionTester.java | 55 protected E[] createArrayWithNullElement() { in createArrayWithNullElement() method in AbstractCollectionTester 62 E[] array = createArrayWithNullElement(); in initCollectionWithNullElement()
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | MultisetEqualsTester.java | 59 getSubjectGenerator().create(createArrayWithNullElement()), in testEqualsMultisetWithNullValue() 60 getSubjectGenerator().create(createArrayWithNullElement())) in testEqualsMultisetWithNullValue()
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | MultisetEqualsTester.java | 59 getSubjectGenerator().create(createArrayWithNullElement()), in testEqualsMultisetWithNullValue() 60 getSubjectGenerator().create(createArrayWithNullElement())) in testEqualsMultisetWithNullValue()
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | CollectionCreationTester.java | 44 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported() 52 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
|
| D | SetCreationTester.java | 44 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected() 66 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected()
|
| D | SetAddTester.java | 50 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
|
| D | ListAddTester.java | 66 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
|
| D | CollectionRemoveTester.java | 79 collection = getSubjectGenerator().create(createArrayWithNullElement()); in testRemove_nullPresent()
|
| D | CollectionIteratorTester.java | 79 Helpers.assertEqualIgnoringOrder(asList(createArrayWithNullElement()), iteratorElements); in testIterator_nullElement()
|
| D | CollectionRetainAllTester.java | 252 expectContents(createArrayWithNullElement()); in testRetainAll_nullSingletonPreviouslySingletonWithNull()
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | CollectionCreationTester.java | 44 E[] array = createArrayWithNullElement(); in testCreateWithNull_supported() 52 E[] array = createArrayWithNullElement(); in testCreateWithNull_unsupported()
|
| D | SetCreationTester.java | 44 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected() 66 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected()
|
| D | SetAddTester.java | 50 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
|
| D | ListAddTester.java | 66 E[] array = createArrayWithNullElement(); in testAdd_supportedNullPresent()
|
| D | CollectionRemoveTester.java | 79 collection = getSubjectGenerator().create(createArrayWithNullElement()); in testRemove_nullPresent()
|
| D | CollectionIteratorTester.java | 79 Helpers.assertEqualIgnoringOrder(asList(createArrayWithNullElement()), iteratorElements); in testIterator_nullElement()
|
| D | CollectionRetainAllTester.java | 252 expectContents(createArrayWithNullElement()); in testRetainAll_nullSingletonPreviouslySingletonWithNull()
|