Searched refs:_uuid (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/test/ |
D | test_uuid.py | 679 _uuid = py_uuid variable in BaseTestInternals 826 @unittest.skipUnless(_uuid._ifconfig_getnode in _uuid._GETTERS, 832 @unittest.skipUnless(_uuid._ip_getnode in _uuid._GETTERS, 838 @unittest.skipUnless(_uuid._arp_getnode in _uuid._GETTERS, 844 @unittest.skipUnless(_uuid._lanscan_getnode in _uuid._GETTERS, 850 @unittest.skipUnless(_uuid._netstat_getnode in _uuid._GETTERS,
|
/third_party/python/Lib/ |
D | uuid.py | 572 import _uuid 573 _generate_time_safe = getattr(_uuid, "generate_time_safe", None) 574 _UuidCreate = getattr(_uuid, "UuidCreate", None) 575 _has_uuid_generate_time_safe = _uuid.has_uuid_generate_time_safe 577 _uuid = None variable
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.5.rst | 134 - llvmpipe: Add get_{driver,device}_uuid implementations
|
D | 22.0.0.rst | 4079 - llvmpipe: Add get_{driver,device}_uuid implementations
|
/third_party/python/Doc/library/ |
D | uuid.rst | 264 .. _uuid-example:
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a6.rst | 162 Port _uuid module to multiphase initialization (:pep:`489`).
|
D | 3.10.1.rst | 1269 ``setup.py`` now uses values from configure script to build the ``_uuid``
|
D | 3.9.0a1.rst | 3423 Fix compile error when ``_uuid`` headers conflicting included.
|
/third_party/python/PCbuild/ |
D | pcbuild.sln | 106 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_uuid", "_uuid.vcxproj", "{CB435430-EBB1-478B-…
|