Searched refs:this (Results 1 – 25 of 2767) sorted by relevance
12345678910>>...111
52 this->mParcelable = nullptr; in reset()53 this->mParcelableName = std::nullopt; in reset()54 this->mParcelPtr = nullptr; in reset()66 if (p && this->getStability() > p->getStability()) { in setParcelable()69 this->mParcelable = p; in setParcelable()70 this->mParcelableName = T::getParcelableDescriptor(); in setParcelable()71 this->mParcelPtr = nullptr; in setParcelable()79 if (!this->mParcelPtr) { in getParcelable()80 if (!this->mParcelable || !this->mParcelableName) { in getParcelable()93 this->mParcelPtr->setDataPosition(0); in getParcelable()[all …]
54 AParcel_appendFrom(other.mParcel.get(), this->mParcel.get(), 0, in AParcelableHolder()62 RETURN_ON_FAILURE(AParcel_writeInt32(parcel, static_cast<int32_t>(this->mStability))); in writeToParcel()63 int32_t size = AParcel_getDataSize(this->mParcel.get()); in writeToParcel()65 size = AParcel_getDataSize(this->mParcel.get()); in writeToParcel()66 RETURN_ON_FAILURE(AParcel_appendFrom(this->mParcel.get(), parcel, 0, size)); in writeToParcel()75 if (this->mStability != wireStability) { in readFromParcel()101 if (this->mStability > T::_aidl_stability) { in setParcelable()125 status = (*ret)->readFromParcel(this->mParcel.get()); in getParcelable()135 inline bool operator!=(const AParcelableHolder& rhs) const { return this != &rhs; }136 inline bool operator<(const AParcelableHolder& rhs) const { return this < &rhs; }[all …]
45 return *this; in deviceId()50 return *this; in downTime()55 return *this; in eventTime()60 return *this; in displayId()65 return *this; in policyFlags()70 return *this; in actionButton()75 return *this; in buttonState()80 return *this; in rawXCursorPosition()85 return *this; in rawYCursorPosition()90 return *this; in pointer()[all …]
49 return *this; in axis()72 return *this; in deviceId()77 return *this; in downTime()82 return *this; in eventTime()87 return *this; in displayId()92 return *this; in actionButton()97 return *this; in buttonState()102 return *this; in rawXCursorPosition()107 return *this; in rawYCursorPosition()112 return *this; in pointer()[all …]
70 RingBuffer(RingBuffer&& other) noexcept { *this = std::move(other); } in RingBuffer()79 RingBuffer& operator=(const RingBuffer& other) { return *this = RingBuffer(other); }82 if (this == &other) {83 return *this;97 return *this;100 iterator begin() { return {*this, 0}; } in begin()101 const_iterator begin() const { return {*this, 0}; } in begin()102 iterator end() { return {*this, mSize}; } in end()103 const_iterator end() const { return {*this, mSize}; } in end()201 return *this;[all …]
125 if (other) other->incStrong(this); in sp()132 if (m_ptr) m_ptr->incStrong(this); in sp()138 if (other) ((T*)other)->incStrong(this); in sp()145 if (m_ptr) m_ptr->incStrong(this); in sp()151 if (m_ptr) m_ptr->decStrong(this); in ~sp()157 if (otherPtr) otherPtr->incStrong(this);158 if (m_ptr) m_ptr->decStrong(this);160 return *this;166 if (other) other->incStrong(this);167 if (m_ptr) m_ptr->decStrong(this);[all …]
174 delete static_cast<const T*>(this); in decStrong()300 if (other) m_refs = other->createWeak(this); in wp()307 if (m_ptr) m_refs->incWeak(this); in wp()315 m_refs = m_ptr->createWeak(this); in wp()323 if (other) m_refs = other->createWeak(this); in wp()332 m_refs->incWeak(this); in wp()341 m_refs = m_ptr->createWeak(this); in wp()348 if (m_ptr) m_refs->decWeak(this); in ~wp()355 other ? other->createWeak(this) : 0;356 if (m_ptr) m_refs->decWeak(this);[all …]
96 return to_underlying(this->self()) == to_underlying(other);99 constexpr bool operator!=(const Self& other) const { return !(*this == other); }106 return to_underlying(this->self()) < to_underlying(other);109 constexpr bool operator>(const Self& other) const { return other < this->self(); }110 constexpr bool operator>=(const Self& other) const { return !(*this < other); }111 constexpr bool operator<=(const Self& other) const { return !(*this > other); }118 ++this->mut();119 return this->self();123 const Self tmp = this->self();133 this->mut() += to_underlying(other);[all …]
237 this->pixelFormat = pixelFormat; in setPixelFormat()238 return *this; in setPixelFormat()241 this->imageCacheSize = imageCacheSize; in setImageCacheSize()242 return *this; in setImageCacheSize()245 this->useColorManagement = useColorManagement; in setUseColorManagerment()246 return *this; in setUseColorManagerment()249 this->enableProtectedContext = enableProtectedContext; in setEnableProtectedContext()250 return *this; in setEnableProtectedContext()253 this->precacheToneMapperShaderOnly = precacheToneMapperShaderOnly; in setPrecacheToneMapperShaderOnly()254 return *this; in setPrecacheToneMapperShaderOnly()[all …]
74 if ((*this).find(key) != (*this).end()) { in add()78 (*this)[key] = new T(name); in add()80 return (*this)[key]->setIdentifier(key); in add()94 CollectionConstIterator it = (*this).find(key); in get()95 return (it == (*this).end()) ? NULL : it->second; in get()113 for (it = (*this).begin(); it != (*this).end(); ++it) { in findByName()128 for (it = (*this).begin(); it != (*this).end(); ++it) { in clear()
337 this->pixelFormat = pixelFormat; in setPixelFormat()338 return *this; in setPixelFormat()341 this->imageCacheSize = imageCacheSize; in setImageCacheSize()342 return *this; in setImageCacheSize()345 this->enableProtectedContext = enableProtectedContext; in setEnableProtectedContext()346 return *this; in setEnableProtectedContext()349 this->precacheToneMapperShaderOnly = precacheToneMapperShaderOnly; in setPrecacheToneMapperShaderOnly()350 return *this; in setPrecacheToneMapperShaderOnly()353 this->blurAlgorithm = blurAlgorithm; in setBlurAlgorithm()354 return *this; in setBlurAlgorithm()[all …]
96 return *this; in SetSource()101 return *this; in SetComment()204 return *this;216 return *this; in setMcc()220 return *this; in setMnc()225 return *this; in setLanguage()230 return *this; in setCountry()234 return *this; in setOrientation()238 return *this; in setTouchscreen()242 return *this; in setDensity()[all …]
5 * you may not use this file except in compliance with the License.35 // Indicates this is a network that has the ability to reach the38 // Indicates this is a network that has the ability to reach the41 // Indicates this is a network that has the ability to reach the44 // Indicates this is a network that has the ability to reach the47 // Indicates this is a network that has the ability to reach the50 // Indicates this is a network that has the ability to reach the53 // Indicates this is a network that has the ability to reach a Wi-Fi56 // Indicates this is a network that has the ability to reach a carrier's59 // Indicates this is a network that has the ability to reach a carrier's[all …]
90 this->Extend(size); in GetNextWriteBufferSection()91 return &*this->Cursor(); in GetNextWriteBufferSection()98 return {&*this->ConstCursor(), &*this->ConstEnd()}; in GetNextReadBufferSection()102 std::advance(this->ConstCursor(), in ConsumeReadBufferSectionData()103 PointerDistance(new_start, &*this->ConstCursor())); in ConsumeReadBufferSectionData()128 this->Extend(size); in GetNextWriteBufferSection()129 return &*this->Cursor(); in GetNextWriteBufferSection()138 return {&*this->ConstCursor(), &*this->ConstEnd()}; in GetNextReadBufferSection()142 std::advance(this->ConstCursor(), in ConsumeReadBufferSectionData()143 PointerDistance(new_start, &*this->ConstCursor())); in ConsumeReadBufferSectionData()
28 memset(this, 0, sizeof(*this)); in ConfigDescription()33 *static_cast<android::ResTable_config*>(this) = o; in ConfigDescription()42 *static_cast<android::ResTable_config*>(this) = o;44 return *this;48 *static_cast<android::ResTable_config*>(this) = o;49 return *this;
44 return this; in setSharingModeMatchRequired()53 return this; in setPerformanceMode()62 return this; in setDataCallbackProc()71 return this; in setDataCallbackUserData()80 return this; in setErrorCallbackProc()85 return this; in setErrorCallbackUserData()98 return this; in setFramesPerDataCallback()104 return this; in setPrivacySensitiveRequest()
5 * you may not use this file except in compliance with the License.25 // Indicates this network uses a Cellular transport.27 // Indicates this network uses a Wi-Fi transport.29 // Indicates this network uses a Bluetooth transport.31 // Indicates this network uses an Ethernet transport.33 // Indicates this network uses a VPN transport.35 // Indicates this network uses a Wi-Fi Aware transport.37 // Indicates this network uses a LoWPAN transport.39 // Indicates this network uses a Satellite transport.
44 Buffer(Buffer<T>&& that) { *this = std::move(that); } in Buffer()48 this->buffer_ = std::move(that.buffer_);50 this->data_ = this->buffer_.data();52 this->data_ = that.data_;54 this->size_ = that.size_;56 return *this;
131 size_t buffer_offset() const { return offsetof(std::decay_t<decltype(*this)>, buffer_); } in buffer_offset()170 return *this; in append()187 return *this; in appendStringView()199 return *this; in appendString()207 if ((void*)this != (void*)&other) { // not a self-assignment in copyFrom()211 return *this; in copyFrom()215 sizeof(*this) == sizeof(other) && in copyFrom()216 sizeof(*this) <= kSizeToCopyWhole) { in copyFrom()219 memcpy(static_cast<void*>(this), static_cast<const void*>(&other), sizeof(*this)); in copyFrom()220 return *this; in copyFrom()[all …]
... .Object { final synthetic mock_android.fake.InnerTest this$0 public void <init> (mock_android. ...
68 return this->m_pNode == y.m_pNode;72 return this->m_pNode != y.m_pNode;78 this->m_pNode = this->m_pNode->left;83 this->m_pNode = this->m_pNode->right;89 this->m_pNode->left = pOther;95 this->m_pNode->right = pOther;
41 CHECK_EQ(this->bit_set_.size(), other.bit_set_.size());42 for (size_t i = 0; i < this->bit_set_.size(); i++) {43 this->bit_set_[i] = this->bit_set_[i] || other.bit_set_[i];45 return *this;48 bool operator!=(const VRegBitSet& other) const { return this->bit_set_ != other.bit_set_; }
67 return *this; in setId()72 return *this; in setPixels()77 return *this; in setIsSecure()82 return *this; in setIsProtected()87 return *this; in setPowerAdvisor()92 return *this; in setName()
151 memset(this, 0, sizeof(*this)); in ConfigDescription()156 *static_cast<android::ResTable_config*>(this) = o; in ConfigDescription()165 *this = o; in ConfigDescription()170 *static_cast<android::ResTable_config*>(this) = o;172 return *this;177 *static_cast<android::ResTable_config*>(this) = o;178 return *this;182 *this = o;183 return *this;
755 if (&o != this) {756 if (this->used() && !this->clear()) {761 o.flags(), this->get(), o.get())) {762 this->setFlags(o.flags());768 return *this;775 *this = o;782 if (&o != this) {783 if (this->used() && !this->clear()) {788 o.flags(), this->get(), o.get())) {789 this->setFlags(o.flags());[all …]