Home
last modified time | relevance | path

Searched refs:NOT_YYY_ZZZ (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DCollections2Test.java67 static final Predicate<String> NOT_YYY_ZZZ = new Predicate<String>() { field in Collections2Test
97 return Collections2.filter(unfiltered, NOT_YYY_ZZZ); in testsForFilter()
117 return Collections2.filter(unfiltered, NOT_YYY_ZZZ);
139 return Collections2.filter(unfiltered, NOT_YYY_ZZZ);
185 Collections2.filter(unfiltered, LENGTH_1), NOT_YYY_ZZZ);
DSetsTest.java217 return Sets.filter(unfiltered, Collections2Test.NOT_YYY_ZZZ); in testsForFilter()
286 Collections2Test.NOT_YYY_ZZZ);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DCollections2Test.java46 static final Predicate<String> NOT_YYY_ZZZ = new Predicate<String>() { field in Collections2Test