Home
last modified time | relevance | path

Searched full:pyd (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/python/cpython2/RISCOS/
DMakefile62 @.^.Lib.array/pyd\
63 @.^.Lib.audioop/pyd\
64 @.^.Lib.binascii/pyd\
65 @.^.Lib.bz2/pyd\
66 @.^.Lib.cmath/pyd\
67 @.^.Lib.cPickle/pyd\
68 @.^.Lib.cStringIO/pyd\
69 @.^.Lib.datetime/pyd\
70 @.^.Lib.errno/pyd\
71 @.^.Lib.imageop/pyd\
[all …]
/aosp_15_r20/external/python/cpython2/PC/VS7.1/
Dpython20.wse1713 Text=Extension module DLLs (.pyd); keep in synch with libs directory next
1716 Source=.\_winreg.pyd
1717 Destination=%MAINDIR%\DLLs\_winreg.pyd
1722 Source=.\_csv.pyd
1723 Destination=%MAINDIR%\DLLs\_csv.pyd
1727 Source=.\_sre.pyd
1728 Destination=%MAINDIR%\DLLs\_sre.pyd
1732 Source=.\_ssl.pyd
1733 Destination=%MAINDIR%\DLLs\_ssl.pyd
1737 Source=.\_symtable.pyd
[all …]
Dpython.iss125 Source: DLLs\_socket.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
128 Source: DLLs\_sre.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
131 Source: DLLs\_symtable.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
134 Source: DLLs\_testcapi.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
137 Source: DLLs\_tkinter.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk
140 Source: DLLs\bsddb.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
143 Source: DLLs\mmap.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
146 Source: DLLs\parser.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
149 Source: DLLs\pyexpat.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
152 Source: DLLs\select.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main
[all …]
/aosp_15_r20/external/python/cpython2/PC/
Ddllbase_nt.txt9 and Python .PYD files, to give a better change of optimal performance.
18 - _symtable 1e100000 - 1e110000 pyd removed in 2.4
21 - parser 1e1A0000 - 1e1B0000 pyd removed in 2.4
23 - winreg 1e1C0000 - 1e1D0000 pyd removed in 2.4
25 - _sre 1e1E0000 - 1e1F0000 pyd removed in 2.4
26 - mmap 1e1F0000 - 1e1FFFFF pyd removed in 2.4
34 - datetime 1D180000 - 1D190000 pyd removed in 2.4
35 - _csv 1D190000 - 1D1A0000 pyd removed in 2.4
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dmsi.py88 'bz2.pyd',
89 'pyexpat.pyd',
90 'select.pyd',
91 'unicodedata.pyd',
92 'winsound.pyd',
93 '_elementtree.pyd',
94 '_bsddb.pyd',
95 '_socket.pyd',
96 '_ssl.pyd',
97 '_testcapi.pyd',
[all …]
/aosp_15_r20/external/python/cpython3/Doc/faq/
Dwindows.rst147 Is a ``*.pyd`` file the same as a DLL?
150 Yes, .pyd files are dll's, but there are a few differences. If you have a DLL
151 named ``foo.pyd``, then it must have a function ``PyInit_foo()``. You can then
152 write Python "import foo", and Python will search for foo.pyd (as well as
157 Note that the search path for foo.pyd is PYTHONPATH, not the same as the path
158 that Windows uses to search for foo.dll. Also, foo.pyd need not be present to
160 required. Of course, foo.pyd is required if you want to say ``import foo``. In
162 In a .pyd, linkage is defined in a list of available functions.
/aosp_15_r20/external/python/cpython2/PC/VS8.0/
D_testcapi.vcproj144 InheritedPropertySheets=".\pyd.vsprops"
204 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
265 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
325 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
387 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
447 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_ctypes_test.vcproj142 InheritedPropertySheets=".\pyd.vsprops"
201 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
261 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
320 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
381 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
440 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
Dselect.vcproj148 InheritedPropertySheets=".\pyd.vsprops"
210 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
273 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
335 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
399 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
461 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
Dwinsound.vcproj144 InheritedPropertySheets=".\pyd.vsprops"
204 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
265 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
325 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
387 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
447 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_tkinter.vcproj148 InheritedPropertySheets=".\pyd.vsprops"
210 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
273 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
335 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
399 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
461 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_msi.vcproj146 InheritedPropertySheets=".\pyd.vsprops"
207 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
269 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
330 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
393 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
454 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
Dunicodedata.vcproj144 InheritedPropertySheets=".\pyd.vsprops"
204 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
265 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
325 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
387 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
447 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_socket.vcproj146 InheritedPropertySheets=".\pyd.vsprops"
207 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
269 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
330 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
393 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
454 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_multiprocessing.vcproj146 InheritedPropertySheets=".\pyd.vsprops"
207 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
269 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
330 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
393 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
454 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
/aosp_15_r20/external/python/cpython2/PC/VS9.0/
D_testcapi.vcproj144 InheritedPropertySheets=".\pyd.vsprops"
204 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
265 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
325 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
387 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
447 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_ctypes_test.vcproj142 InheritedPropertySheets=".\pyd.vsprops"
201 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
261 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
320 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
381 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
440 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_tkinter.vcproj148 InheritedPropertySheets=".\pyd.vsprops"
210 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
273 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
335 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
399 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
461 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_multiprocessing.vcproj146 InheritedPropertySheets=".\pyd.vsprops"
207 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
269 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
330 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
393 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
454 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
Dwinsound.vcproj144 InheritedPropertySheets=".\pyd.vsprops"
204 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
265 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
325 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
387 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
447 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
Dselect.vcproj148 InheritedPropertySheets=".\pyd.vsprops"
210 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
273 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
335 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
399 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
461 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_socket.vcproj146 InheritedPropertySheets=".\pyd.vsprops"
207 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
269 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
330 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
393 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
454 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
D_msi.vcproj146 InheritedPropertySheets=".\pyd.vsprops"
207 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
269 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
330 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
393 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
454 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
Dunicodedata.vcproj144 InheritedPropertySheets=".\pyd.vsprops"
204 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
265 InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
325 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
387 InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
447 InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
/aosp_15_r20/external/python/cpython2/Doc/faq/
Dwindows.rst172 Is a ``*.pyd`` file the same as a DLL?
177 Yes, .pyd files are dll's, but there are a few differences. If you have a DLL
178 named ``foo.pyd``, then it must have a function ``initfoo()``. You can then
179 write Python "import foo", and Python will search for foo.pyd (as well as
184 Note that the search path for foo.pyd is PYTHONPATH, not the same as the path
185 that Windows uses to search for foo.dll. Also, foo.pyd need not be present to
187 required. Of course, foo.pyd is required if you want to say ``import foo``. In
189 In a .pyd, linkage is defined in a list of available functions.

12345678910>>...15