/system/core/include/utils/ |
D | String16.h | 81 inline String16& operator=(const String16& other); variable 83 inline String16& operator+=(const String16& other); 84 inline String16 operator+(const String16& other) const; 105 inline bool operator<(const String16& other) const; 106 inline bool operator<=(const String16& other) const; 107 inline bool operator==(const String16& other) const; 108 inline bool operator!=(const String16& other) const; 109 inline bool operator>=(const String16& other) const; 110 inline bool operator>(const String16& other) const; 112 inline bool operator<(const char16_t* other) const; [all …]
|
D | String8.h | 98 inline String8& operator=(const String8& other); variable 99 inline String8& operator=(const char* other); variable 101 inline String8& operator+=(const String8& other); 102 inline String8 operator+(const String8& other) const; 104 inline String8& operator+=(const char* other); 105 inline String8 operator+(const char* other) const; 109 inline bool operator<(const String8& other) const; 110 inline bool operator<=(const String8& other) const; 111 inline bool operator==(const String8& other) const; 112 inline bool operator!=(const String8& other) const; [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 { \ 64 virtual void operator()(size_t i) const = 0; 155 RefBase& operator=(const RefBase& o); variable 234 wp& operator = (T* other); variable 235 wp& operator = (const wp<T>& other); variable 236 wp& operator = (const sp<T>& other); variable 238 template<typename U> wp& operator = (U* other); variable [all …]
|
D | StrongPointer.h | 34 inline bool operator _op_ (const sp<T>& o) const { \ 37 inline bool operator _op_ (const T* o) const { \ 41 inline bool operator _op_ (const sp<U>& o) const { \ 45 inline bool operator _op_ (const U* o) const { \ 48 inline bool operator _op_ (const wp<T>& o) const { \ 52 inline bool operator _op_ (const wp<U>& o) const { \ 72 sp& operator = (T* other); variable 73 sp& operator = (const sp<T>& other); variable 75 template<typename U> sp& operator = (const sp<U>& other); variable 76 template<typename U> sp& operator = (U* other); variable [all …]
|
D | List.h | 110 _Type& operator*() const { return mpNode->getRef(); } 111 _Type* operator->() const { return &(mpNode->getRef()); } 116 inline bool operator==(const _Iter& right) const { 119 inline bool operator!=(const _Iter& right) const { 126 inline bool operator==(const OTHER& right) const { 130 inline bool operator!=(const OTHER& right) const { 136 inline _Iter& operator++() { // pre-increment 140 const _Iter operator++(int) { // post-increment 145 inline _Iter& operator--() { // pre-increment 149 const _Iter operator--(int) { // post-increment [all …]
|
D | BitSet.h | 132 inline bool operator== (const BitSet32& other) const { return value == other.value; } 133 inline bool operator!= (const BitSet32& other) const { return value != other.value; } 134 inline BitSet32 operator& (const BitSet32& other) const { 137 inline BitSet32& operator&= (const BitSet32& other) { 141 inline BitSet32 operator| (const BitSet32& other) const { 144 inline BitSet32& operator|= (const BitSet32& other) { 272 inline bool operator== (const BitSet64& other) const { return value == other.value; } 273 inline bool operator!= (const BitSet64& other) const { return value != other.value; } 274 inline BitSet64 operator& (const BitSet64& other) const { 277 inline BitSet64& operator&= (const BitSet64& other) { [all …]
|
D | BlobCache.h | 107 void operator=(const BlobCache&); variable 126 bool operator<(const Blob& rhs) const; 134 void operator=(const Blob&); variable 154 bool operator<(const CacheEntry& rhs) const; 155 const CacheEntry& operator=(const CacheEntry&); variable
|
D | Vector.h | 58 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const; variable 59 Vector<TYPE>& operator = (const Vector<TYPE>& rhs); variable 61 const Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable 62 Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable 103 inline const TYPE& operator [] (size_t index) const; 244 Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) { 245 VectorImpl::operator = (rhs); 250 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const { 251 VectorImpl::operator = (static_cast<const VectorImpl&>(rhs)); 256 Vector<TYPE>& Vector<TYPE>::operator = (const SortedVector<TYPE>& rhs) { [all …]
|
D | SortedVector.h | 51 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable 52 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable 96 inline const TYPE& operator [] (size_t index) const; 165 SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) { 166 SortedVectorImpl::operator = (rhs); 171 const SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const { 172 SortedVectorImpl::operator = (rhs); 188 const TYPE& SortedVector<TYPE>::operator[](size_t index) const { 197 return operator[](index);
|
D | Functor.h | 28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } in operator() function
|
D | NativeHandle.h | 51 NativeHandle& operator=(const NativeHandle&); variable
|
/system/core/include/log/ |
D | log_read.h | 68 bool operator== (const timespec &T) const 73 bool operator!= (const timespec &T) const 77 bool operator< (const timespec &T) const 83 bool operator>= (const timespec &T) const 87 bool operator> (const timespec &T) const 93 bool operator<= (const timespec &T) const 97 log_time operator-= (const timespec &T); 98 log_time operator- (const timespec &T) const 103 log_time operator+= (const timespec &T); 104 log_time operator+ (const timespec &T) const [all …]
|
D | logger.h | 89 bool operator== (const log_msg &T) const 93 bool operator!= (const log_msg &T) const 97 bool operator< (const log_msg &T) const 103 bool operator>= (const log_msg &T) const 107 bool operator> (const log_msg &T) const 113 bool operator<= (const log_msg &T) const
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | smartpointer.h | 31 inline bool operator _op_ (const sp<T>& o) const { \ 34 inline bool operator _op_ (const T* o) const { \ 38 inline bool operator _op_ (const sp<U>& o) const { \ 42 inline bool operator _op_ (const U* o) const { \ 63 sp& operator = (T* other); variable 64 sp& operator = (const sp<T>& other); variable 66 template<typename U> sp& operator = (const sp<U>& other); variable 67 template<typename U> sp& operator = (U* other); variable 74 inline T& operator* () const { return *m_ptr; } 75 inline T* operator-> () const { return m_ptr; } [all …]
|
D | SortedVector.h | 48 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable 49 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable 93 inline const TYPE& operator [] (size_t index) const; 162 SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) { 163 SortedVectorImpl::operator = (rhs); 168 const SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const { 169 SortedVectorImpl::operator = (rhs); 185 const TYPE& SortedVector<TYPE>::operator[](size_t index) const { 192 return operator[](index); in itemAt()
|
D | Vector.h | 56 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const; variable 57 Vector<TYPE>& operator = (const Vector<TYPE>& rhs); variable 92 inline const TYPE& operator [] (size_t index) const; 198 Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) { 199 VectorImpl::operator = (rhs); 204 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const { 205 VectorImpl::operator = (rhs); 221 const TYPE& Vector<TYPE>::operator[](size_t index) const { 229 return operator[](index); in itemAt()
|
/system/keymaster/ |
D | openssl_utils.h | 35 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function 39 void operator()(BIGNUM* p) const { BN_free(p); } in operator() function 43 void operator()(BN_CTX* p) const { BN_CTX_free(p); } in operator() function 47 void operator()(PKCS8_PRIV_KEY_INFO* p) const { PKCS8_PRIV_KEY_INFO_free(p); } in operator() function 51 void operator()(RSA* p) { RSA_free(p); } in operator() function 55 void operator()(EC_GROUP* p) { EC_GROUP_free(p); } in operator() function 59 void operator()(EC_KEY* p) { EC_KEY_free(p); } in operator() function
|
D | List.h | 110 _Type& operator*() const { return mpNode->getRef(); } 111 _Type* operator->() const { return &(mpNode->getRef()); } 116 inline bool operator==(const _Iter& right) const { 119 inline bool operator!=(const _Iter& right) const { 126 inline bool operator==(const OTHER& right) const { 130 inline bool operator!=(const OTHER& right) const { 136 inline _Iter& operator++() { // pre-increment 140 const _Iter operator++(int) { // post-increment 145 inline _Iter& operator--() { // pre-increment 149 const _Iter operator--(int) { // post-increment [all …]
|
D | keymaster0_engine.h | 64 void operator=(const Keymaster0Engine&); // Unassignable variable 75 void operator()(void* p) { free(p); } in operator() function
|
/system/netd/server/ |
D | List.h | 111 _Type& operator*() const { return mpNode->getRef(); } 112 _Type* operator->() const { return &(mpNode->getRef()); } 117 inline bool operator==(const _Iter& right) const { 120 inline bool operator!=(const _Iter& right) const { 127 inline bool operator==(const OTHER& right) const { 131 inline bool operator!=(const OTHER& right) const { 137 inline _Iter& operator++() { // pre-increment 141 const _Iter operator++(int) { // post-increment 146 inline _Iter& operator--() { // pre-increment 150 const _Iter operator--(int) { // post-increment [all …]
|
/system/core/include/sysutils/ |
D | List.h | 111 _Type& operator*() const { return mpNode->getRef(); } 112 _Type* operator->() const { return &(mpNode->getRef()); } 117 inline bool operator==(const _Iter& right) const { 120 inline bool operator!=(const _Iter& right) const { 127 inline bool operator==(const OTHER& right) const { 131 inline bool operator!=(const OTHER& right) const { 137 inline _Iter& operator++() { // pre-increment 141 const _Iter operator++(int) { // post-increment 146 inline _Iter& operator--() { // pre-increment 150 const _Iter operator--(int) { // post-increment [all …]
|
/system/security/keystore-engine/ |
D | methods.h | 33 void operator()(DSA* p) const { in operator() function 40 void operator()(EC_KEY* p) const { in operator() function 47 void operator()(RSA* p) const { in operator() function
|
/system/core/base/include/base/ |
D | macros.h | 50 void operator=(const TypeName&) = delete 54 void operator=(const TypeName&)
|
/system/extras/perfprofd/quipper/base/ |
D | macros.h | 24 void operator=(const TypeName&) 30 void operator=(const TypeName&)
|
/system/security/keystore/ |
D | auth_token_table.h | 110 void operator=(Entry&& rhs) { 117 bool operator<(const Entry& rhs) const { return last_use_ < rhs.last_use_; }
|