/frameworks/rs/server/ |
D | StrongPointer.h | 123 if (other) other->incStrong(this); in sp() 130 if (m_ptr) m_ptr->incStrong(this); in sp() 136 if (other) ((T*)other)->incStrong(this); in sp() 143 if (m_ptr) m_ptr->incStrong(this); in sp() 149 if (m_ptr) m_ptr->decStrong(this); in ~sp() 155 if (otherPtr) otherPtr->incStrong(this); 156 if (m_ptr) m_ptr->decStrong(this); 158 return *this; 164 if (other) other->incStrong(this); 165 if (m_ptr) m_ptr->decStrong(this); [all …]
|
D | RefBase.h | 172 delete static_cast<const T*>(this); in decStrong() 298 if (other) m_refs = other->createWeak(this); in wp() 305 if (m_ptr) m_refs->incWeak(this); in wp() 313 m_refs = m_ptr->createWeak(this); in wp() 321 if (other) m_refs = other->createWeak(this); in wp() 330 m_refs->incWeak(this); in wp() 339 m_refs = m_ptr->createWeak(this); in wp() 346 if (m_ptr) m_refs->decWeak(this); in ~wp() 353 other ? other->createWeak(this) : nullptr; 354 if (m_ptr) m_refs->decWeak(this); [all …]
|
/frameworks/rs/cpp/util/ |
D | StrongPointer.h | 124 if (other) other->incStrong(this); in sp() 131 if (m_ptr) m_ptr->incStrong(this); in sp() 137 if (other) ((T*)other)->incStrong(this); in sp() 144 if (m_ptr) m_ptr->incStrong(this); in sp() 150 if (m_ptr) m_ptr->decStrong(this); in ~sp() 156 if (otherPtr) otherPtr->incStrong(this); 157 if (m_ptr) m_ptr->decStrong(this); 159 return *this; 165 if (other) other->incStrong(this); 166 if (m_ptr) m_ptr->decStrong(this); [all …]
|
D | RefBase.h | 173 delete static_cast<const T*>(this); in decStrong() 299 if (other) m_refs = other->createWeak(this); in wp() 306 if (m_ptr) m_refs->incWeak(this); in wp() 314 m_refs = m_ptr->createWeak(this); in wp() 322 if (other) m_refs = other->createWeak(this); in wp() 331 m_refs->incWeak(this); in wp() 340 m_refs = m_ptr->createWeak(this); in wp() 347 if (m_ptr) m_refs->decWeak(this); in ~wp() 354 other ? other->createWeak(this) : 0; 355 if (m_ptr) m_refs->decWeak(this); [all …]
|
/frameworks/rs/ |
D | rsCppUtils.h | 79 return this->c_str(); in string() 83 this->assign(str, len); in setTo() 86 this->assign(str); in setTo() 90 const char*const str = this->c_str(); in getPathDir() 103 this->push_back(obj); in push() 106 this->erase(this->begin() + index); in removeAt() 109 this->push_back(obj); in add() 110 return this->size() - 1; in add() 113 this->resize(capacity); in setCapacity() 117 return (T*)(this->begin()); in editArray() [all …]
|
/frameworks/base/tools/aapt2/ |
D | ConfigDescription.h | 71 memset(this, 0, sizeof(*this)); in ConfigDescription() 76 *static_cast<android::ResTable_config*>(this) = o; in ConfigDescription() 81 *static_cast<android::ResTable_config*>(this) = o; in ConfigDescription() 85 *this = o; in ConfigDescription() 89 *static_cast<android::ResTable_config*>(this) = o; 91 return *this; 95 *static_cast<android::ResTable_config*>(this) = o; 96 return *this; 100 *this = o; 101 return *this;
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Collection.h | 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()
|
/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/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;
|
D | BinTree.h | 157 return *this; 161 Self tmp = *this; 219 this->move<TreeIteratorBase::Rightward>(); 220 return *this; 224 Self tmp = *this; 225 this->move<TreeIteratorBase::Rightward>(); 230 this->move<TreeIteratorBase::Leftward>(); 231 return *this; 235 Self tmp = *this; 236 this->move<TreeIteratorBase::Leftward>(); [all …]
|
/frameworks/base/libs/hwui/ |
D | GradientCache.h | 50 if (this != &entry) { 54 return *this; 62 return compare(*this, other) == 0; 66 return compare(*this, other) != 0; 75 this->count = count; in copy() 76 this->colors.reset(new uint32_t[count]); in copy() 77 this->positions.reset(new float[count]); in copy() 79 memcpy(this->colors.get(), colors, count * sizeof(uint32_t)); in copy() 80 memcpy(this->positions.get(), positions, count * sizeof(float)); in copy()
|
D | Layer.h | 149 this->forceFilter = forceFilter; in setForceFilter() 157 this->alpha = alpha; in setAlpha() 161 this->alpha = alpha; in setAlpha() 162 this->mode = mode; in setAlpha() 174 this->empty = empty; in setEmpty() 182 this->fbo = fbo; in setFbo() 191 this->stencil = renderBuffer; in setStencilRenderBuffer() 216 this->renderTarget = renderTarget; in setRenderTarget() 236 this->cacheable = cacheable; in setCacheable() 244 this->dirty = dirty; in setDirty() [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/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMTestHandler.java.broken | 5 * you may not use this file except in compliance with the License. 56 mHandler = new Handler(getLooper(), this); 57 synchronized (this) { 63 synchronized (this) { 65 this.notifyAll(); 68 this.wait(); 99 synchronized (this) { 101 this.wait(FAIL_TIMEOUT_MILLIS); 112 this.notifyAll();
|
/frameworks/native/include/ui/ |
D | TVecHelpers.h | 48 reinterpret_cast<TYPE&>(*this) = rhs; 49 return *this; 52 return reinterpret_cast<TYPE&>(*this); 55 return reinterpret_cast<TYPE const&>(*this); 76 BASE<T>& rhs = static_cast<BASE<T>&>(*this); 84 BASE<T>& rhs = static_cast<BASE<T>&>(*this); 97 BASE<T>& rhs = static_cast<BASE<T>&>(*this); 104 BASE<T>& rhs = static_cast<BASE<T>&>(*this); 157 BASE<T>& rhs = static_cast<BASE<T>&>(*this); 165 BASE<T>& rhs = static_cast<BASE<T>&>(*this); [all …]
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Linkers.def.in | 10 // This file enumerates all of the linkers supported by this build of MCLinker. 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like 13 // generated); including this file will then enumerate all of the targets with 17 // time, at which point this header is generated. Do not modify this
|
D | Targets.def.in | 11 |* this build of MCLD. Clients of this file should define the *| 13 |* parameter (the name of the target); including this file will then *| 17 |* time, at which point this header is generated. Do not modify this *|
|
D | Linkers.def.cmake | 10 // This file enumerates all of the linkers supported by this build of MCLinker. 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like 13 // generated); including this file will then enumerate all of the targets with 17 // time, at which point this header is generated. Do not modify this
|
D | Targets.def.cmake | 11 |* this build of MCLD. Clients of this file should define the *| 13 |* parameter (the name of the target); including this file will then *| 17 |* time, at which point this header is generated. Do not modify this *|
|
D | Linkers.def | 10 // This file enumerates all of the linkers supported by this build of MCLinker. 11 // Clients of this file should define the MCLD_LINKER macro to be a function-like 13 // generated); including this file will then enumerate all of the targets with 17 // time, at which point this header is generated. Do not modify this
|
/frameworks/rs/api/ |
D | Utilities.h | 78 *this << " {\n"; in startBlock() 92 *this << mIndent; in indent() 93 return *this; in indent() 97 *this << mIndent << std::string(2 * TAB_SIZE, ' '); in indentPlus() 98 return *this; in indentPlus()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | ARM_DELIVERY.TXT | 1 The contents of this transaction was created by Hedley Francis 9 If you experience problems with this data, please contact ARM support 31 this position when using this Beta material supplied. ARM will normally 33 recipient, but the provision or timeliness of this support cannot be 47 In addition to the data versions listed above, this transaction contains 50 The first is this file, ARM_DELIVERY_97413.TXT, which is the delivery 54 files included in this transaction, together with their checksums. 59 The checksums can be used to verify the integrity of this data using the
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | ARM_DELIVERY.TXT | 1 The contents of this transaction was created by Hedley Francis 9 If you experience problems with this data, please contact ARM support 31 this position when using this Beta material supplied. ARM will normally 33 recipient, but the provision or timeliness of this support cannot be 47 In addition to the data versions listed above, this transaction contains 50 The first is this file, ARM_DELIVERY_97414.TXT, which is the delivery 54 files included in this transaction, together with their checksums. 59 The checksums can be used to verify the integrity of this data using the
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | ARM_DELIVERY.TXT | 1 The contents of this transaction was created by Hedley Francis 9 If you experience problems with this data, please contact ARM support 31 this position when using this Beta material supplied. ARM will normally 33 recipient, but the provision or timeliness of this support cannot be 47 In addition to the data versions listed above, this transaction contains 50 The first is this file, ARM_DELIVERY_97412.TXT, which is the delivery 54 files included in this transaction, together with their checksums. 59 The checksums can be used to verify the integrity of this data using the
|