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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/
MANIFEST.MF 56 Export-Package: com.android.ide.common.layout;x-friends:="com.android.ide.eclipse.tests",
57 com.android.ide.common.layout.grid;x-friends:="com.android.ide.eclipse.tests",
58 com.android.ide.common.layout.relative;x-friends:="com.android.ide.eclipse.tests",
59 com.android.ide.common.resources.platform;x-friends:="com.android.ide.eclipse.tests",
60 com.android.ide.eclipse.adt;x-friends:="com.android.ide.eclipse.tests,com.android.ide.eclipse.adt.package",
61 com.android.ide.eclipse.adt.internal;x-friends:="com.android.ide.eclipse.tests",
62 com.android.ide.eclipse.adt.internal.actions;x-friends:="com.android.ide.eclipse.tests",
63 com.android.ide.eclipse.adt.internal.assetstudio;x-friends:="com.android.ide.eclipse.tests",
64 com.android.ide.eclipse.adt.internal.build;x-friends:="com.android.ide.eclipse.tests",
65 com.android.ide.eclipse.adt.internal.build.builders;x-friends:="com.android.ide.eclipse.tests"
    [all...]
  /external/clang/test/Modules/
merge-dependent-friends.cpp 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/merge-dependent-friends -verify %s
merge-friends.cpp 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/merge-friends -verify %s
  /external/jsr305/
README.android 4 Description: "Annotations for Software Defect Detection." ie. @Nullable and friends
  /external/valgrind/memcheck/tests/vbit-test/
TODO 8 (4) Iop_CmpORD32U and friends are not supported (ppc only)
  /external/clang/test/CodeGenCXX/
debug-info-friend.cpp 17 // Emitting debug info for friends unnecessarily bloats debug info without any
  /development/samples/SkeletonApp/res/values/
colors.xml 19 and friends), we are also using it to define drawables that are
23 <!-- Retrieved via Resources.getColor() and friends. -->
26 <!-- Retrieved via Resources.getDrawable() and friends. -->
  /external/clang/test/PCH/
cxx-friends.cpp 2 // RUN: %clang_cc1 -include %S/cxx-friends.h -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/cxx-friends.h
9 // RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/cxx-friends.h -fmodules
cxx-friends.h 1 // Header for PCH test cxx-friends.cpp
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/
MANIFEST.MF 15 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.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/
MANIFEST.MF 20 Export-Package: com.android.ide.eclipse.gltrace;x-friends:="com.android.ide.eclipse.gldebugger.tests",
21 com.android.ide.eclipse.gltrace.format;x-friends:="com.android.ide.eclipse.gldebugger.tests",
22 com.android.ide.eclipse.gltrace.model;x-friends:="com.android.ide.eclipse.gldebugger.tests"
  /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/clang/test/CXX/class/class.friend/
p1.cpp 32 friend int Outer::Inner::intfield; // expected-error {{friends can only be classes or functions}}
33 friend int Outer::Inner::missing_field; //expected-error {{friends can only be classes or functions}}
35 friend int myglobal; // expected-error {{friends can only be classes or functions}}
44 friend void A::a_member(); // expected-error {{friends cannot be members of the declaring class}}
45 friend void a_member(); // okay (because we ignore class scopes when looking up friends)
  /external/compiler-rt/test/msan/
getaddrinfo.cc 18 // This should trigger loading of libnss_dns and friends.
  /external/llvm/test/MC/PowerPC/
deprecated-p7.s 12 # FIXME: Test dst and friends once we can parse them.
  /external/v8/include/
v8stdint.h 25 // intptr_t and friends are defined in crtdefs.h through stdio.h.
  /ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp 4 // singleton.C:26: warning: `class singleton' only defines private constructors and has no friends
  /ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp 4 // singleton.C:26: warning: `class singleton' only defines private constructors and has no friends
  /frameworks/base/docs/html/design/tv/
principles.jd 15 immersive gameplay, to hanging out with friends in a living room.</p>
18 fast, be it the big game, their favorite show, or a game with friends. The next piece of content
  /external/eigen/doc/
eigendoxy_layout.xml.in 49 <friends title=""/>
144 <friends title=""/>
163 <friends title=""/>
  /external/eigen/unsupported/doc/
eigendoxy_layout.xml.in 48 <friends title=""/>
143 <friends title=""/>
162 <friends title=""/>
  /external/libvncserver/VisualNaCro/
nacro.h 26 /* the timeout, specified in microseconds, for process() and friends */
29 /* the return values of process() and friends */
67 /* run the event loop for a while: process() and friends:
  /external/v8/test/mjsunit/
regexp-results-cache.js 30 "Friends, Romans, countrymen, lend me your ears! \
74 assertEquals("Friends,", words[0]);
77 assertEquals("Friends,", words[0]);
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 81 "TELL ME ABOUT YOUR FRIENDS.", "ARE YOU WORRIED ABOUT YOUR FRIENDS?",
82 "DO YOUR FRIENDS EVER GIVE YOU A HARD TIME?", "WHAT DO YOU LIKE ABOUT YOUR FRIENDS?",
83 "DO YOU LOVE YOUR FRIENDS?", "PERHAPS YOUR LOVE FOR FRIENDS WORRIES YOU.",

Completed in 881 milliseconds

1 2 3 4 5 6 7 8 91011>>