Home
last modified time | relevance | path

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

1234567

/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/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
DBUILD4 default_visibility = [":friends"],
8 name = "friends",
10 "//tensorflow/compiler/xla:friends",
/external/tensorflow/tensorflow/contrib/compiler/
DBUILD3 package(default_visibility = [":friends"])
6 name = "friends",
7 includes = ["//tensorflow/compiler/jit:friends"],
/external/tensorflow/tensorflow/compiler/tf2xla/python/
DBUILD4 name = "friends",
10 ":friends",
/external/tensorflow/tensorflow/compiler/xla/
DBUILD6 name = "friends",
68 visibility = [":friends"],
86 visibility = [":friends"],
97 visibility = [":friends"],
107 visibility = [":friends"],
118 visibility = [":friends"],
526 visibility = [":friends"],
548 visibility = [":friends"],
845 visibility = [":friends"],
/external/tensorflow/tensorflow/stream_executor/platform/
DBUILD7 name = "friends",
12 default_visibility = [":friends"],
/external/tensorflow/tensorflow/stream_executor/lib/
DBUILD7 name = "friends",
11 package(default_visibility = [":friends"])
/external/tensorflow/tensorflow/stream_executor/host/
DBUILD9 name = "friends",
13 package(default_visibility = [":friends"])
/external/tensorflow/tensorflow/compiler/jit/
DBUILD11 name = "friends",
13 "//tensorflow/compiler/tf2xla:friends",
35 ":friends",
79 visibility = [":friends"],
99 visibility = [":friends"],
119 visibility = [":friends"],
235 visibility = [":friends"],
251 visibility = [":friends"],
784 ":friends",
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
DBUILD7 default_visibility = [":friends"],
11 name = "friends",
13 "//tensorflow/compiler/xla:friends",
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
DBUILD9 package(default_visibility = [":friends"])
12 name = "friends",
14 "//tensorflow/compiler/xla:friends",
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
DBUILD6 package(default_visibility = [":friends"])
9 name = "friends",
11 "//tensorflow/compiler/xla:friends",
/external/jsr305/
DREADME.android4 Description: "Annotations for Software Defect Detection." ie. @Nullable and friends
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
DBUILD8 "//tensorflow/contrib/boosted_trees:friends",
/external/llvm/test/MC/PowerPC/
Ddeprecated-p7.s12 # FIXME: Test dst and friends once we can parse them.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Ddeprecated-p7.s12 # FIXME: Test dst and friends once we can parse them.
/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/tensorflow/tensorflow/compiler/tf2xla/
DBUILD17 name = "friends",
198 visibility = [":friends"],
251 visibility = [":friends"],
664 visibility = [":friends"],
/external/tensorflow/tensorflow/stream_executor/rocm/
DBUILD16 name = "friends",
21 default_visibility = [":friends"],
/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/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt14 3. SA_SIGINFO and friends are not around; only signal() seems to work.
/external/pdfium/third_party/libopenjpeg20/
DREADME.pdfium13 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends.
/external/tensorflow/tensorflow/compiler/xla/client/
DBUILD9 name = "friends",
11 "//tensorflow/compiler/xla:friends",

1234567