/frameworks/rs/rsov/compiler/spirit/ |
D | word_stream.h | 51 InputWordStream &operator>>(int32_t *RHS) { return *this >> (uint32_t *)RHS; } 55 *this >> &word; 57 return *this; 66 return *this >> &RHS->mId; 71 return *this >> &RHS->mField0 >> &RHS->mField1; 75 return *this >> &RHS->mField0 >> &RHS->mField1; 79 return *this >> &RHS->mField0 >> &RHS->mField1; 83 InputWordStream &operator>>(Enum *RHS) { return *this >> (uint32_t *)RHS; } 102 return *this << (uint32_t)RHS; 106 return *this << (uint32_t)codeCount; [all …]
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 5 * you may not use this file except in compliance with the License. 32 // Indicates this network uses a Cellular transport. 34 // Indicates this network uses a Wi-Fi transport. 36 // Indicates this network uses a Bluetooth transport. 38 // Indicates this network uses an Ethernet transport. 40 // Indicates this network uses a VPN transport. 42 // Indicates this network uses a Wi-Fi Aware transport. 44 // Indicates this network uses a LoWPAN transport. 50 // Indicates this is a network that has the ability to reach the 53 // Indicates this is a network that has the ability to reach the [all …]
|
/frameworks/rs/cpp/util/ |
D | StrongPointer.h | 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 …]
|
D | RefBase.h | 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 …]
|
/frameworks/base/tools/aapt2/test/ |
D | Builders.h | 102 return *this; in SetSource() 107 return *this; in SetComment() 207 return *this; 219 return *this; in setMcc() 223 return *this; in setMnc() 228 return *this; in setLanguage() 233 return *this; in setCountry() 237 return *this; in setOrientation() 241 return *this; in setTouchscreen() 245 return *this; in setDensity() [all …]
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Collection.h | 70 if ((*this).find(key) != (*this).end()) { in add() 74 (*this)[key] = new T(name); in add() 76 return (*this)[key]->setIdentifier(key); in add() 90 CollectionConstIterator it = (*this).find(key); in get() 91 return (it == (*this).end()) ? NULL : it->second; in get() 109 for (it = (*this).begin(); it != (*this).end(); ++it) { in findByName() 124 for (it = (*this).begin(); it != (*this).end(); ++it) { in clear()
|
/frameworks/base/tools/aapt/ |
D | ConfigDescription.h | 28 memset(this, 0, sizeof(*this)); in ConfigDescription() 33 *static_cast<android::ResTable_config*>(this) = o; in ConfigDescription() 38 *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;
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | payload.h | 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()
|
D | array_wrapper.h | 40 ArrayWrapper(const ArrayWrapper& other) { *this = other; } in ArrayWrapper() 42 ArrayWrapper(ArrayWrapper&& other) noexcept { *this = std::move(other); } in ArrayWrapper() 45 if (&other == this) { 46 return *this; 53 return *this; 57 if (&other == this) { 58 return *this; 68 return *this;
|
D | string_wrapper.h | 45 StringWrapper(const StringWrapper& other) { *this = other; } in StringWrapper() 47 StringWrapper(StringWrapper&& other) noexcept { *this = std::move(other); } in StringWrapper() 50 if (&other == this) { 51 return *this; 58 return *this; 62 if (&other == this) { 63 return *this; 73 return *this;
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ConfigDescription.h | 145 memset(this, 0, sizeof(*this)); in ConfigDescription() 150 *static_cast<android::ResTable_config*>(this) = o; in ConfigDescription() 155 *static_cast<android::ResTable_config*>(this) = o; in ConfigDescription() 159 *this = o; in ConfigDescription() 164 *static_cast<android::ResTable_config*>(this) = o; 166 return *this; 171 *static_cast<android::ResTable_config*>(this) = o; 172 return *this; 176 *this = o; 177 return *this;
|
/frameworks/av/media/libaaudio/src/core/ |
D | AudioStreamBuilder.h | 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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | int128.h | 219 return *this; \ 278 return *this; 295 return *this; 324 return *this; 332 return *this; 349 this->hi_ = (c96 << 32) + c64; 350 this->lo_ = 0; 352 *this += uint128(a32 * b00) << 32; 353 *this += uint128(a00 * b32) << 32; 354 *this += a00 * b00; [all …]
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AData.h | 751 if (&o != this) { 752 if (this->used() && !this->clear()) { 757 o.flags(), this->get(), o.get())) { 758 this->setFlags(o.flags()); 764 return *this; 771 *this = o; 778 if (&o != this) { 779 if (this->used() && !this->clear()) { 784 o.flags(), this->get(), o.get())) { 785 this->setFlags(o.flags()); [all …]
|
/frameworks/av/include/media/ |
D | Interpolator.h | 61 return *this->begin(); in first() 65 return *this->rbegin(); in last() 70 auto high = this->lower_bound(x); in findY() 72 if (high == this->end()) { in findY() 73 return this->rbegin()->second; in findY() 76 if (high == this->begin()) { in findY() 107 auto low2 = this->end(); in findY() 108 if (low != this->begin()) { in findY() 134 sec0 = low2 != this->end() in findY() 137 sec1 = high2 != this->end() in findY() [all …]
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TreeBase.h | 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;
|
D | Flags.h | 38 return *this; 43 return *this; 52 return *this; 57 return *this; 66 return *this; 71 return *this;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | expecting_objectwriter.h | 99 return this; in StartObject() 106 return this; in EndObject() 115 return this; in StartList() 122 return this; in EndList() 132 return this; in RenderBool() 142 return this; in RenderInt32() 152 return this; in RenderUint32() 162 return this; in RenderInt64() 172 return this; in RenderUint64() 183 return this; in RenderDouble() [all …]
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 45 return ((this->m_pChunk == y.m_pChunk) && (this->m_Pos == y.m_Pos)); 49 return ((this->m_pChunk != y.m_pChunk) || (this->m_Pos != y.m_Pos)); 85 assert(this->m_pChunk != NULL && 87 return this->m_pChunk->data[Base::m_Pos]; 91 this->Base::advance(); 92 return *this; 96 Self tmp = *this; 97 this->Base::advance();
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 344 operator Base2*() { return Pointer<Base>(*this); } 406 Status() { upb_status_clear(this); } 409 bool ok() const { return upb_ok(this); } 413 ErrorSpace* error_space() { return upb_status_errspace(this); } 414 int error_code() const { return upb_status_errcode(this); } 417 const char *error_message() const { return upb_status_errmsg(this); } 421 void SetErrorMessage(const char* msg) { upb_status_seterrmsg(this, msg); } 425 upb_status_vseterrf(this, fmt, args); 430 void Clear() { upb_status_clear(this); } 432 void CopyFrom(const Status& other) { upb_status_copy(this, &other); } [all …]
|
/frameworks/base/libs/hwui/ |
D | Layer.h | 57 inline void setForceFilter(bool forceFilter) { this->forceFilter = forceFilter; } in setForceFilter() 61 inline void setAlpha(int alpha) { this->alpha = alpha; } in setAlpha() 64 this->alpha = alpha; in setAlpha() 65 this->mode = mode; in setAlpha() 86 inline void setImage(const sk_sp<SkImage>& image) { this->layerImage = image; } in setImage() 88 inline sk_sp<SkImage> getImage() const { return this->layerImage; } in getImage()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 324 operator Base2*() { return Pointer<Base>(*this); } 352 ptr_->DonateRef(ref_donor, this); in ptr_() 354 ptr_->Ref(this); in ptr_() 361 if (ptr_) ptr_->Ref(this); in reffed_ptr() 364 ~reffed_ptr() { if (ptr_) ptr_->Unref(this); } in ~reffed_ptr() 369 return *this; 374 return *this; 385 if (ptr_) ptr_->DonateRef(this, &other); in swap() 386 if (other.ptr_) other.ptr_->DonateRef(&other, this); in swap() 405 reffed_ptr(ptr, ref_donor).swap(*this); [all …]
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | IBufferClient.hal | 5 * you may not use this file except in compliance with the License. 25 * @return status The result of this operation. NO_ERROR on success, 31 * Closes this client. 34 * tokens generated by this client via IBufferClient::duplicate must become 38 * only used by this client, but the client must also be freed after 39 * calling this method. 41 * User may manually call this function to avoid race condition caused by 44 * @return status The result of this operation. NO_ERROR on success,
|
/frameworks/native/cmds/lshal/ |
D | NullableOStream.h | 32 return *this; 36 return *this; 41 return *this; 48 return *this; 55 return *this;
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 88 if (this != &other) { 93 return *this; 110 if (this != &other) { 116 return *this; 166 Memory(Memory&& other) { *this = std::move(other); } in Memory() 168 if (this != &other) { 175 return *this; 203 Model(Model&& other) { *this = std::move(other); } in Model() 205 if (this != &other) { 214 return *this; [all …]
|