Home
last modified time | relevance | path

Searched defs:friends (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DSetOperationsTest.java298 Set<String> friends; field in SetOperationsTest
321 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local
337 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local
353 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testSymmetricDifference() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DSetOperationsTest.java298 Set<String> friends; field in SetOperationsTest
321 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local
337 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local
353 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testSymmetricDifference() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestAbstractTypeNames.java40 @JsonProperty("friends") List<User> friends, in DefaultEmployee()
62 @JsonProperty("friends") List<User> friends) in DefaultUser()
103 List<User>friends = new ArrayList<User>(); in testEmptyCollection() local
/external/rust/crates/combine/benches/
Ddata.json30 "friends": [ array
75 "friends": [ array
120 "friends": [ array
165 "friends": [ array
210 "friends": [ array
255 "friends": [ array
300 "friends": [ array
/external/clang/include/clang/AST/
DDeclFriend.h231 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { in friends() function