/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptstring_p.h | 40 inline bool operator==(const QScriptStringPrivate& other) const; 41 inline bool operator!=(const QScriptStringPrivate& other) const; 49 inline operator JSStringRef() const; 86 bool QScriptStringPrivate::operator==(const QScriptStringPrivate& other) const 91 bool QScriptStringPrivate::operator!=(const QScriptStringPrivate& other) const 119 QScriptStringPrivate::operator JSStringRef() const
|
/external/webkit/Source/WebCore/bindings/cpp/ |
WebDOMString.h | 47 WebDOMString& operator=(const WebDOMString& s) 74 template <int N> WebDOMString& operator=(const char (&data)[N]) 81 WebDOMString& operator=(const WTF::String&); 82 operator WTF::String() const; 85 WebDOMString& operator=(const WTF::AtomicString&); 86 operator WTF::AtomicString() const;
|
/external/webkit/Source/WebKit/chromium/public/ |
WebPoint.h | 67 WebPoint& operator=(const WebCore::IntPoint& p) 74 operator WebCore::IntPoint() const 85 WebPoint& operator=(const gfx::Point& p) 92 operator gfx::Point() const 99 inline bool operator==(const WebPoint& a, const WebPoint& b) 104 inline bool operator!=(const WebPoint& a, const WebPoint& b)
|
WebSize.h | 69 WebSize& operator=(const WebCore::IntSize& s) 76 operator WebCore::IntSize() const 87 WebSize& operator=(const gfx::Size& s) 94 operator gfx::Size() const 101 inline bool operator==(const WebSize& a, const WebSize& b) 106 inline bool operator!=(const WebSize& a, const WebSize& b)
|
/frameworks/base/tools/localize/ |
XLIFFFile.h | 72 inline bool operator<(const File& that) const { return Compare(that) < 0; } 73 inline bool operator<=(const File& that) const { return Compare(that) <= 0; } 74 inline bool operator==(const File& that) const { return Compare(that) == 0; } 75 inline bool operator!=(const File& that) const { return Compare(that) != 0; } 76 inline bool operator>=(const File& that) const { return Compare(that) >= 0; } 77 inline bool operator>(const File& that) const { return Compare(that) > 0; }
|
/ndk/sources/cxx-stl/gabi++/src/ |
new.cc | 34 operator new(std::size_t size) throw (/*std::bad_alloc*/) 45 operator new[](std::size_t size) throw(/*std::bad_alloc*/) 47 return ::operator new(size); 52 operator new(std::size_t size, const std::nothrow_t&) 58 operator new[](std::size_t size, const std::nothrow_t& nt) 60 return ::operator new(size, nt);
|
/ndk/sources/cxx-stl/stlport/stlport/ |
iostream.h | 58 istream_withassign& operator=(istream& __s) { 62 istream_withassign& operator=(streambuf* __s) { 73 ostream_withassign& operator=(ostream& __s) { 77 ostream_withassign& operator=(streambuf* __s) { 87 iostream_withassign & operator=(ios& __i) { 91 iostream_withassign & operator=(streambuf* __s) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
base.h | 167 bool operator()(const T1& a, const T2& b) 188 operator()(const argument_type& __x) 209 operator()(const second_argument_type& __x) 215 operator()(second_argument_type& __x) const 238 operator()(const first_argument_type& __x) const 244 operator()(first_argument_type& __x) 252 bool operator()(const T1& t1, const T2& t2) const 261 operator()(const T1& t1, const T2& t2) const 265 operator()(const T2& t2, const T1& t1) const 274 operator()(const _Tp& __x, const _Tp& __y) cons [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
iostream.h | 58 istream_withassign& operator=(istream& __s) { 62 istream_withassign& operator=(streambuf* __s) { 73 ostream_withassign& operator=(ostream& __s) { 77 ostream_withassign& operator=(streambuf* __s) { 87 iostream_withassign & operator=(ios& __i) { 91 iostream_withassign & operator=(streambuf* __s) {
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
iostream.h | 58 istream_withassign& operator=(istream& __s) { 62 istream_withassign& operator=(streambuf* __s) { 73 ostream_withassign& operator=(ostream& __s) { 77 ostream_withassign& operator=(streambuf* __s) { 87 iostream_withassign & operator=(ios& __i) { 91 iostream_withassign & operator=(streambuf* __s) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
chrono | 234 duration& operator=(const duration&) = default; 243 operator+() const 247 operator-() const 251 operator++() 258 operator++(int) 262 operator--() 269 operator--(int) 273 operator+=(const duration& __d) 280 operator-=(const duration& __d) 287 operator*=(const rep& __rhs [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
chrono | 234 duration& operator=(const duration&) = default; 243 operator+() const 247 operator-() const 251 operator++() 258 operator++(int) 262 operator--() 269 operator--(int) 273 operator+=(const duration& __d) 280 operator-=(const duration& __d) 287 operator*=(const rep& __rhs [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
chrono | 234 duration& operator=(const duration&) = default; 243 operator+() const 247 operator-() const 251 operator++() 258 operator++(int) 262 operator--() 269 operator--(int) 273 operator+=(const duration& __d) 280 operator-=(const duration& __d) 287 operator*=(const rep& __rhs [all...] |
/external/icu4c/common/unicode/ |
localpointer.h | 54 * There is no operator T *() provided because the programmer must decide 97 bool operator==(const T *other) const { return ptr==other; } 105 bool operator!=(const T *other) const { return ptr!=other; } 117 T &operator*() const { return *ptr; } 123 T *operator->() const { return ptr; } 150 bool operator==(const LocalPointerBase &other); 151 bool operator!=(const LocalPointerBase &other); 152 // No ownership transfer: No copy constructor, no assignment operator. 154 void operator=(const LocalPointerBase &other); 156 static void * U_EXPORT2 operator new(size_t size) [all...] |
/frameworks/base/include/ui/ |
Region.h | 42 Region& operator = (const Region& rhs); 89 inline const Region operator | (const Region& rhs) const; 90 inline const Region operator & (const Region& rhs) const; 91 inline const Region operator - (const Region& rhs) const; 92 inline const Region operator + (const Point& pt) const; 94 inline Region& operator |= (const Region& rhs); 95 inline Region& operator &= (const Region& rhs); 96 inline Region& operator -= (const Region& rhs); 97 inline Region& operator += (const Point& pt); 158 const Region Region::operator | (const Region& rhs) const [all...] |
/external/clang/test/SemaCXX/ |
attr-deprecated.cpp | 122 void operator*(const A &); 123 void operator*(int) __attribute__((deprecated)); 124 void operator-(const A &) const; 126 void operator+(const A &, const A &); 127 void operator+(const A &, int) __attribute__((deprecated)); 128 void operator-(const A &, int) __attribute__((deprecated)); 141 // Overloaded operator call. 146 operator intfn() __attribute__((deprecated)); 147 operator unintfn(); 148 void operator ()(A &) __attribute__((deprecated)) [all...] |
/external/stlport/stlport/stl/ |
_function_base.h | 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; } 115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; } 120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; } 135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; } 142 const typename _Pair::first_type& operator()(const _Pair& __x) const { 149 const typename _Pair::second_type& operator()(const _Pair& __x) const { 157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; } 162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y; } 170 const _Whatever& operator () (const _Pair& __x) const { return __x.first; [all...] |
/external/webkit/Source/JavaScriptCore/wtf/wince/ |
FastMallocWinCE.h | 70 static inline void* __cdecl operator new(size_t s) { return fastMalloc(s); } 71 static inline void __cdecl operator delete(void* p) { fastFree(p); } 72 static inline void* __cdecl operator new[](size_t s) { return fastMalloc(s); } 73 static inline void __cdecl operator delete[](void* p) { fastFree(p); } 74 static inline void* operator new(size_t s, const std::nothrow_t&) throw() { return fastMalloc(s); } 75 static inline void operator delete(void* p, const std::nothrow_t&) throw() { fastFree(p); } 76 static inline void* operator new[](size_t s, const std::nothrow_t&) throw() { return fastMalloc(s); } 77 static inline void operator delete[](void* p, const std::nothrow_t&) throw() { fastFree(p); } 88 AllocTypeClassNew, // Encompasses class operator new from FastAllocBase. 89 AllocTypeClassNewArray, // Encompasses class operator new[] from FastAllocBase [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyProperties.java | 30 // change gsm.*operator.*" properties to "operator.*" properties 43 /** Alpha name of current registered operator.<p> 47 static final String PROPERTY_OPERATOR_ALPHA = "gsm.operator.alpha"; 50 /** Numeric name (MCC+MNC) of current registered operator.<p> 54 static final String PROPERTY_OPERATOR_NUMERIC = "gsm.operator.numeric"; 60 static final String PROPERTY_OPERATOR_ISMANUAL = "operator.ismanual"; 66 static final String PROPERTY_OPERATOR_ISROAMING = "gsm.operator.isroaming"; 68 /** The ISO country code equivalent of the current registered operator's 73 static final String PROPERTY_OPERATOR_ISO_COUNTRY = "gsm.operator.iso-country" [all...] |
/libcore/include/ |
UniquePtr.h | 27 void operator()(T* p) const { 36 void operator()(T* p) const { 61 T& operator*() const { return *mPtr; } 62 T* operator->() const { return mPtr; } 88 template <typename T2> bool operator==(const UniquePtr<T2>& p) const; 89 template <typename T2> bool operator!=(const UniquePtr<T2>& p) const; 93 void operator=(const UniquePtr&); 97 // operator* and operator-> but adds operator[] [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function_base.h | 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; } 115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; } 120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; } 135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; } 142 const typename _Pair::first_type& operator()(const _Pair& __x) const { 149 const typename _Pair::second_type& operator()(const _Pair& __x) const { 157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; } 162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y; } 170 const _Whatever& operator () (const _Pair& __x) const { return __x.first; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stream_iterator.h | 71 operator*() const 80 operator->() const { return &(operator*()); } 83 operator++() 93 operator++(int) 123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, 130 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, 139 * operator<<(Tp) defined. 183 /// Writes @a value to underlying ostream using operator<<. If 186 operator=(const _Tp& __value [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 71 operator*() const 80 operator->() const { return &(operator*()); } 83 operator++() 93 operator++(int) 123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, 130 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, 139 * operator<<(Tp) defined. 183 /// Writes @a value to underlying ostream using operator<<. If 186 operator=(const _Tp& __value [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function_base.h | 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } 79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; } 115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; } 120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; } 135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; } 142 const typename _Pair::first_type& operator()(const _Pair& __x) const { 149 const typename _Pair::second_type& operator()(const _Pair& __x) const { 157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; } 162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y; } 170 const _Whatever& operator () (const _Pair& __x) const { return __x.first; [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 71 operator*() const 80 operator->() const { return &(operator*()); } 83 operator++() 93 operator++(int) 123 operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, 130 operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, 139 * operator<<(Tp) defined. 183 /// Writes @a value to underlying ostream using operator<<. If 186 operator=(const _Tp& __value [all...] |