OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOT_YYY_ZZZ
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
Collections2Test.java
64
static final Predicate<String>
NOT_YYY_ZZZ
= new Predicate<String>() {
94
return Collections2.filter(unfiltered,
NOT_YYY_ZZZ
);
114
return Collections2.filter(unfiltered,
NOT_YYY_ZZZ
);
136
return Collections2.filter(unfiltered,
NOT_YYY_ZZZ
);
182
Collections2.filter(unfiltered, LENGTH_1),
NOT_YYY_ZZZ
);
201
= Collections2.filter(unfiltered,
NOT_YYY_ZZZ
);
222
= Collections2.filter(unfiltered,
NOT_YYY_ZZZ
);
271
= Collections2.filter(unfiltered,
NOT_YYY_ZZZ
);
SetsTest.java
189
return Sets.filter(unfiltered, Collections2Test.
NOT_YYY_ZZZ
);
234
Collections2Test.
NOT_YYY_ZZZ
);
[
all
...]
Completed in 55 milliseconds