Home
last modified time | relevance | path

Searched refs:friends (Results 1 – 25 of 91) sorted by relevance

1234

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DSetOperationsTest.java36 Set<String> friends; field in SetOperationsTest.MoreTests
40 friends = Sets.newHashSet("Tom", "Joe", "Dave"); in setUp()
45 Set<String> all = Sets.union(friends, enemies); in testUnion()
48 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy(); in testUnion()
50 = Sets.union(friends, enemies).copyInto(new HashSet<String>()); in testUnion()
59 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local
62 Set<String> frenemies = Sets.intersection(friends, enemies); in testIntersection()
66 = Sets.intersection(friends, enemies).immutableCopy(); in testIntersection()
68 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>()); in testIntersection()
77 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DSetOperationsTest.java260 Set<String> friends; field in SetOperationsTest.MoreTests
264 friends = Sets.newHashSet("Tom", "Joe", "Dave"); in setUp()
269 Set<String> all = Sets.union(friends, enemies); in testUnion()
272 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy(); in testUnion()
274 = Sets.union(friends, enemies).copyInto(new HashSet<String>()); in testUnion()
283 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testIntersection() local
286 Set<String> frenemies = Sets.intersection(friends, enemies); in testIntersection()
290 = Sets.intersection(friends, enemies).immutableCopy(); in testIntersection()
292 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>()); in testIntersection()
301 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); in testDifference() local
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/
DMANIFEST.MF15 di.hcr,org.eclipse.jdi.internal;x-friends:="org.eclipse.jdt.debug.ui"
16 ,org.eclipse.jdi.internal.connect;x-friends:="org.eclipse.jdt.debug.u
17 i",org.eclipse.jdi.internal.event;x-friends:="org.eclipse.jdt.debug.u
18 i",org.eclipse.jdi.internal.jdwp;x-friends:="org.eclipse.jdt.debug.ui
19 ",org.eclipse.jdi.internal.request;x-friends:="org.eclipse.jdt.debug.
20 ui",org.eclipse.jdi.internal.spy;x-friends:="org.eclipse.jdt.debug.ui
22 dt.internal.debug.core;x-friends:="org.eclipse.jdt.debug.ui,org.eclip
25 e.hcr;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdt.internal.
26 debug.core.logicalstructures;x-friends:="org.eclipse.jdt.debug.ui",or
27 g.eclipse.jdt.internal.debug.core.model;x-friends:="org.eclipse.jdt.d
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/libchrome/base/allocator/
DREADME.md108 | malloc & friends | -> | shim layer | -> | Routing to |
122 `operator new`, `operator delete` and friends and routing those calls inside the
127 in `allocator_shim_override_libc_symbols.h` (for `malloc`, `free` and friends)
129 `operator delete` and friends).
148 references to `__wrap_malloc` and friends. The `__wrap_malloc` symbols are
153 friends symbols (which will be relocated, at load time, against `malloc`).
/external/jsr305/
DREADME.android4 Description: "Annotations for Software Defect Detection." ie. @Nullable and friends
/external/llvm/test/MC/PowerPC/
Ddeprecated-p7.s12 # FIXME: Test dst and friends once we can parse them.
/external/protobuf/gtest/
DCHANGES5 * New feature: predicates used inside EXPECT_TRUE() and friends
35 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
/external/tagsoup/
DREADME322 There is a [21]tagsoup-friends mailing list hosted at [22]Yahoo Groups.
324 [24]tagsoup-friends-subscribe@yahoogroups.com. The [25]archives are
352 21. http://groups.yahoo.com/group/tagsoup-friends
354 23. http://groups.yahoo.com/group/tagsoup-friends/join
355 24. mailto:tagsoup-friends-subscribe@yahoogroups.com
356 25. http://groups.yahoo.com/group/tagsoup-friends/messages
/external/toybox/
Dconfigure19 # you call scripts/make.sh and friends directly.
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt14 3. SA_SIGINFO and friends are not around; only signal() seems to work.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt14 3. SA_SIGINFO and friends are not around; only signal() seems to work.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
DMANIFEST.MF18 -friends:="org.eclipse.pde.core,org.eclipse.pde.ui,org.eclipse.pde.la
22 ger;x-friends:="org.eclipse.pde.core",org.eclipse.pde.internal.build.
/external/libmtp/
DAUTHORS17 contributor on libmtp from time to time and we're great friends.
/external/google-breakpad/src/testing/gtest/
DCHANGES37 * New feature: predicates used inside EXPECT_TRUE() and friends
67 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
/external/webrtc/webrtc/libjingle/xmpp/
Dxmpp.gyp130 # because ASSERT and friends trigger off of it.
/external/pdfium/third_party/libopenjpeg20/
DREADME.pdfium15 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends.
/external/curl/
DRELEASE-NOTES30 advice from friends like these:
/external/clang/include/clang/AST/
DDeclFriend.h231 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { in friends() function
/external/v8/testing/gtest/
DCHANGES64 * New feature: predicates used inside EXPECT_TRUE() and friends
94 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
/external/libvpx/libvpx/third_party/googletest/src/
DCHANGES64 * New feature: predicates used inside EXPECT_TRUE() and friends
94 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
/external/googletest/googletest/
DCHANGES64 * New feature: predicates used inside EXPECT_TRUE() and friends
94 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DCHANGES64 * New feature: predicates used inside EXPECT_TRUE() and friends
94 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
/external/webrtc/talk/build/
Dcommon.gypi136 # and friends trigger off of it.
/external/clang/test/Analysis/
Dmisc-ps-eager-assume.m131 // caching bug in GRExprEngine::CheckerVisit (and friends) caused the store

1234