Searched defs:extensions (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
H A Dmsi.py87 extensions = [ variable
839 # We don't support advertisement of extensions
966 extensions.remove("_ctypes.pyd")
1063 for f in extensions:
1091 # check whether there are any unknown extensions
1156 # File extensions, associated with the REGISTRY.def component
1190 # Extensions are not advertised. For advertised extensions,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dimport.c90 static PyObject *extensions = NULL; variable
244 Py_XDECREF(extensions);
245 extensions = NULL;
538 once, we keep a static dictionary 'extensions' keyed by module name
550 if (extensions == NULL) {
551 extensions = PyDict_New();
552 if (extensions == NULL)
568 PyDict_SetItemString(extensions, filename, copy);
577 if (extensions == NULL)
579 dict = PyDict_GetItemString(extensions, filenam
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dimport.c90 static PyObject *extensions = NULL; variable
272 Py_XDECREF(extensions);
273 extensions = NULL;
570 once, we keep a static dictionary 'extensions' keyed by module name
582 if (extensions == NULL) {
583 extensions = PyDict_New();
584 if (extensions == NULL)
600 PyDict_SetItemString(extensions, filename, copy);
609 if (extensions == NULL)
611 dict = PyDict_GetItemString(extensions, filenam
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dimport.c90 static PyObject *extensions = NULL; variable
244 Py_XDECREF(extensions);
245 extensions = NULL;
538 once, we keep a static dictionary 'extensions' keyed by module name
550 if (extensions == NULL) {
551 extensions = PyDict_New();
552 if (extensions == NULL)
568 PyDict_SetItemString(extensions, filename, copy);
577 if (extensions == NULL)
579 dict = PyDict_GetItemString(extensions, filenam
[all...]

Completed in 144 milliseconds