Searched defs:friends (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | SetOperationsTest.java | 36 Set<String> friends; field in SetOperationsTest.MoreTests 59 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local 77 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local 95 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testSymmetricDifference() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SetOperationsTest.java | 260 Set<String> friends; field in SetOperationsTest.MoreTests 283 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local 301 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local 319 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testSymmetricDifference() local
|
/external/annotation-tools/scene-lib/src/annotations/toys/ |
D | FancyAnnotation.java | 8 SimplerAnnotation[] friends(); in friends() method
|
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 231 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { in friends() function
|