Home
last modified time | relevance | path

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

12345

/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/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/toybox/
Dconfigure19 # you call scripts/make.sh and friends directly.
/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/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/python/cpython2/Doc/library/
Dspwd.rst7 :synopsis: The shadow password database (getspnam() and friends).
Dgrp.rst7 :synopsis: The group database (getgrnam() and friends).
Dpwd.rst7 :synopsis: The password database (getpwnam() and friends).
Dconstants.rst35 (:meth:`__eq__`, :meth:`__lt__`, and friends), to indicate that the comparison
/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/libmtp/
DAUTHORS17 contributor on libmtp from time to time and we're great 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/clang/include/clang/AST/
DDeclFriend.h231 inline CXXRecordDecl::friend_range CXXRecordDecl::friends() const { in friends() function
/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/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/v8/testing/gtest/
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/curl/
DRELEASE-NOTES56 advice from friends like these:

12345