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

1 2 3 4 5 6 7 8 91011>>

  /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,com.android.ide.eclipse.adt.package",
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/chromium_org/chrome/browser/profiles/
OWNERS 7 # Primarily for ProfileIOData and friends.
  /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/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 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_org/chrome/app/
chrome_exe_main_mac.cc 6 // bundle (browser) and helper app (renderer, plugin, and friends).
  /external/chromium/base/
gtest_prod_util.h 11 // This is a wrapper for gtest's FRIEND_TEST macro that friends
  /external/chromium_org/chrome/browser/chromeos/drive/
logging.h 14 // base/logging.h, and breaks DCHECK() and friends.
  /external/chromium_org/chrome/browser/sync_file_system/
logger.h 17 // base/logging.h, and breaks DCHECK() and friends.
  /external/compiler-rt/lib/msan/lit_tests/
getaddrinfo.cc 18 // This should trigger loading of libnss_dns and friends.
  /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/chromium_org/ppapi/cpp/documentation/
DoxygenLayout.xml 60 <friends title="Friends List"/>
70 <related title="Friends and Related Functions Details"/>
151 <friends title=""/>
169 <friends title=""/>
  /external/chromium_org/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]);
  /external/chromium_org/net/data/url_request_unittest/
BullRunSpeech.txt 8 Friends, I shall ask you to be as quiet as possible. I don't know whether you fully understand that I have just been shot; but it takes more than that to kill a Bull Moose. But fortunately I had my manuscript, so you see I was going to make a long speech, and there is a bullet - there is where the bullet went through - and it probably saved me from it going into my heart. The bullet is in me now, so that I cannot make a very long speech, but I will try my best.
10 And now, friends, I want to take advantage of this incident to say a word of solemn warning to my fellow countrymen. First of all, I want to say this about myself: I have altogether too important things to think of to feel any concern over my own death; and now I cannot speak to you insincerely within five minutes of being shot. I am telling you the literal truth when I say that my concern is for many other things. It is not in the least for my own life. I want you to understand that I am ahead of the game, anyway. No man has had a happier life than I have led; a happier life in every way. I have been able to do certain things that I greatly wished to do, and I am interested in doing other things. I can tell you with absolute truthfulness that I am very much uninterested in whether I am shot or not. It was just as when I was colonel of my regiment. I always felt that a private was to be excused for feeling at times some pangs of anxiety about his personal safety, but I cannot understand a man fit to be a colonel who can pay any heed to his personal safety when he is occupied as he ought to be with the absorbing desire to do his duty.
14 Friends, I ask you now this evening to accept what I am saying as absolutely true, when I tell you I am not thinking of my own success. I am not thinking of my life or of anything connected with me personally. I am thinking of the movement. I say this by way of introduction, because I want to say something very serious to our people and especially to the newspapers. I don't know anything about who the man was who shot me to-night. He was seized at once by one of the stenographers in my party, Mr. Martin, and I suppose is now in the hands of the police. He shot to kill. He shot - the shot, the bullet went in here - I will show you.
18 Now, friends, of course, I do not know, as I say, anything about him; but it is a very natural thing that weak and vicious minds should be inflamed to acts of violence by the kind of awful mendacity and abuse that have been heaped upon me for the last three months by the papers in the interest of not only Mr. Debs but of Mr. Wilson and Mr. Taft.
20 Friends, I will disown and repudiate any man of my party who attacks with such foul slander and abuse any opponent of any other party; and now I wish to say seriously to all the daily newspapers, to the Republicans, the Democrat, and Socialist parties, that they cannot, month in month out and year in and year out, make the kind of untruthful, of bitter assault that they have made and not expect that brutal, violent natures, or brutal and violent characters, especially when the brutality is accompanied by a not very strong mind; they cannot expect that such natures will be unaffected by it.
22 Now, friends, I am not speaking for myself at all, I give you my word, I do not care a rap about being shot; not a rap.
26 Now, friends, it ought not to be too much to ask that our opponents -[speaking to some one on the stage]-I am not sick at all. I am all right. I cannot tell you of what infinitesimal importance I regard this incident as compared with the great issues at stake in this campaign, and I ask it not for my sake, not the least in the world, but for the sake of common country, that they make up their minds to speak only the truth, and not use that kind of slander and mendacity which if taken seriously must incite weak and violent natures to crimes of violence. Don't you make any mistake. Don't you pity me. I am all right. I am all right and you cannot escape listening to the speech either.
28 And now, friends, this incident that has just occurred - this effort to assassinate me- emphasizes to a peculiar degree the need of the Progressive movement. Friends, every good citizen ought to do everything in his or her power to prevent the coming of the day when we shall see in this country two recognized creeds fighting one another, when we shall see the creed of the "Havenots" arraigned against the creed of the "Haves." When that day comes then such incidents as this to-night will be commonplace in our history. When you make poor men - when you permit the conditions to grow such that the poor man as such will be swayed by his sense of injury against the men who try to hold what they improperly have won, when that day comes, the most awful passions will be let loose and it will be an ill day for our country.
30 Now, friends, what we who are in this movement are endeavoring to do is forestall any such movement for justice (…)
    [all...]
  /external/chromium_org/base/
gtest_prod_util.h 10 // This is a wrapper for gtest's FRIEND_TEST macro that friends
  /external/chromium_org/base/mac/
scoped_ioplugininterface.h 16 // Just like ScopedCFTypeRef but for IOCFPlugInInterface and friends
  /external/chromium_org/chrome/installer/util/
chrome_app_host_distribution.h 66 // Disallow construction from non-friends.
chrome_frame_distribution.h 66 // Disallow construction from non-friends.

Completed in 401 milliseconds

1 2 3 4 5 6 7 8 91011>>