/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | sre_parse.py | 202 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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inftrees.c | 53 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 …]
|
D | infback.c | 256 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 …]
|
D | inffast.c | 90 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 …]
|
D | inflate.c | 567 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.10/Lib/ |
D | sre_parse.py | 213 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/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | ATokPtr.h | 64 { return this->ptr_ != q.ptr_; } 66 { return this->ptr_ == q.ptr_; } 68 { return this->ptr_ == addr; } 70 { return this->ptr_ != addr; }
|
D | DLG_stream_input.h | 56 this->purge(); // bloody templarized lookup... in ~DLG_stream_input() 61 if (this != &a_affecter) 66 return(*this);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | ATokPtr.h | 64 { return this->ptr_ != q.ptr_; } 66 { return this->ptr_ == q.ptr_; } 68 { return this->ptr_ == addr; } 70 { return this->ptr_ != addr; }
|
D | DLG_stream_input.h | 56 this->purge(); // bloody templarized lookup... in ~DLG_stream_input() 61 if (this != &a_affecter) 66 return(*this);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | header.py | 451 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/marlin/sepolicy/ |
D | system_app.te | 2 # Normally this property is a default_prop which is readable by anybody, but on marlin/sailfish 3 # init_mid needs to be able to set this property and thus this property had to be relabelled as 4 # a new type, hw_sku_pop. This in turn requires us to grant system_app read access to this property
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/ |
D | CpuS3DataDxe.uni | 5 // 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/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
D | DxeCoreMemoryAllocationLib.uni | 6 // It is assumed that this library instance must be linked with DxeCore in this package. 12 // which accompanies this distribution. The full text of the license may be found at 22 …services in an indirect way. It is assumed that this library instance must be linked with DxeCore …
|
/device/lge/bullhead/self-extractors/ |
D | PART1 | 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software.
|
/device/google/dragon/self-extractors/ |
D | PART1 | 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software.
|
/device/huawei/angler/self-extractors/ |
D | PART1 | 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software.
|
/device/google/marlin/self-extractors/ |
D | PART1 | 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software.
|
/device/google/marlin/self-extractors_sailfish/ |
D | PART1 | 5 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/ |
D | PART1 | 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software.
|
/device/asus/fugu/self-extractors/ |
D | PART1 | 5 echo The license for this software will now be displayed. 6 echo You must agree to this license before using this software.
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/ |
D | FrameworkSpecConformance.txt | 29 …This macro named "EFI_STRING_TOKEN" is *NOT* defined in Framework specification. Keeping this inco… 46 Keeping this inconsistency for backward compatibility. 63 …the name should be EFI_CACHE_MAXIMUM_SIZE_DATA. Keeping this inconsistency for backward compatibil… 105 Keeping this inconsistency for backward compatibility. 121 Keeping this inconsistency for backward compatibility. 130 Keeping this inconsistency from the perspective of binary consistency. 142 Keeping this inconsistency for backward compatibility. 173 Keeping this inconsistency to reflect the latest industry standard. 186 Keeping this inconsistency to reflect the latest industry standard. 192 …the name should be "EFI_PROCESSOR_CACHE_ASSOCIATION_DATA". Keeping this inconsistency for backward… [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
D | ConPlatformDxe.inf | 11 # which accompanies this distribution. The full text of the license may be found at 73 # If the device is a standard error device, this GUID as the protocol GUID will be installed 74 # onto this device handle. 79 # If the device is a console output device, this GUID as the protocol GUID will be installed 80 # onto this device handle. 85 # If the device is a console input device, this GUID as the protocol GUID will be installed 86 # onto this device handle.
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | ApCst.asl | 10 the terms and conditions of the BSD License that accompanies this distribution. 29 The information in this document is furnished for informational use only, is 32 for any errors or inaccuracies that may appear in this document or any 33 software that may be provided in association with this document. 35 Except as permitted by such license, no part of this document may be 39 WARNING: You are authorized and licensed to install and use this BIOS code 63 specified by this reference code, this file must be modified IAW the
|
/device/linaro/bootloader/edk2/ShellPkg/ |
D | Readme.txt | 11 developer may integrate this code into an existing platform: 13 1. Add this shell build to the NT32 build: 16 2. Update system PCDs to support this new module 23 4. Add this shell to the NT32 firmware list
|