/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qgraphicswkview.h | 97 friend class QGraphicsWKViewPrivate; 98 friend class TiledDrawingAreaProxy;
|
/external/clang/include/clang/Basic/ |
ABI.h | 50 friend bool operator==(const ReturnAdjustment &LHS, 56 friend bool operator<(const ReturnAdjustment &LHS, 80 friend bool operator==(const ThisAdjustment &LHS, 86 friend bool operator<(const ThisAdjustment &LHS, 110 friend bool operator==(const ThunkInfo &LHS, const ThunkInfo &RHS) { 114 friend bool operator<(const ThunkInfo &LHS, const ThunkInfo &RHS) {
|
VersionTuple.h | 75 friend bool operator==(const VersionTuple& X, const VersionTuple &Y) { 82 friend bool operator!=(const VersionTuple &X, const VersionTuple &Y) { 88 friend bool operator<(const VersionTuple &X, const VersionTuple &Y) { 100 friend bool operator>(const VersionTuple &X, const VersionTuple &Y) { 107 friend bool operator<=(const VersionTuple &X, const VersionTuple &Y) { 114 friend bool operator>=(const VersionTuple &X, const VersionTuple &Y) {
|
/external/clang/lib/CodeGen/ |
CGBlocks.h | 67 friend BlockFlags operator|(BlockFlags l, BlockFlags r) { 70 friend BlockFlags &operator|=(BlockFlags &l, BlockFlags r) { 74 friend bool operator&(BlockFlags l, BlockFlags r) { 112 friend BlockFieldFlags operator|(BlockFieldFlags l, BlockFieldFlags r) { 115 friend BlockFieldFlags &operator|=(BlockFieldFlags &l, BlockFieldFlags r) { 119 friend bool operator&(BlockFieldFlags l, BlockFieldFlags r) {
|
/external/skia/src/core/ |
SkFloat.h | 63 friend bool operator==(const SkFloat& a, const SkFloat& b) { return a.fPacked == b.fPacked; } 64 friend bool operator!=(const SkFloat& a, const SkFloat& b) { return a.fPacked != b.fPacked; } 65 friend bool operator<(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) < 0; } 66 friend bool operator<=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) <= 0; } 67 friend bool operator>(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) > 0; } 68 friend bool operator>=(const SkFloat& a, const SkFloat& b) { return Cmp(a.fPacked, b.fPacked) >= 0; }
|
/external/chromium/net/spdy/ |
spdy_framer.h | 262 friend class net::HttpNetworkLayer; // This is temporary for the server. 263 friend class net::HttpNetworkTransactionTest; 264 friend class net::HttpProxyClientSocketPoolTest; 265 friend class net::SpdyHttpStreamTest; 266 friend class net::SpdyNetworkTransactionTest; 267 friend class net::SpdyProxyClientSocketTest; 268 friend class net::SpdySessionTest; 269 friend class net::SpdyStreamTest; 270 friend class test::TestSpdyVisitor; 271 friend void test::FramerSetEnableCompressionHelper(SpdyFramer* framer [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebelement.h | 167 friend class DumpRenderTreeSupportQt; 168 friend class QWebFrame; 169 friend class QWebElementCollection; 170 friend class QWebHitTestResult; 171 friend class QWebHitTestResultPrivate; 172 friend class QWebPage; 175 friend class V8::Bindings::QtWebElementRuntime; 177 friend class JSC::Bindings::QtWebElementRuntime; 239 friend class const_iterator; 273 friend class iterator [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
shared_ptr.h | 194 friend inline bool 198 friend inline bool 207 friend class __weak_count<_Lp>; 277 friend inline bool 281 friend inline bool 286 friend class __shared_count<_Lp>; 325 // Friend of __enable_shared_from_this. 332 // Friend of enable_shared_from_this. 565 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr; 566 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 194 friend inline bool 198 friend inline bool 207 friend class __weak_count<_Lp>; 277 friend inline bool 281 friend inline bool 286 friend class __shared_count<_Lp>; 325 // Friend of __enable_shared_from_this. 332 // Friend of enable_shared_from_this. 565 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr; 566 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 194 friend inline bool 198 friend inline bool 207 friend class __weak_count<_Lp>; 277 friend inline bool 281 friend inline bool 286 friend class __shared_count<_Lp>; 325 // Friend of __enable_shared_from_this. 332 // Friend of enable_shared_from_this. 565 template<typename _Tp1, _Lock_policy _Lp1> friend class __shared_ptr; 566 template<typename _Tp1, _Lock_policy _Lp1> friend class __weak_ptr [all...] |
/external/webkit/Source/JavaScriptCore/heap/ |
Handle.h | 51 friend class HandleHeap; 52 friend struct JSCallbackObjectData; 53 template <typename KeyType, typename MappedType, typename FinalizerCallback, typename HashArg, typename KeyTraitsArg> friend class WeakGCMap; 145 template <typename A, typename B> friend class HandleConverter; 164 friend class HandleHeap;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Identifier.h | 34 friend class Structure; 70 friend bool operator==(const Identifier&, const Identifier&); 71 friend bool operator!=(const Identifier&, const Identifier&); 73 friend bool operator==(const Identifier&, const char*); 74 friend bool operator!=(const Identifier&, const char*);
|
/external/chromium/chrome/browser/ |
mach_broker_mac.h | 105 friend class MachBrokerTest; 106 friend class RegisterNotificationTask; 108 friend struct DefaultSingletonTraits<MachBroker>;
|
/external/chromium/chrome/browser/policy/ |
asynchronous_policy_loader.h | 43 friend class UpdatePolicyTask; 47 friend class base::RefCountedThreadSafe<AsynchronousPolicyLoader>; 78 friend class AsynchronousPolicyLoaderTest;
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_controller.h | 92 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>; 93 friend class DeleteTask<DataTypeController>; 94 friend class ShutdownTask;
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_manager.h | 93 // Helpers for friend class ScopedDirLookup: 94 friend class ScopedDirLookup; 124 friend class sync_api::BaseTransaction;
|
/external/llvm/include/llvm/ADT/ |
ilist_node.h | 27 friend struct ilist_traits<NodeTy>; 44 friend struct ilist_nextprev_traits<NodeTy>; 45 friend struct ilist_traits<NodeTy>;
|
/external/v8/src/ |
v8threads.h | 70 friend class ThreadManager; 133 friend class Isolate; 134 friend class ThreadState;
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontCache.h | 56 friend FontCache* fontCache(); 109 friend class SimpleFontData; // For getCachedFontData(const FontPlatformData*) 110 friend class FontFallbackList;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeVisualContext.h | 160 friend class MovieClient; 165 friend class LayerClient; 170 friend class VisualContextClient;
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/ |
exception_ptr.h | 98 friend exception_ptr std::current_exception() throw(); 99 friend void std::rethrow_exception(exception_ptr); 140 friend bool
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/ |
exception_ptr.h | 98 friend exception_ptr std::current_exception() throw(); 99 friend void std::rethrow_exception(exception_ptr); 140 friend bool
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
exception_ptr.h | 98 friend exception_ptr std::current_exception() throw(); 99 friend void std::rethrow_exception(exception_ptr); 140 friend bool
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
exception_ptr.h | 98 friend exception_ptr std::current_exception() throw(); 99 friend void std::rethrow_exception(exception_ptr); 140 friend bool
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
exception_ptr.h | 98 friend exception_ptr std::current_exception() throw(); 99 friend void std::rethrow_exception(exception_ptr); 140 friend bool
|