Home
last modified time | relevance | path

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

12345678910>>...189

/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinftrees.c53 code this; /* table entry for duplication */ local
118 this.op = (unsigned char)64; /* invalid code marker */
119 this.bits = (unsigned char)1;
120 this.val = (unsigned short)0;
121 *(*table)++ = this; /* make a table to force an error */
122 *(*table)++ = this;
218 this.bits = (unsigned char)(len - drop);
220 this.op = (unsigned char)0;
221 this.val = work[sym];
224 this.op = (unsigned char)(extra[work[sym]]);
[all …]
Dinfback.c256 code this; /* current decoding table entry */ local
392 this = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(this.bits) <= bits) break;
396 if (this.val < 16) {
397 NEEDBITS(this.bits);
398 DROPBITS(this.bits);
399 state->lens[state->have++] = this.val;
402 if (this.val == 16) {
403 NEEDBITS(this.bits + 2);
404 DROPBITS(this.bits);
[all …]
Dinffast.c90 code this; /* retrieved table entry */ local
127 this = lcode[hold & lmask];
129 op = (unsigned)(this.bits);
132 op = (unsigned)(this.op);
134 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
136 "inflate: literal 0x%02x\n", this.val));
137 PUP(out) = (unsigned char)(this.val);
140 len = (unsigned)(this.val);
158 this = dcode[hold & dmask];
160 op = (unsigned)(this.bits);
[all …]
Dinflate.c567 code this; /* current decoding table entry */ local
879 this = state->lencode[BITS(state->lenbits)];
880 if ((unsigned)(this.bits) <= bits) break;
883 if (this.val < 16) {
884 NEEDBITS(this.bits);
885 DROPBITS(this.bits);
886 state->lens[state->have++] = this.val;
889 if (this.val == 16) {
890 NEEDBITS(this.bits + 2);
891 DROPBITS(this.bits);
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_parse.py202 this = self.next
204 return this
397 this = sourceget()
398 if this is None:
403 if this in WHITESPACE:
405 if this == "#":
407 this = sourceget()
408 if this in (None, "\n"):
412 if this and this[0] not in SPECIAL_CHARS:
413 subpatternappend((LITERAL, ord(this)))
[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 …]
/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_parse.py213 this = self.next
215 return this
413 this = sourceget()
414 if this is None:
419 if this in WHITESPACE:
421 if this == "#":
423 this = sourceget()
424 if this in (None, "\n"):
428 if this and this[0] not in SPECIAL_CHARS:
429 subpatternappend((LITERAL, ord(this)))
[all …]
/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/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DATokPtr.h64 { return this->ptr_ != q.ptr_; }
66 { return this->ptr_ == q.ptr_; }
68 { return this->ptr_ == addr; }
70 { return this->ptr_ != addr; }
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DATokPtr.h64 { return this->ptr_ != q.ptr_; }
66 { return this->ptr_ == q.ptr_; }
68 { return this->ptr_ == addr; }
70 { return this->ptr_ != addr; }
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3DataDxe.uni5 // of this structure in the PcdCpuS3DataAddress PCD. This is a generic/simple
6 // version of this module. It does not provide a machine check handler or CPU
8 // number of CPUs reported by the MP Services Protocol, so this module does not
18 // which accompanies this distribution. The full text of the license may be found at
33 "of this structure in the PcdCpuS3DataAddress PCD. This is a generic/simple "
34 "version of this module. It does not provide a machine check handler or CPU "
36 "number of CPUs reported by the MP Services Protocol, so this module does not "
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dheader.py451 this = []
454 curlen = linelen + max(0, len(this)-1) * joinlen
460 len(this) == 1 and fcre.match(this[0]):
461 this.append(part)
464 if this:
465 lines.append(joiner.join(this) + eol)
473 this = [subl[-1]]
475 this = [part]
476 linelen = wslen + len(this[-1])
479 this.append(part)
[all …]
/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/google/sunfish/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/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/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/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/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/redfin/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/bramble/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/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/barbet/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/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.

12345678910>>...189