/frameworks/compile/mclinker/include/mcld/LD/ |
D | StringUnorderedMap.h | 112 this->reserve(pCapacity); in StringUnorderedMapImpl() 123 if (pCapacity < this->m_Capacity) in reserve() 127 assert(nextSize > this->m_Capacity && "findNextPrime error."); in reserve() 128 if (this->m_Capacity != nextSize) in reserve() 129 this->rehash(nextSize); in reserve() 142 if (this->m_HashTable) { in rehash() 143 for (size_t i = 0; i < this->m_Capacity; ++i) in rehash() 144 for (HashEntry *j = this->m_HashTable[i]; j != 0; ) { in rehash() 152 this->m_Capacity = pCapacity; in rehash() 153 this->m_HashTable = tmpTable; in rehash() [all …]
|
/frameworks/base/core/jni/ |
D | TimeUtils.h | 72 this->t.tm_sec = sec; in set() 73 this->t.tm_min = min; in set() 74 this->t.tm_hour = hour; in set() 75 this->t.tm_mday = mday; in set() 76 this->t.tm_mon = mon; in set() 77 this->t.tm_year = year; in set() 78 this->t.tm_isdst = isdst; in set() 80 this->t.tm_gmtoff = 0; in set() 82 this->t.tm_wday = 0; in set() 83 this->t.tm_yday = 0; in set()
|
/frameworks/native/include/utils/ |
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 | 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/base/libs/hwui/ |
D | GradientCache.h | 55 if (this != &entry) { 62 return *this; 88 this->count = count; in copy() 89 this->colors = new uint32_t[count]; in copy() 90 this->positions = new float[count]; in copy() 91 this->tileMode = tileMode; in copy() 93 memcpy(this->colors, colors, count * sizeof(uint32_t)); in copy() 94 memcpy(this->positions, positions, count * sizeof(float)); in copy()
|
D | Layer.h | 89 this->renderer = renderer; in updateDeferred() 90 this->displayList = displayList; in updateDeferred() 118 this->alpha = alpha; in setAlpha() 122 this->alpha = alpha; in setAlpha() 123 this->mode = mode; in setAlpha() 135 this->empty = empty; in setEmpty() 143 this->fbo = fbo; in setFbo() 163 this->renderTarget = renderTarget; in setRenderTarget() 179 this->cacheable = cacheable; in setCacheable() 187 this->textureLayer = textureLayer; in setTextureLayer()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 51 { return ((this->m_pChunk == y.m_pChunk) && (this->m_Pos == y.m_Pos)); } 54 { return ((this->m_pChunk != y.m_pChunk) || (this->m_Pos != y.m_Pos)); } 97 if (0 == this->m_pChunk) 99 return this->m_pChunk->data[Base::m_Pos]; 103 this->Base::advance(); 104 return *this; 108 Self tmp = *this; 109 this->Base::advance();
|
/frameworks/compile/linkloader/include/ |
D | ELFReloc.h | 71 return static_cast<ELFRelocTy *>(this); in concrete() 75 return static_cast<ELFRelocTy const *>(this); in concrete() 116 return ELF32_R_SYM(this->r_info); in getSymTabIndex() 122 return ELF32_R_TYPE(this->r_info); in getType() 139 return ELF64_R_SYM(this->r_info); in getSymTabIndex() 145 return ELF64_R_TYPE(this->r_info); in getType()
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Targets.def.in | 11 |* this build of LLVM. 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 | Targets.def | 11 |* this build of LLVM. 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.in | 10 // This file enumerates all of the linkers supported by this build of LLVM. 11 // Clients of this file should define the LLVM_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 | Linkers.def | 10 // This file enumerates all of the linkers supported by this build of LLVM. 11 // Clients of this file should define the LLVM_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/base/docs/html/sdk/ |
D | terms.jd | 11 …this License Agreement as the "SDK" and specifically including the Android system files, packaged … 18 2. Accepting this License Agreement 21 …to use the SDK, you must first agree to this License Agreement. You may not use the SDK if you do … 24 2.2 You can accept this License Agreement by: 27 …(A) clicking to accept or agree to this License Agreement, where this option is made available to … 30 …(B) by actually using the SDK. In this case, you agree that use of the SDK constitutes acceptance … 36 …this License Agreement on behalf of your employer or other entity, you represent and warrant that … 42 …3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalt… 52 …e governed solely by the terms of that open source software license and not this License Agreement. 58 …3.6 Nothing in this License Agreement gives you a right to use any of Google's trade names, tradem… [all …]
|
/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
|
/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/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/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 169 return *this; 173 Self tmp = *this; 234 this->move<TreeIteratorBase::Rightward>(); 235 return *this; 239 Self tmp = *this; 240 this->move<TreeIteratorBase::Rightward>(); 245 this->move<TreeIteratorBase::Leftward>(); 246 return *this; 250 Self tmp = *this; 251 this->move<TreeIteratorBase::Leftward>(); [all …]
|
D | HashIterator.h | 76 return *this; in assign() 148 { return !(*this == pCopy); } 187 return *this; in assign() 237 { return !(*this == pCopy); } 306 return *this; 311 this->Base::advance(); 312 return *this; 316 Self tmp = *this; 317 this->Base::advance();
|
/frameworks/base/docs/html/distribute/googleplay/promote/ |
D | badges.jd | 135 if ($(this).val() == $(this).attr("default")) { 136 $(this).css("color","#ccc"); 139 $('input[type="text"]:not(input[name='+this.name+'])', 140 this.parentNode).attr('disabled','true'); 141 $('#'+this.name+'-clear').show(); 153 onfocus="onInputFocus(this, 'com.example.android')" 154 onblur="onInputBlur(this, 'com.example.android')" 155 onkeyup="return onTextEntered(event, this.parentNode, this)"/> 163 onfocus="onInputFocus(this, 'Example, Inc.')" 164 onblur="onInputBlur(this, 'Example, Inc.')" [all …]
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 7 of this license document, but changing it is not allowed. 24 this license or the ordinary General Public License is the better 30 for this service if you wish); that you receive source code or can get 49 library, and (2) we offer you this license, which gives you legal 64 consistent with the full freedom of use specified in this license. 70 this license for certain libraries in order to permit linking those 81 We call this license the "Lesser" General Public License because it 91 a de-facto standard. To achieve this, non-free programs must be 93 library does the same job as widely used non-free libraries. In this 121 this Lesser General Public License (also called "this License"). [all …]
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | geometry.h | 80 this->x = x; in Rect() 81 this->y = y; in Rect() 82 this->width = width; in Rect() 83 this->height = height; in Rect()
|
/frameworks/base/core/tests/overlaytests/ |
D | README | 4 As of this writing, runtime resource overlay is only triggered for 5 /system/framework/framework-res.apk. Because of this, installation of 8 cannot handle reboots. As a workaround, this directory contains a shell 12 in this directory should be moved to core/tests/coretests. Also, by
|
/frameworks/base/ |
D | NOTICE | 4 == in this case for the Android-specific code. == 16 == in this case for Apache Commons code. == 28 == in this case for Jakarta Commons Logging. == 40 == in this case for the Nuance code. == 49 == in this case for the Media Codecs code. == 59 == in this case for the mDnsResponder code. == 70 == in this case for the TagSoup code. == 76 Version 2.0. You may obtain a copy of this license at 78 additional legal rights not granted by this license. 89 == in this case for Additional Codecs code. == [all …]
|
/frameworks/base/docs/html/ |
D | license.jd | 7 <p>For the purposes of licensing, the content of this web site is divided 15 <p>The documentation content on this site is made available to 32 <p>Third-party components of this site such as JavaScript libraries are included in the Android 36 <p>All other content on this site, except the license documents themselves 41 <p>You may use the content of this site in any way that is consistent 71 information about this usage. </li> 76 <li>In addition, content linked from a page on this site is not covered 80 <li>The use of sample source code provided in the SDK or shown in this 89 terms of the Creative Commons Attribution license. On this site, the 91 content, as described earlier in this document. The complete [all …]
|
/frameworks/native/ |
D | NOTICE | 4 == in this case for the Android-specific code. == 16 == in this case for Apache Commons code. == 28 == in this case for Jakarta Commons Logging. == 40 == in this case for the Nuance code. == 49 == in this case for the Media Codecs code. == 59 == in this case for the TagSoup code. == 65 Version 2.0. You may obtain a copy of this license at 67 additional legal rights not granted by this license. 78 == in this case for Additional Codecs code. == 88 == in this case for the Audio Effects code. == [all …]
|