Searched refs:friends (Results 1 - 15 of 15) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DSetOperationsTest.java36 Set<String> friends; field in class:SetOperationsTest.MoreTests
40 friends = Sets.newHashSet("Tom", "Joe", "Dave");
45 Set<String> all = Sets.union(friends, enemies);
48 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy();
50 = Sets.union(friends, enemies).copyInto(new HashSet<String>());
59 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave");
62 Set<String> frenemies = Sets.intersection(friends, enemies);
66 = Sets.intersection(friends, enemies).immutableCopy();
68 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>());
77 Set<String> friends
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DSetOperationsTest.java260 Set<String> friends; field in class:SetOperationsTest.MoreTests
264 friends = Sets.newHashSet("Tom", "Joe", "Dave");
269 Set<String> all = Sets.union(friends, enemies);
272 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy();
274 = Sets.union(friends, enemies).copyInto(new HashSet<String>());
283 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave");
286 Set<String> frenemies = Sets.intersection(friends, enemies);
290 = Sets.intersection(friends, enemies).immutableCopy();
292 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>());
301 Set<String> friends
[all...]
/external/llvm/test/MC/PowerPC/
H A Ddeprecated-p7.s12 # FIXME: Test dst and friends once we can parse them.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/AST/
H A DDeclFriend.h235 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { function in class:CXXRecordDecl
H A DDeclCXX.h12 /// (found in DeclTemplate.h) and friends (in DeclFriend.h).
636 /// deserializing the friends from an external AST source.
788 friend_range friends() const;
793 /// Determines whether this record has any friends.
/external/llvm/lib/Support/Unix/
H A DProgram.inc74 // the behavior of sh(1) and friends.
/external/bison/data/
H A Dyacc.c39 # Check the value of %define parse.lac and friends, where LAC stands for
/external/clang/lib/Sema/
H A DSemaAccess.cpp330 "can't handle friends with dependent contexts here");
574 // Okay, check friends.
575 for (auto *Friend : Class->friends()) {
/external/bison/build-aux/
H A Dtexinfo.tex2430 \def\endofsentencespacefactor{1000}% for @. and friends
2435 \def\endofsentencespacefactor{3000}% for @. and friends
2697 % `example' (@kbd uses ttsl only inside of @example and friends),
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl1613 ssvnc to a flash drive for impromptu usage (e.g. from a friends

Completed in 475 milliseconds