HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 201 - 225 of 2215) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/animator/
SkAnimatorScript.h 75 friend class SkDump;
76 friend struct SkScriptNAnswer;
SkDisplayApply.h 109 friend class SkActive;
110 friend class SkDisplayList;
  /external/webkit/Source/JavaScriptCore/wtf/
RefCounted.h 110 template<typename T> friend class CrossThreadRefCounted;
113 friend void adopted(RefCountedBase*);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.h 45 friend Program;
123 friend Program;
  /external/webkit/Source/WebCore/bindings/js/
WebCoreJSClientData.h 34 friend class JSGlobalDataWorldIterator;
35 friend void initNormalWorldClientData(JSC::JSGlobalData*);
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.h 80 friend class QtClass;
81 friend class QtField;
  /external/webkit/Source/WebCore/html/
HTMLOptionElement.h 35 friend class HTMLSelectElement;
36 friend class RenderMenuList;
  /external/webkit/Source/WebCore/platform/graphics/android/
ScrollableLayerAndroid.h 70 friend void android::serializeLayer(LayerAndroid* layer, SkWStream* stream);
71 friend LayerAndroid* android::deserializeLayer(SkStream* stream);
  /external/webkit/Source/WebKit/qt/Api/
qwebplugindatabase_p.h 62 friend class QWebPluginDatabase;
91 friend class QWebSettings;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.h 63 friend class WebInspectorClient;
64 friend class WebInspectorFrontendClient;
  /frameworks/base/include/drm/
DrmMetadata.h 36 friend class DrmMetadata;
58 friend class DrmMetadata;
  /frameworks/base/include/media/stagefright/
MediaBuffer.h 92 friend class MediaBufferGroup;
93 friend class OMXDecoder;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCached.h 48 friend class CacheReader;
49 friend class MCCacheReader;
  /frameworks/compile/linkloader/include/
ELFReloc.h 107 friend class ELFReloc_CRTP<32>;
130 friend class ELFReloc_CRTP<64>;
  /external/astl/include/
string 174 friend bool operator==(const string& left, const string& right);
175 friend bool operator==(const string& left, const value_type *right);
176 friend bool operator==(const value_type *left, const string& right) { return right == left; }
177 friend bool operator!=(const string& left, const string& right) { return !(left == right); }
178 friend bool operator!=(const string& left, const char* right) { return !(left == right); }
179 friend bool operator!=(const value_type *left, const string& right) { return !(left == right); }
226 friend string operator+(const string& left, const string& right) {
229 friend string operator+(const string& left, const value_type *right) {
232 friend string operator+(const value_type *left, const string& right) {
235 friend string operator+(const string& left, char right)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 434 friend bool
448 friend bool
463 friend std::basic_ostream<_CharT, _Traits>&
484 friend std::basic_istream<_CharT, _Traits>&
606 friend bool
621 friend bool
640 friend std::basic_ostream<_CharT, _Traits>&
659 friend std::basic_istream<_CharT, _Traits>&
808 friend bool
823 friend boo
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 434 friend bool
448 friend bool
463 friend std::basic_ostream<_CharT, _Traits>&
484 friend std::basic_istream<_CharT, _Traits>&
606 friend bool
621 friend bool
640 friend std::basic_ostream<_CharT, _Traits>&
659 friend std::basic_istream<_CharT, _Traits>&
808 friend bool
823 friend boo
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 434 friend bool
448 friend bool
463 friend std::basic_ostream<_CharT, _Traits>&
484 friend std::basic_istream<_CharT, _Traits>&
606 friend bool
621 friend bool
640 friend std::basic_ostream<_CharT, _Traits>&
659 friend std::basic_istream<_CharT, _Traits>&
808 friend bool
823 friend boo
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 68 friend class MemRegionManager;
156 friend class MemRegionManager;
190 friend class MemRegionManager;
210 friend class MemRegionManager;
225 friend class MemRegionManager;
236 friend class MemRegionManager;
269 friend class MemRegionManager;
280 friend class MemRegionManager;
322 friend class MemRegionManager;
438 friend class MemRegionManager
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
InviteContactActivity.java 26 * and either connect ("add as friend", "follow") or invite them to the network
  /external/chromium/base/memory/
ref_counted.h 77 // friend class base::RefCounted<MyFoo>;
112 // friend with RefCountedThreadSafe instead of this struct, which is an
129 // friend class base::RefCountedThreadSafe<MyFoo>;
148 friend struct DefaultRefCountedThreadSafeTraits<T>;
  /external/chromium/base/
message_loop_proxy_impl.h 51 friend class MessageLoopProxy;
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_state.h 42 friend struct DefaultSingletonTraits<BrowserAccessibilityState>;
  /external/chromium/chrome/browser/chromeos/
gview_request_interceptor.h 38 friend struct DefaultSingletonTraits<GViewRequestInterceptor>;
  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.h 59 friend class base::RefCountedThreadSafe<CryptohomeOp>;

Completed in 805 milliseconds

1 2 3 4 5 6 7 891011>>