HomeSort by relevance Sort by last modified time
    Searched refs:GENERAL_PURPOSE (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
SetFeature.java 36 GENERAL_PURPOSE(
37 CollectionFeature.GENERAL_PURPOSE
ListFeature.java 41 GENERAL_PURPOSE(
42 CollectionFeature.GENERAL_PURPOSE,
CollectionFeature.java 93 GENERAL_PURPOSE(
MapFeature.java 81 GENERAL_PURPOSE(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForQueuesInJavaUtil.java 87 CollectionFeature.GENERAL_PURPOSE,
106 CollectionFeature.GENERAL_PURPOSE,
123 CollectionFeature.GENERAL_PURPOSE,
140 CollectionFeature.GENERAL_PURPOSE,
162 CollectionFeature.GENERAL_PURPOSE,
177 CollectionFeature.GENERAL_PURPOSE,
TestsForMapsInJavaUtil.java 143 MapFeature.GENERAL_PURPOSE,
165 MapFeature.GENERAL_PURPOSE,
192 MapFeature.GENERAL_PURPOSE,
214 MapFeature.GENERAL_PURPOSE,
238 MapFeature.GENERAL_PURPOSE,
259 MapFeature.GENERAL_PURPOSE,
277 MapFeature.GENERAL_PURPOSE,
297 MapFeature.GENERAL_PURPOSE,
TestsForSetsInJavaUtil.java 154 SetFeature.GENERAL_PURPOSE,
172 SetFeature.GENERAL_PURPOSE,
193 SetFeature.GENERAL_PURPOSE,
211 SetFeature.GENERAL_PURPOSE,
232 SetFeature.GENERAL_PURPOSE,
292 SetFeature.GENERAL_PURPOSE,
336 SetFeature.GENERAL_PURPOSE,
352 SetFeature.GENERAL_PURPOSE,
372 SetFeature.GENERAL_PURPOSE,
TestsForListsInJavaUtil.java 153 ListFeature.GENERAL_PURPOSE,
171 ListFeature.GENERAL_PURPOSE,
231 ListFeature.GENERAL_PURPOSE,
282 ListFeature.GENERAL_PURPOSE,
  /external/guava/guava-tests/test/com/google/common/collect/
MapsCollectionTest.java 310 MapFeature.GENERAL_PURPOSE,
327 MapFeature.GENERAL_PURPOSE,
344 MapFeature.GENERAL_PURPOSE,
362 MapFeature.GENERAL_PURPOSE,
383 MapFeature.GENERAL_PURPOSE,
400 MapFeature.GENERAL_PURPOSE,
417 MapFeature.GENERAL_PURPOSE,
437 MapFeature.GENERAL_PURPOSE,
452 MapFeature.GENERAL_PURPOSE,
467 MapFeature.GENERAL_PURPOSE,
    [all...]
ConstrainedSetMultimapTest.java 68 MapFeature.GENERAL_PURPOSE,
ConstrainedMapTest.java 61 MapFeature.GENERAL_PURPOSE,
HashMultimapTest.java 59 MapFeature.GENERAL_PURPOSE,
MultimapsCollectionTest.java 258 MapFeature.GENERAL_PURPOSE,
572 MapFeature.GENERAL_PURPOSE,
592 MapFeature.GENERAL_PURPOSE,
611 MapFeature.GENERAL_PURPOSE,
629 MapFeature.GENERAL_PURPOSE,
647 MapFeature.GENERAL_PURPOSE,
667 MapFeature.GENERAL_PURPOSE,
687 MapFeature.GENERAL_PURPOSE,
707 MapFeature.GENERAL_PURPOSE,
ForwardingNavigableSetTest.java 164 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
180 CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES)
ForwardingSortedMapTest.java 130 MapFeature.GENERAL_PURPOSE, CollectionFeature.SUPPORTS_ITERATOR_REMOVE)
148 MapFeature.GENERAL_PURPOSE,
SynchronizedBiMapTest.java 51 MapFeature.GENERAL_PURPOSE,
61 MapFeature.GENERAL_PURPOSE,
ConstrainedBiMapTest.java 62 MapFeature.GENERAL_PURPOSE,
ForwardingCollectionTest.java 113 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
ForwardingQueueTest.java 124 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
ForwardingSetTest.java 121 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
ForwardingSortedSetTest.java 122 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListMultimapTestSuiteBuilder.java 102 if (derivedFeatures.contains(CollectionFeature.GENERAL_PURPOSE)) {
103 derivedFeatures.add(ListFeature.GENERAL_PURPOSE);
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
SafeTreeMapTest.java 63 CollectionFeature.SUPPORTS_ITERATOR_REMOVE, MapFeature.GENERAL_PURPOSE).named(
83 MapFeature.ALLOWS_ANY_NULL_QUERIES, MapFeature.GENERAL_PURPOSE,
SafeTreeSetTest.java 54 CollectionFeature.GENERAL_PURPOSE).named(
68 CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES)
MapTestSuiteBuilderTests.java 76 MapFeature.GENERAL_PURPOSE,

Completed in 2923 milliseconds

1 2 3