/frameworks/base/tools/aapt2/ |
D | ConfigDescription.h | 58 ConfigDescription& operator=(const android::ResTable_config& o); member 59 ConfigDescription& operator=(const ConfigDescription& o); member 60 ConfigDescription& operator=(ConfigDescription&& o); member 62 bool operator<(const ConfigDescription& o) const; 63 bool operator<=(const ConfigDescription& o) const; 64 bool operator==(const ConfigDescription& o) const; 65 bool operator!=(const ConfigDescription& o) const; 66 bool operator>=(const ConfigDescription& o) const; 67 bool operator>(const ConfigDescription& o) const; 88 inline ConfigDescription& ConfigDescription::operator=(const android::ResTable_config& o) { [all …]
|
D | Locale.h | 64 inline bool operator<(const LocaleValue& o) const; 65 inline bool operator<=(const LocaleValue& o) const; 66 inline bool operator==(const LocaleValue& o) const; 67 inline bool operator!=(const LocaleValue& o) const; 68 inline bool operator>=(const LocaleValue& o) const; 69 inline bool operator>(const LocaleValue& o) const; 90 bool LocaleValue::operator<(const LocaleValue& o) const { 94 bool LocaleValue::operator<=(const LocaleValue& o) const { 98 bool LocaleValue::operator==(const LocaleValue& o) const { 102 bool LocaleValue::operator!=(const LocaleValue& o) const { [all …]
|
D | Resource.h | 103 ResourceNameRef& operator=(const ResourceNameRef& rhs) = default; member 104 ResourceNameRef& operator=(ResourceNameRef&& rhs) = default; member 105 ResourceNameRef& operator=(const ResourceName& rhs); member 163 bool operator<(const ResourceKey& a, const ResourceKey& b); 183 bool operator<(const ResourceKeyRef& a, const ResourceKeyRef& b); 217 inline bool operator<(const ResourceId& lhs, const ResourceId& rhs) { 221 inline bool operator>(const ResourceId& lhs, const ResourceId& rhs) { 225 inline bool operator==(const ResourceId& lhs, const ResourceId& rhs) { 229 inline bool operator!=(const ResourceId& lhs, const ResourceId& rhs) { 233 inline ::std::ostream& operator<<(::std::ostream& out, const ResourceId& resId) { [all …]
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | Flags.h | 26 operator unsigned int() const { return m_Data; } 28 bool operator!() const { return (m_Data == 0x0); } 30 Flags operator&(int pMask) const { return Flags(m_Data & pMask); } 32 Flags operator&(unsigned int pMask) const { return Flags(m_Data & pMask); } 34 Flags operator&(Enum pMask) const { return Flags(m_Data & pMask); } 36 Flags& operator&=(unsigned int pMask) { 41 Flags& operator=(Flags pOther) { 46 Flags operator^(Flags pOther) const { return Flags(m_Data ^ pOther.m_Data); } 48 Flags operator^(Enum pOther) const { return Flags(m_Data ^ pOther); } 50 Flags& operator^=(Flags pOther) { [all …]
|
D | StringHash.h | 30 uint32_t operator()(const llvm::StringRef pKey) const { in operator() function 42 uint32_t operator()(const llvm::StringRef pKey) const { 61 uint32_t operator()(const llvm::StringRef pKey) const { 77 uint32_t operator()(const llvm::StringRef pKey) const { 105 uint32_t operator()(const llvm::StringRef pKey) const { 125 uint32_t operator()(const llvm::StringRef pKey) const { 142 uint32_t operator()(const llvm::StringRef pKey) const { 158 uint32_t operator()(const llvm::StringRef pKey) const { 175 uint32_t operator()(const llvm::StringRef pKey) const { 192 uint32_t operator()(const llvm::StringRef pKey) const { [all …]
|
/frameworks/native/include/binder/ |
D | TextOutput.h | 69 TextOutput& operator<<(TextOutput& to, const char* str); 70 TextOutput& operator<<(TextOutput& to, char); // writes raw character 71 TextOutput& operator<<(TextOutput& to, bool); 72 TextOutput& operator<<(TextOutput& to, int); 73 TextOutput& operator<<(TextOutput& to, long); 74 TextOutput& operator<<(TextOutput& to, unsigned int); 75 TextOutput& operator<<(TextOutput& to, unsigned long); 76 TextOutput& operator<<(TextOutput& to, long long); 77 TextOutput& operator<<(TextOutput& to, unsigned long long); 78 TextOutput& operator<<(TextOutput& to, float); [all …]
|
/frameworks/base/libs/hwui/ |
D | Vector.h | 43 void operator+=(const Vector2& v) { 48 void operator-=(const Vector2& v) { 53 void operator+=(const float v) { 58 void operator-=(const float v) { 63 void operator/=(float s) { 68 void operator*=(float s) { 73 Vector2 operator+(const Vector2& v) const { 77 Vector2 operator-(const Vector2& v) const { 81 Vector2 operator/(float s) const { 85 Vector2 operator*(float s) const { [all …]
|
/frameworks/native/services/sensorservice/ |
D | RingBuffer.h | 51 iterator& operator++(); 53 iterator operator++(int); 55 bool operator==(const iterator& rhs); 57 bool operator!=(const iterator& rhs); 59 T& operator*(); 61 T* operator->(); 77 const_iterator& operator++(); 79 const_iterator operator++(int); 81 bool operator==(const const_iterator& rhs); 83 bool operator!=(const const_iterator& rhs); [all …]
|
D | vec.h | 145 inline VLHS<TYPE, SIZE> PURE operator + ( 157 inline VLHS<TYPE, SIZE> PURE operator - ( 168 inline VEC<TYPE, SIZE> PURE operator * ( 179 inline VEC<TYPE, SIZE> PURE operator * ( 245 vec<TYPE, SIZE> PURE operator - (const vec<TYPE, SIZE>& lhs) { 260 inline const TYPE& operator[](size_t i) const { return v[i]; } 261 inline TYPE& operator[](size_t i) { return v[i]; } 269 inline const float& operator[](size_t i) const { return v[i]; } 270 inline float& operator[](size_t i) { return v[i]; } 280 inline const float& operator[](size_t i) const { return v[i]; } [all …]
|
D | mat.h | 155 mat& operator=(const mat& rhs) { 156 base::operator=(rhs); 160 mat& operator=(const base& rhs) { 161 base::operator=(rhs); 165 mat& operator=(pTYPE rhs) { 172 friend inline mat PURE operator + (const mat& lhs, const mat& rhs) { 177 friend inline mat PURE operator - (const mat& lhs, const mat& rhs) { 185 friend mat PURE operator * ( 192 friend vec<TYPE, R> PURE operator * ( 198 friend mat PURE operator * ( [all …]
|
/frameworks/av/include/media/ |
D | RingBuffer.h | 51 iterator& operator++(); 53 iterator operator++(int); 55 bool operator==(const iterator& rhs); 57 bool operator!=(const iterator& rhs); 59 T& operator*(); 61 T* operator->(); 77 const_iterator& operator++(); 79 const_iterator operator++(int); 81 bool operator==(const const_iterator& rhs); 83 bool operator!=(const const_iterator& rhs); [all …]
|
D | Modulo.h | 102 Modulo<T> operator +=(const Modulo<S> &other) { 110 Modulo<T> operator -=(const Modulo<S> &other) { 120 const Modulo<T> operator +(const Modulo<S> &other) const { 127 const Modulo<T> operator -(const Modulo<S> &other) const { 139 bool operator >(const Modulo<S> &other) const { 146 bool operator >=(const Modulo<S> &other) const { 153 bool operator ==(const Modulo<S> &other) const { 160 bool operator <=(const Modulo<S> &other) const { 167 bool operator <(const Modulo<S> &other) const { 177 Modulo<T> operator +=(const S &other) { [all …]
|
/frameworks/native/include/ui/ |
D | TVecHelpers.h | 47 Impersonator& operator = (const TYPE& rhs) { 51 operator TYPE& () { 54 operator TYPE const& () const { 75 BASE<T>& operator += (const BASE<OTHER>& v) { 83 BASE<T>& operator -= (const BASE<OTHER>& v) { 96 BASE<T>& operator += (const BASE<T>& v) { 103 BASE<T>& operator -= (const BASE<T>& v) { 124 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<RT>& rv) { 129 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<RT>& rv) { 140 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<T>& rv) { [all …]
|
D | Region.h | 46 Region& operator = (const Region& rhs); variable 103 inline const Region operator | (const Region& rhs) const; 104 inline const Region operator ^ (const Region& rhs) const; 105 inline const Region operator & (const Region& rhs) const; 106 inline const Region operator - (const Region& rhs) const; 107 inline const Region operator + (const Point& pt) const; 109 inline Region& operator |= (const Region& rhs); 110 inline Region& operator ^= (const Region& rhs); 111 inline Region& operator &= (const Region& rhs); 112 inline Region& operator -= (const Region& rhs); [all …]
|
D | Point.h | 40 inline bool operator == (const Point& rhs) const { 43 inline bool operator != (const Point& rhs) const { 44 return !operator == (rhs); 53 bool operator < (const Point& rhs) const { 57 inline Point& operator - () { 63 inline Point& operator += (const Point& rhs) { 68 inline Point& operator -= (const Point& rhs) { 74 const Point operator + (const Point& rhs) const { 78 const Point operator - (const Point& rhs) const {
|
/frameworks/rs/server/ |
D | StrongPointer.h | 37 inline bool operator _op_ (const sp<T>& o) const { \ 40 inline bool operator _op_ (const T* o) const { \ 44 inline bool operator _op_ (const sp<U>& o) const { \ 48 inline bool operator _op_ (const U* o) const { \ 51 inline bool operator _op_ (const wp<T>& o) const { \ 55 inline bool operator _op_ (const wp<U>& o) const { \ 76 sp& operator = (T* other); variable 77 sp& operator = (const sp<T>& other); variable 79 template<typename U> sp& operator = (const sp<U>& other); variable 80 template<typename U> sp& operator = (U* other); variable [all …]
|
D | RefBase.h | 38 inline bool operator _op_ (const sp<T>& o) const { \ 41 inline bool operator _op_ (const T* o) const { \ 45 inline bool operator _op_ (const sp<U>& o) const { \ 49 inline bool operator _op_ (const U* o) const { \ 155 RefBase& operator=(const RefBase& o); variable 215 wp& operator = (T* other); variable 216 wp& operator = (const wp<T>& other); variable 217 wp& operator = (const sp<T>& other); variable 219 template<typename U> wp& operator = (U* other); variable 220 template<typename U> wp& operator = (const wp<U>& other); variable [all …]
|
/frameworks/rs/cpp/util/ |
D | StrongPointer.h | 38 inline bool operator _op_ (const sp<T>& o) const { \ 41 inline bool operator _op_ (const T* o) const { \ 45 inline bool operator _op_ (const sp<U>& o) const { \ 49 inline bool operator _op_ (const U* o) const { \ 52 inline bool operator _op_ (const wp<T>& o) const { \ 56 inline bool operator _op_ (const wp<U>& o) const { \ 77 sp& operator = (T* other); variable 78 sp& operator = (const sp<T>& other); variable 80 template<typename U> sp& operator = (const sp<U>& other); variable 81 template<typename U> sp& operator = (U* other); variable [all …]
|
D | RefBase.h | 39 inline bool operator _op_ (const sp<T>& o) const { \ 42 inline bool operator _op_ (const T* o) const { \ 46 inline bool operator _op_ (const sp<U>& o) const { \ 50 inline bool operator _op_ (const U* o) const { \ 156 RefBase& operator=(const RefBase& o); variable 216 wp& operator = (T* other); variable 217 wp& operator = (const wp<T>& other); variable 218 wp& operator = (const sp<T>& other); variable 220 template<typename U> wp& operator = (U* other); variable 221 template<typename U> wp& operator = (const wp<U>& other); variable [all …]
|
/frameworks/base/include/androidfw/ |
D | TypeWrappers.h | 30 iterator& operator=(const iterator& rhs) { 35 bool operator==(const iterator& rhs) const { 39 bool operator!=(const iterator& rhs) const { 43 iterator operator++(int) { 45 operator++(); 49 const ResTable_entry* operator->() const { 50 return operator*(); 57 iterator& operator++(); 58 const ResTable_entry* operator*() const;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | MsgHandler.h | 46 inline const MsgHandler& operator<<(const MsgHandler& pHandler, 52 inline const MsgHandler& operator<<(const MsgHandler& pHandler, 58 inline const MsgHandler& operator<<(const MsgHandler& pHandler, 64 inline const MsgHandler& operator<<(const MsgHandler& pHandler, 71 inline const MsgHandler& operator<<(const MsgHandler& pHandler, int pValue) { 76 inline const MsgHandler& operator<<(const MsgHandler& pHandler, 82 inline const MsgHandler& operator<<(const MsgHandler& pHandler, long pValue) { 87 inline const MsgHandler& operator<<(const MsgHandler& pHandler, 93 inline const MsgHandler& operator<<(const MsgHandler& pHandler, 99 inline const MsgHandler& operator<<(const MsgHandler& pHandler, bool pValue) {
|
/frameworks/base/tools/aapt/ |
D | ConfigDescription.h | 41 ConfigDescription& operator=(const android::ResTable_config& o) { 47 ConfigDescription& operator=(const ConfigDescription& o) { 52 inline bool operator<(const ConfigDescription& o) const { return compare(o) < 0; } 53 inline bool operator<=(const ConfigDescription& o) const { return compare(o) <= 0; } 54 inline bool operator==(const ConfigDescription& o) const { return compare(o) == 0; } 55 inline bool operator!=(const ConfigDescription& o) const { return compare(o) != 0; } 56 inline bool operator>=(const ConfigDescription& o) const { return compare(o) >= 0; } 57 inline bool operator>(const ConfigDescription& o) const { return compare(o) > 0; }
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
D | m4vh263_decoder_pv_types.h | 55 int32 operator=(int32 aStatus); variable 56 int32 operator==(int32 aStatus) const; 57 int32 operator!=(int32 aStatus) const; 58 int32 operator>=(int32 aStatus) const; 59 int32 operator<=(int32 aStatus) const; 60 int32 operator>(int32 aStatus) const; 61 int32 operator<(int32 aStatus) const;
|
/frameworks/base/media/mca/filterpacks/native/base/ |
D | vec_types.h | 28 VecBase<T,dim>& operator = (const VecBase<T, dim> &x) { 32 T & operator [] (int i) { 36 const T & operator [] (int i) const { 52 Vec<T,dim>& operator = (const Vec<T, dim> &x) { 59 Vec<T, dim> operator + (const Vec<T,dim> &x, const Vec<T,dim> &y) { 67 Vec<T, dim> operator - (const Vec<T,dim> &x, const Vec<T,dim> &y) { 75 Vec<T, dim> operator * (const Vec<T,dim> &x, const Vec<T,dim> &y) { 83 Vec<T, dim> operator / (const Vec<T,dim> &x, const Vec<T,dim> &y) { 99 Vec<T, dim> operator * (const Vec<T,dim> &x, T scale) { 107 Vec<T, dim> operator / (const Vec<T,dim> &x, T scale) { [all …]
|
/frameworks/base/tools/split-select/ |
D | SplitDescription.h | 35 inline bool operator<(const SplitDescription& rhs) const; 36 inline bool operator==(const SplitDescription& rhs) const; 37 inline bool operator!=(const SplitDescription& rhs) const; 50 bool SplitDescription::operator<(const SplitDescription& rhs) const { 54 bool SplitDescription::operator==(const SplitDescription& rhs) const { 58 bool SplitDescription::operator!=(const SplitDescription& rhs) const {
|