HomeSort by relevance Sort by last modified time
    Searched refs:friends (Results 1 - 25 of 41) sorted by null

1 2

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetOperationsTest.java 36 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"); local
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 = Sets.newHashSet("Tom", "Joe", "Dave") local
95 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 260 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"); local
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 = Sets.newHashSet("Tom", "Joe", "Dave") local
319 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); local
    [all...]
  /external/llvm/test/MC/PowerPC/
deprecated-p7.s 12 # FIXME: Test dst and friends once we can parse them.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
class_properties.hpp 164 #define BOOST_READONLY_PROPERTY( property_type, friends ) boost::unit_test::readwrite_property<property_type >
170 #define BOOST_READONLY_PROPERTY( property_type, friends ) \
174 BOOST_PP_SEQ_FOR_EACH( BOOST_READONLY_PROPERTY_DECLARE_FRIEND, ' ', friends ) \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /external/clang/include/clang/AST/
DeclFriend.h 235 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { function in class:CXXRecordDecl
DeclCXX.h 12 /// (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.
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
punycode.go 127 // friends) and not Punycode (RFC 3492) per se.
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
punycode.go 127 // friends) and not Punycode (RFC 3492) per se.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ld.s 2 # (ld and friends).
  /ndk/sources/host-tools/nawk-20071023/
FIXES 160 i apologize to friends and colleagues in other parts of the world.
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 471 {Value: &Domain{Name: []byte("google.com&friends")}, ExpectXML: `<domain>google.com&amp;friends</domain>`},
472 {Value: &Domain{Name: []byte("google.com"), Comment: []byte(" &friends ")}, ExpectXML: `<domain>google.com<!-- &friends --></domain>`},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 471 {Value: &Domain{Name: []byte("google.com&friends")}, ExpectXML: `<domain>google.com&amp;friends</domain>`},
472 {Value: &Domain{Name: []byte("google.com"), Comment: []byte(" &friends ")}, ExpectXML: `<domain>google.com<!-- &friends --></domain>`},
    [all...]
  /external/bison/data/
yacc.c 39 # Check the value of %define parse.lac and friends, where LAC stands for
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 335 "can't handle friends with dependent contexts here");
579 // Okay, check friends.
580 for (auto *Friend : Class->friends()) {
    [all...]
  /bionic/libc/
Android.mk     [all...]
  /dalvik/docs/
prettify.js 20 * The lexer should work on a number of languages including C and friends,
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 786 milliseconds

1 2