/frameworks/base/include/utils/ |
CallStack.h | 40 CallStack& operator = (const CallStack& rhs); 42 bool operator == (const CallStack& rhs) const; 43 bool operator != (const CallStack& rhs) const; 44 bool operator < (const CallStack& rhs) const; 45 bool operator >= (const CallStack& rhs) const; 46 bool operator > (const CallStack& rhs) const; 47 bool operator <= (const CallStack& rhs) const; 49 const void* operator [] (int index) const;
|
TextOutput.h | 66 TextOutput& operator<<(TextOutput& to, const char* str); 67 TextOutput& operator<<(TextOutput& to, char); // writes raw character 68 TextOutput& operator<<(TextOutput& to, bool); 69 TextOutput& operator<<(TextOutput& to, int); 70 TextOutput& operator<<(TextOutput& to, long); 71 TextOutput& operator<<(TextOutput& to, unsigned int); 72 TextOutput& operator<<(TextOutput& to, unsigned long); 73 TextOutput& operator<<(TextOutput& to, long long); 74 TextOutput& operator<<(TextOutput& to, unsigned long long); 75 TextOutput& operator<<(TextOutput& to, float) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_relops_cont.h | 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x, 15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/ |
child_iterator.hpp | 57 operator==(const iterator& other) const 61 operator!=(const iterator& other) const 65 operator++() 67 const_iterator::operator++(); 72 operator++(int) 75 operator++(); 80 operator->() 87 operator*()
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
child_iterator.hpp | 57 operator==(const iterator& other) const 61 operator!=(const iterator& other) const 65 operator++() 67 const_iterator::operator++(); 72 operator++(int) 75 operator++(); 80 operator->() 87 operator*()
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_relops_cont.h | 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x, 15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
child_iterator.hpp | 57 operator==(const iterator& other) const 61 operator!=(const iterator& other) const 65 operator++() 67 const_iterator::operator++(); 72 operator++(int) 75 operator++(); 80 operator->() 87 operator*()
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_relops_cont.h | 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x, 15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
|
/external/webkit/Source/JavaScriptCore/API/ |
JSRetainPtr.h | 54 T operator->() const { return m_ptr; } 56 bool operator!() const { return !m_ptr; } 58 // This conversion operator allows implicit conversion to bool but not to other integer types. 60 operator UnspecifiedBoolType() const { return m_ptr ? &JSRetainPtr::m_ptr : 0; } 62 JSRetainPtr& operator=(const JSRetainPtr&); 63 template<typename U> JSRetainPtr& operator=(const JSRetainPtr<U>&); 64 JSRetainPtr& operator=(T); 65 template<typename U> JSRetainPtr& operator=(U*); 113 template<typename T> inline JSRetainPtr<T>& JSRetainPtr<T>::operator=(const JSRetainPtr<T>& o) 125 template<typename T> template<typename U> inline JSRetainPtr<T>& JSRetainPtr<T>::operator=(const JSRetainPtr<U>& o [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/cpp/ |
WKRetainPtr.h | 94 PtrType operator->() const { return m_ptr; } 95 bool operator!() const { return !m_ptr; } 97 // This conversion operator allows implicit conversion to bool but not to other integer types. 99 operator UnspecifiedBoolType() const { return m_ptr ? &WKRetainPtr::m_ptr : 0; } 101 WKRetainPtr& operator=(const WKRetainPtr&); 102 template<typename U> WKRetainPtr& operator=(const WKRetainPtr<U>&); 103 WKRetainPtr& operator=(PtrType); 104 template<typename U> WKRetainPtr& operator=(U*); 113 template<typename T> inline WKRetainPtr<T>& WKRetainPtr<T>::operator=(const WKRetainPtr<T>& o) 125 template<typename T> template<typename U> inline WKRetainPtr<T>& WKRetainPtr<T>::operator=(const WKRetainPtr<U>& o [all...] |
/external/clang/test/CXX/class.access/ |
p4.cpp | 39 void operator+(Public&); 40 void operator[](Public&); 41 void operator()(Public&); 43 operator PublicSurrogate() const; 45 void operator+(Protected&); // expected-note {{declared protected here}} 46 void operator[](Protected&); // expected-note {{declared protected here}} 47 void operator()(Protected&); // expected-note {{declared protected here}} 49 operator ProtectedSurrogate() const; // expected-note {{declared protected here}} 51 void operator+(Private&); // expected-note {{declared private here}} 52 void operator[](Private&); // expected-note {{declared private here} [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
valarray_before.h | 65 _Tp operator()(const _Tp& __t) const 72 _Tp operator()(const _Tp& __t) const 79 _Tp operator()(const _Tp& __t) const 86 _Tp operator()(const _Tp& __t) const 93 _Tp operator()(const _Tp& __t) const 100 _Tp operator()(const _Tp& __t) const 107 _Tp operator()(const _Tp& __t) const 114 _Tp operator()(const _Tp& __t) const 121 _Tp operator()(const _Tp& __t) const 128 _Tp operator()(const _Tp& __t) cons [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 65 _Tp operator()(const _Tp& __t) const 72 _Tp operator()(const _Tp& __t) const 79 _Tp operator()(const _Tp& __t) const 86 _Tp operator()(const _Tp& __t) const 93 _Tp operator()(const _Tp& __t) const 100 _Tp operator()(const _Tp& __t) const 107 _Tp operator()(const _Tp& __t) const 114 _Tp operator()(const _Tp& __t) const 121 _Tp operator()(const _Tp& __t) const 128 _Tp operator()(const _Tp& __t) cons [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 65 _Tp operator()(const _Tp& __t) const 72 _Tp operator()(const _Tp& __t) const 79 _Tp operator()(const _Tp& __t) const 86 _Tp operator()(const _Tp& __t) const 93 _Tp operator()(const _Tp& __t) const 100 _Tp operator()(const _Tp& __t) const 107 _Tp operator()(const _Tp& __t) const 114 _Tp operator()(const _Tp& __t) const 121 _Tp operator()(const _Tp& __t) const 128 _Tp operator()(const _Tp& __t) cons [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
PassOwnArrayPtr.h | 63 T& operator*() const { ASSERT(m_ptr); return *m_ptr; } 64 PtrType operator->() const { ASSERT(m_ptr); return m_ptr; } 66 bool operator!() const { return !m_ptr; } 68 // This conversion operator allows implicit conversion to bool but not to other integer types. 70 operator bool() const { return m_ptr; } 73 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnArrayPtr::m_ptr : 0; } 76 PassOwnArrayPtr& operator=(const PassOwnArrayPtr<T>&); 78 PassOwnArrayPtr& operator=(std::nullptr_t) { clear(); return *this; } 80 template<typename U> PassOwnArrayPtr& operator=(const PassOwnArrayPtr<U>&); 86 PassOwnArrayPtr& operator=(PtrType) [all...] |
/external/icu4c/common/ |
uobject.cpp | 42 * 04F 00000000 UNDEF notype () External | ??2@YAPAXI@Z (void * __cdecl operator new(unsigned int)) 43 * 03F 00000000 UNDEF notype () External | ??3@YAXPAX@Z (void __cdecl operator delete(void *)) 55 * for which file and function calls the global new or delete operator, 59 void * U_EXPORT2 UMemory::operator new(size_t size) U_NO_THROW { 63 void U_EXPORT2 UMemory::operator delete(void *p) U_NO_THROW { 69 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NO_THROW { 73 void U_EXPORT2 UMemory::operator delete[](void *p) U_NO_THROW { 80 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NO_THROW { 81 return UMemory::operator new(size); 84 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NO_THROW [all...] |
/external/stlport/test/eh/ |
TestClass.h | 40 inline TestClass& operator=( const TestClass& rhs ); 43 inline TestClass operator!() const; 45 bool operator==( const TestClass& rhs ) const 50 bool operator<( const TestClass& rhs ) const { 111 inline TestClass& TestClass::operator=( const TestClass& rhs ) 133 inline TestClass TestClass::operator!() const 138 inline bool operator>( const TestClass& lhs, const TestClass& rhs ) { 142 inline bool operator>=( const TestClass& lhs, const TestClass& rhs ) { 146 inline bool operator<=( const TestClass& lhs, const TestClass& rhs ) { 150 inline bool operator != ( const TestClass& lhs, const TestClass& rhs ) [all...] |
/frameworks/base/include/ui/ |
Rect.h | 32 // we don't provide copy-ctor and operator= on purpose 64 operator = (rhs); 102 inline bool operator == (const Rect& rhs) const { 107 inline bool operator != (const Rect& rhs) const { 108 return !operator == (rhs); 111 // operator < defines an order which allows to use rectangles in sorted 113 bool operator < (const Rect& rhs) const; 127 Rect& operator += (const Point& rhs) { 130 Rect& operator -= (const Point& rhs) { 133 const Rect operator + (const Point& rhs) const [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
hash_fun.h | 81 operator()(const char* __s) const 89 operator()(const char* __s) const 97 operator()(char __x) const 105 operator()(unsigned char __x) const 113 operator()(unsigned char __x) const 121 operator()(short __x) const 129 operator()(unsigned short __x) const 137 operator()(int __x) const 145 operator()(unsigned int __x) const 153 operator()(long __x) cons [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_fun.h | 81 operator()(const char* __s) const 89 operator()(const char* __s) const 97 operator()(char __x) const 105 operator()(unsigned char __x) const 113 operator()(unsigned char __x) const 121 operator()(short __x) const 129 operator()(unsigned short __x) const 137 operator()(int __x) const 145 operator()(unsigned int __x) const 153 operator()(long __x) cons [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_fun.h | 81 operator()(const char* __s) const 89 operator()(const char* __s) const 97 operator()(char __x) const 105 operator()(unsigned char __x) const 113 operator()(unsigned char __x) const 121 operator()(short __x) const 129 operator()(unsigned short __x) const 137 operator()(int __x) const 145 operator()(unsigned int __x) const 153 operator()(long __x) cons [all...] |
/external/opencv/cxcore/src/ |
_cxcore.h | 108 //CvComplex32f& operator = (const CvComplex32f& v ) { re = v.re; im = v.im; return *this; } 109 operator CvComplex64f() const; 120 //CvComplex64f& operator = (const CvComplex64f& v ) { re = v.re; im = v.im; return *this; } 121 operator CvComplex32f() const; 127 inline CvComplex32f operator + (CvComplex32f a, CvComplex32f b) 132 inline CvComplex32f& operator += (CvComplex32f& a, CvComplex32f b) 139 inline CvComplex32f operator - (CvComplex32f a, CvComplex32f b) 144 inline CvComplex32f& operator -= (CvComplex32f& a, CvComplex32f b) 151 inline CvComplex32f operator - (CvComplex32f a) 156 inline CvComplex32f operator * (CvComplex32f a, CvComplex32f b [all...] |
/external/clang/include/clang/AST/ |
StmtIterator.h | 92 DERIVED& operator++() { 105 DERIVED operator++(int) { 107 operator++(); 111 bool operator==(const DERIVED& RHS) const { 115 bool operator!=(const DERIVED& RHS) const { 119 REFERENCE operator*() const { 123 REFERENCE operator->() const { return operator*(); } 161 operator bool() const { return !empty(); } 163 Stmt *operator->() const { return first.operator->(); [all...] |
CharUnits.h | 69 CharUnits& operator+= (const CharUnits &Other) { 73 CharUnits& operator++ () { 77 CharUnits operator++ (int) { 80 CharUnits& operator-= (const CharUnits &Other) { 84 CharUnits& operator-- () { 88 CharUnits operator-- (int) { 93 bool operator== (const CharUnits &Other) const { 96 bool operator!= (const CharUnits &Other) const { 101 bool operator< (const CharUnits &Other) const { 104 bool operator<= (const CharUnits &Other) const { [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
bitset | 69 operator=(bool __x) 79 operator=(const reference& __x) 92 operator~() const 100 operator bool() const 148 operator&=(const bitset<_Nb>& __rhs) 155 operator|=(const bitset<_Nb>& __rhs) 162 operator^=(const bitset<_Nb>& __rhs) 169 operator<<=(size_t __pos) 176 operator>>=(size_t __pos) 212 bitset<_Nb> operator~() const { return bitset(~_M_base()); [all...] |