/external/chromium/chrome/browser/profiles/ |
OWNERS | 2 # Primarily for ProfileIOData and friends.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/ |
MANIFEST.MF | 56 Export-Package: com.android.assetstudiolib;x-friends:="com.android.ide.eclipse.tests", 57 com.android.ide.common.api;x-friends:="com.android.ide.eclipse.tests", 58 com.android.ide.common.layout;x-friends:="com.android.ide.eclipse.tests", 59 com.android.ide.common.layout.grid;x-friends:="com.android.ide.eclipse.tests", 60 com.android.ide.common.layout.relative;x-friends:="com.android.ide.eclipse.tests", 61 com.android.ide.common.resources.platform;x-friends:="com.android.ide.eclipse.tests", 62 com.android.ide.eclipse.adt;x-friends:="com.android.ide.eclipse.tests", 63 com.android.ide.eclipse.adt.internal;x-friends:="com.android.ide.eclipse.tests", 64 com.android.ide.eclipse.adt.internal.actions;x-friends:="com.android.ide.eclipse.tests", 65 com.android.ide.eclipse.adt.internal.assetstudio;x-friends:="com.android.ide.eclipse.tests" [all...] |
/external/clang/test/PCH/ |
cxx-friends.h | 1 // Header for PCH test cxx-friends.cpp
|
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
|
/external/jsr305/ |
README.android | 4 Description: "Annotations for Software Defect Detection." ie. @Nullable and friends
|
/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/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 | 258 Set<String> friends; field in class:SetOperationsTest.MoreTests 262 friends = Sets.newHashSet("Tom", "Joe", "Dave"); 267 Set<String> all = Sets.union(friends, enemies); 270 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy(); 272 = Sets.union(friends, enemies).copyInto(new HashSet<String>()); 281 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave"); local 284 Set<String> frenemies = Sets.intersection(friends, enemies); 288 = Sets.intersection(friends, enemies).immutableCopy(); 290 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>()); 299 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave") local 317 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/chromium/base/ |
gtest_prod_util.h | 11 // This is a wrapper for gtest's FRIEND_TEST macro that friends
|
safe_strerror_posix.h | 11 // BEFORE using anything from this file, first look at PLOG and friends in
|
/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
|
/external/llvm/docs/HistoricalNotes/ |
2003-01-23-CygwinNotes.txt | 14 3. SA_SIGINFO and friends are not around; only signal() seems to work.
|
/external/openssh/ |
xmalloc.h | 9 * Versions of malloc and friends that check their results, and never return
|
/sdk/templates/activities/SettingsActivity/root/res/values/ |
strings.xml.ftl | 17 <string name="pref_title_add_friends_to_messages">Add friends to messages</string>
|
/external/srec/config/en.us/grammars/ |
lookup.grxml | 101 <item> friends <tag>P='friends'</tag> </item>
|
/build/core/ |
help.mk | 36 @echo "services The system server (Java) and friends"
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
content_setting_decoration.h | 41 // be friends.
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest_prod.h | 38 // use the FRIEND_TEST macro to declare your tests as friends of the
|
/external/chromium/testing/gtest/include/gtest/ |
gtest_prod.h | 38 // use the FRIEND_TEST macro to declare your tests as friends of the
|
/external/clang/test/CodeGen/ |
builtin-attributes.c | 31 // Same thing for modf and friends.
|
/external/gtest/include/gtest/ |
gtest_prod.h | 38 // use the FRIEND_TEST macro to declare your tests as friends of the
|
/external/kernel-headers/original/linux/ |
vmalloc.h | 10 #define VM_IOREMAP 0x00000001 /* ioremap() and friends */
|