OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESTRICTS_ELEMENTS
(Results
1 - 15
of
15
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddTester.java
20
import static com.google.common.collect.testing.features.CollectionFeature.
RESTRICTS_ELEMENTS
;
73
absent =
RESTRICTS_ELEMENTS
)
CollectionAddAllTester.java
20
import static com.google.common.collect.testing.features.CollectionFeature.
RESTRICTS_ELEMENTS
;
112
ALLOWS_NULL_VALUES}, absent =
RESTRICTS_ELEMENTS
)
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionFeature.java
58
RESTRICTS_ELEMENTS
,
92
* everything but {@link #
RESTRICTS_ELEMENTS
}.
/external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java
68
CollectionFeature.
RESTRICTS_ELEMENTS
,
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java
20
import static com.google.common.collect.testing.features.CollectionFeature.
RESTRICTS_ELEMENTS
;
267
absent =
RESTRICTS_ELEMENTS
)
SortedMultisetTestSuiteBuilder.java
134
features.add(CollectionFeature.
RESTRICTS_ELEMENTS
);
/external/guava/guava-tests/test/com/google/common/primitives/
ByteArrayAsListTest.java
74
CollectionFeature.
RESTRICTS_ELEMENTS
,
CharArrayAsListTest.java
74
CollectionFeature.
RESTRICTS_ELEMENTS
,
DoubleArrayAsListTest.java
74
CollectionFeature.
RESTRICTS_ELEMENTS
,
FloatArrayAsListTest.java
74
CollectionFeature.
RESTRICTS_ELEMENTS
,
IntArrayAsListTest.java
75
CollectionFeature.
RESTRICTS_ELEMENTS
,
LongArrayAsListTest.java
74
CollectionFeature.
RESTRICTS_ELEMENTS
,
ShortArrayAsListTest.java
74
CollectionFeature.
RESTRICTS_ELEMENTS
,
/external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForSetsInJavaUtil.java
181
CollectionFeature.
RESTRICTS_ELEMENTS
,
272
CollectionFeature.
RESTRICTS_ELEMENTS
,
TestsForListsInJavaUtil.java
222
CollectionFeature.
RESTRICTS_ELEMENTS
,
Completed in 657 milliseconds