Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 63) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimetypes.py169 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/
Dbuild_ext.py109 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/
Dsetuptools_build_ext.py55 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/
Dext.h78 ext_t *extensions = &_ext[0]; \
82 extern ext_t *extensions;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dcheckextensions.py8 def checkextensions(unknown, extensions): argument
12 for e in extensions:
19 for e in extensions:
Dfreeze.py114 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/
Dextension.py154 extensions = []
240 extensions.append(ext)
253 return extensions
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DFrameworkUefiLib.uni2 // 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/
DInitializeFpu.S19 # masked,double-extended-precision, round-to-nearest) and multimedia-extensions control word
48 # Multimedia-extensions control word:
DInitializeFpu.asm23 ; Multimedia-extensions control word:
35 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
DInitializeFpu.nasm22 ; Multimedia-extensions control word:
34 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
/device/google/crosshatch/
DPREUPLOAD.cfg5 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
DInitializeFpu.s22 # Multimedia-extensions control word:
33 # masked,double-precision, round-to-nearest) and multimedia-extensions control word
DInitializeFpu.asm25 ; Multimedia-extensions control word:
37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
DInitializeFpu.S21 # Multimedia-extensions control word:
30 # masked,double-precision, round-to-nearest) and multimedia-extensions control word
DInitializeFpu.asm25 ; Multimedia-extensions control word:
37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
DInitializeFpu.nasm23 ; Multimedia-extensions control word:
34 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/
DInitializeFpu.nasm25 ; Multimedia-extensions control word:
37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md43 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/
Dext.c55 ext = &extensions[i];
300 ext = &extensions[i]; in ext_get_by_opt()
/device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingDebugLib/
DSemiHostingDebugLib.inf5 # Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblCmdLibNull/
DEblCmdLibNull.inf4 # Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblAddExternalCommandLib/
DEblAddExternalCommandLib.inf4 # 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/
DREADME.txt14 installed. In addition, you need the Python COM extensions,
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/EblCmdLib/
DEblCmdLib.inf4 # Library to abstract Framework extensions that conflict with UEFI 2.0 Specification

123