Home
last modified time | relevance | path

Searched refs:this (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h141 if (newCap <= this->capacity()) { in reserve()
156 bool isAllocated() const { return this->cbegin() != smallBufferStart(); } in isAllocated()
166 this->destruct(this->begin(), this->end()); in dtor()
168 free(this->mBegin); in dtor()
174 this->mBegin = begin; in init()
175 this->mEnd = end; in init()
176 this->mCapacity = capacity; in init()
182 if (newSize < this->size()) { in resize_impl()
183 const auto newEnd = this->begin() + newSize; in resize_impl()
184 this->destruct(newEnd, this->end()); in resize_impl()
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/
DOptional.h196 if (this->constructed()) { in Optional()
201 if (this->constructed()) { in Optional()
211 if (this->constructed()) { in Optional()
221 if (this->constructed()) { in Optional()
247 if (&other == this) {
248 return *this;
251 if (this->constructed()) {
256 this->setConstructed(false);
261 this->setConstructed(true);
266 return *this;
[all …]
DAlignedBuf.h51 if (this != &other) {
53 *this = std::move(tmp);
55 return *this;
58 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf()
67 return *this;
/device/generic/goldfish/radio/libril/
DrilSocketQueue.h109 temp = this->front; in dequeue()
110 if(NULL != this->front->p_next) { in dequeue()
111 this->front = this->front->p_next; in dequeue()
113 this->front = NULL; in dequeue()
125 if(NULL == this->front) { in enqueue()
126 this->front = request; in enqueue()
129 request->p_next = this->front; in enqueue()
130 this->front = request; in enqueue()
143 for(T **ppCur = &(this->front); *ppCur != NULL; ppCur = &((*ppCur)->p_next)) { in checkAndDequeue()
162 if(this->front == NULL) { in empty()
/device/google/cuttlefish/common/libs/net/
Dnetwork_interface.h41 return *this; in SetName()
58 return *this; in SetOperational()
70 return *this; in SetAddress()
81 return *this; in SetBroadcastAddress()
87 return *this; in SetPrefixLength()
/device/linaro/dragonboard/db845c/firmware/
DLICENSE.qcom.txt18 1.1 License. Subject to the terms and conditions of this Agreement,
20 exclusions set forth in this Agreement, QTI hereby grants to you a
32 file setting forth the terms and condition of this Agreement; (iv) you may not
37 1.3 Additional Restrictions. Except as expressly permitted by this Agreement,
42 Except for the purposes expressly permitted in this Agreement, You shall not
59 this Agreement. You agree to comply with all terms and conditions imposed on
69 the part of You. Notwithstanding any other term in this Agreement, QTI shall
102 3. NO OTHER LICENSES OR INTELLECTUAL PROPERTY RIGHTS. Neither this Agreement,
103 nor any act by QTI or any of its affiliates pursuant to this Agreement or
108 the copyright rights expressly licensed under this Agreement. You understand and
[all …]
DNOTICE18 1.1 License. Subject to the terms and conditions of this Agreement,
20 exclusions set forth in this Agreement, QTI hereby grants to you a
32 file setting forth the terms and condition of this Agreement; (iv) you may not
37 1.3 Additional Restrictions. Except as expressly permitted by this Agreement,
42 Except for the purposes expressly permitted in this Agreement, You shall not
59 this Agreement. You agree to comply with all terms and conditions imposed on
69 the part of You. Notwithstanding any other term in this Agreement, QTI shall
102 3. NO OTHER LICENSES OR INTELLECTUAL PROPERTY RIGHTS. Neither this Agreement,
103 nor any act by QTI or any of its affiliates pursuant to this Agreement or
108 the copyright rights expressly licensed under this Agreement. You understand and
[all …]
Dnotice.txt_wlanmdsp5 Except where prohibited by the open source license, the content of this notices file is
10 software license agreements included in the notice section of this file are
12 this file provides no license to any patents,
43 // notice, this list of conditions and the following disclaimer,
51 // from this software without specific prior written permission.
53 // Alternatively, this software may be distributed under the terms of the
83 * notice, this list of conditions and the following disclaimer.
85 * notice, this list of conditions and the following disclaimer in the
87 * 3. All advertising materials mentioning features or use of this software
92 * may be used to endorse or promote products derived from this software
[all …]
/device/linaro/dragonboard/db845c/firmware/qcom/venus-5.2/
DNOTICE18 1.1 License. Subject to the terms and conditions of this Agreement,
20 exclusions set forth in this Agreement, QTI hereby grants to you a
32 file setting forth the terms and condition of this Agreement; (iv) you may not
37 1.3 Additional Restrictions. Except as expressly permitted by this Agreement,
42 Except for the purposes expressly permitted in this Agreement, You shall not
59 this Agreement. You agree to comply with all terms and conditions imposed on
69 the part of You. Notwithstanding any other term in this Agreement, QTI shall
102 3. NO OTHER LICENSES OR INTELLECTUAL PROPERTY RIGHTS. Neither this Agreement,
103 nor any act by QTI or any of its affiliates pursuant to this Agreement or
108 the copyright rights expressly licensed under this Agreement. You understand and
[all …]
/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/
DLICENSE18 1.1 License. Subject to the terms and conditions of this Agreement,
20 exclusions set forth in this Agreement, QTI hereby grants to you a
32 file setting forth the terms and condition of this Agreement; (iv) you may not
37 1.3 Additional Restrictions. Except as expressly permitted by this Agreement,
42 Except for the purposes expressly permitted in this Agreement, You shall not
59 this Agreement. You agree to comply with all terms and conditions imposed on
69 the part of You. Notwithstanding any other term in this Agreement, QTI shall
102 3. NO OTHER LICENSES OR INTELLECTUAL PROPERTY RIGHTS. Neither this Agreement,
103 nor any act by QTI or any of its affiliates pursuant to this Agreement or
108 the copyright rights expressly licensed under this Agreement. You understand and
[all …]
/device/generic/opengl-transport/host/libs/virglrenderer/
DContext.h44 : render_control(this, dpy_), worker(), name(std::string(name_, nlen_)), handle(handle_), in Context()
46 map.emplace(handle, this); in Context()
64 if (ctx == this) in bind()
80 worker = std::thread(&Context::worker_func, this); in setPidTid()
138 cv.wait(lk, [this] { return killWorker || (cmdBuf && fence); }); in worker_func()
146 pfnProcessCmd(this, cmdBuf, cmdBufSize, fence); in processCmd()
/device/google/bonito/self-extractors_sargo/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/google/coral/self-extractors/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/google/crosshatch/self-extractors_blueline/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/linaro/hikey/self-extractors_hikey960/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/google/bonito/self-extractors/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/google/taimen/self-extractors/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/google/coral/self-extractors_flame/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/google/muskie/self-extractors/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/google/crosshatch/self-extractors/
DPART15 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
/device/linaro/hikey/bt-wifi-firmware-util/
DNOTICE10 If you download and use any version of this software from www.github.com, you
11 acknowledge and agree that the terms and conditions of this license control and any
12 previous licenses under which this software may have been provided on www.github.com
13 are superseded and replaced by the terms and conditions of this license.
17 have made, use, import, offer to sell and sell ("Utilize") this software subject
21 include this software, other than combinations with devices manufactured by or
24 Redistributions must preserve existing copyright notices and reproduce this license
32 * No reverse engineering, decompilation, or disassembly of this software is permitted
51 may be used to endorse or promote products derived from this software without specific
/device/linaro/hikey/mali/bifrost/
DEND_USER_LICENCE_AGREEMENT.txt24 "Software" means any software, firmware and data accompanying this
26 it under the terms of this Licence for the Mali Driver.
31 this Licence, a non-exclusive, non-transferable, revocable, worldwide
47 which are included with the Software; and (iii) include a copy of this
65 provided by this Licence. You shall not remove from the Software any
78 any of the licences granted under this Licence. Without limiting the
137 accordance with the terms of this Licence.
143 any of the terms and conditions of this Licence then ARM may terminate
144 this Licence immediately upon giving written notice to you or on
145 thirty (30) days written notice without cause. You may terminate this
[all …]
/device/amlogic/yukawa/binaries/gpu/
DEND_USER_LICENCE_AGREEMENT.txt24 "Software" means any software, firmware and data accompanying this
26 it under the terms of this Licence for the Mali Driver.
31 this Licence, a non-exclusive, non-transferable, revocable, worldwide
47 which are included with the Software; and (iii) include a copy of this
65 provided by this Licence. You shall not remove from the Software any
78 any of the licences granted under this Licence. Without limiting the
137 accordance with the terms of this Licence.
143 any of the terms and conditions of this Licence then ARM may terminate
144 this Licence immediately upon giving written notice to you or on
145 thirty (30) days written notice without cause. You may terminate this
[all …]
/device/linaro/hikey/mali/utgard/
DEND_USER_LICENCE_AGREEMENT.txt24 "Software" means any software, firmware and data accompanying this
26 it under the terms of this Licence for the Mali Driver.
31 this Licence, a non-exclusive, non-transferable, revocable, worldwide
47 which are included with the Software; and (iii) include a copy of this
65 provided by this Licence. You shall not remove from the Software any
78 any of the licences granted under this Licence. Without limiting the
137 accordance with the terms of this Licence.
143 any of the terms and conditions of this Licence then ARM may terminate
144 this Licence immediately upon giving written notice to you or on
145 thirty (30) days written notice without cause. You may terminate this
[all …]
/device/linaro/dragonboard/db845c/firmware/qca/
DNOTICE5 of this notices file is only provided to satisfy Qualcomm Atheros's attribution
10 the notice section of this file are the responsibility of the user. Except as
11 may be granted by separate express written agreement, this file provides no
37 * notice, this list of conditions and the following disclaimer.
39 * notice, this list of conditions and the following disclaimer in the
42 * may be used to endorse or promote products derived from this software
73 * notice, this list of conditions and the following disclaimer.
75 * notice, this list of conditions and the following disclaimer in the
78 * may be used to endorse or promote products derived from this software
102 * this includes inlined list.h safe for userspace.
[all …]

12345678910>>...20