/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mimetypes.py | 169 extensions = self.types_map_inv[True].get(type, []) 172 if ext not in extensions: 173 extensions.append(ext) 174 return extensions 189 extensions = self.guess_all_extensions(type, strict) 190 if not extensions: 192 return extensions[0]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | build_ext.py | 109 self.extensions = None 146 self.extensions = self.distribution.ext_modules 293 if not self.extensions: 342 def check_extensions_list(self, extensions): argument 352 if not isinstance(extensions, list): 356 for i, ext in enumerate(extensions): 418 extensions[i] = ext 421 self.check_extensions_list(self.extensions) 425 for ext in self.extensions: 434 self.check_extensions_list(self.extensions) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | setuptools_build_ext.py | 55 for ext in self.extensions: 105 self.extensions = self.extensions or [] 106 self.check_extensions_list(self.extensions) 107 self.shlibs = [ext for ext in self.extensions 111 for ext in self.extensions: 113 for ext in self.extensions: 199 for ext in self.extensions:
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/ |
D | ext.h | 78 ext_t *extensions = &_ext[0]; \ 82 extern ext_t *extensions;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | checkextensions.py | 8 def checkextensions(unknown, extensions): argument 12 for e in extensions: 19 for e in extensions:
|
D | freeze.py | 114 extensions = [] 170 extensions.append(a) 252 check_dirs = check_dirs + extensions 259 files = supp_sources + extensions # extensions are files on Windows. 268 for dir in extensions: 406 extensions) 417 unknown, extensions, prefix)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | extension.py | 154 extensions = [] 240 extensions.append(ext) 253 return extensions
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | FrameworkUefiLib.uni | 2 // Library to abstract Framework extensions that conflict with UEFI 2.0 Specification. 20 #string STR_MODULE_ABSTRACT #language en-US "Library to abstract Framework extensions t…
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/ |
D | InitializeFpu.S | 19 # masked,double-extended-precision, round-to-nearest) and multimedia-extensions control word 48 # Multimedia-extensions control word:
|
D | InitializeFpu.asm | 23 ; Multimedia-extensions control word: 35 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
|
D | InitializeFpu.nasm | 22 ; Multimedia-extensions control word: 34 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
|
/device/google/crosshatch/ |
D | PREUPLOAD.cfg | 5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
D | InitializeFpu.s | 22 # Multimedia-extensions control word: 33 # masked,double-precision, round-to-nearest) and multimedia-extensions control word
|
D | InitializeFpu.asm | 25 ; Multimedia-extensions control word: 37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/ |
D | InitializeFpu.S | 21 # Multimedia-extensions control word: 30 # masked,double-precision, round-to-nearest) and multimedia-extensions control word
|
D | InitializeFpu.asm | 25 ; Multimedia-extensions control word: 37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
|
D | InitializeFpu.nasm | 23 ; Multimedia-extensions control word: 34 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/ |
D | InitializeFpu.nasm | 25 ; Multimedia-extensions control word: 37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 43 functions that we do not need to implement. Only the GL ES 1.1 extensions 45 Android. Any extensions provided by the wire protocol that are not supported by 52 implemented; no ES 2.0 extensions are supported, unless they are remappable to 53 GL ES 3.0 features. GL ES 3.1 is not currently supported. Any extensions
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
D | ext.c | 55 ext = &extensions[i]; 300 ext = &extensions[i]; in ext_get_by_opt()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingDebugLib/ |
D | SemiHostingDebugLib.inf | 5 # Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblCmdLibNull/ |
D | EblCmdLibNull.inf | 4 # Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblAddExternalCommandLib/ |
D | EblAddExternalCommandLib.inf | 4 # Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | README.txt | 14 installed. In addition, you need the Python COM extensions,
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/EblCmdLib/ |
D | EblCmdLib.inf | 4 # Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
|