/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | boilerplate.txt | 45 <<boilerplate-provisional-header, provisional>> extensions, which are 50 system-specific and provisional interfaces to be included, as described 264 … interface extensions',type='freeform',anchor='boilerplate-wsi-header',xrefs='provisional-headers'] 359 [[boilerplate-provisional-header]] 362 …provisional-headers',desc='Control inclusion of provisional extensions',type='freeform',alias='VK_… 367 non-provisional version of that extension. 379 Sometimes a provisional extension will include a subset of its interfaces in 381 This may occur if the provisional extension is promoted from an existing 383 aliases of the provisional extension interfaces. 384 All other interfaces of that provisional extension which are not aliased [all …]
|
D | VK_KHR_ray_query.txt | 111 (1) What are the changes between the public provisional (VK_KHR_ray_tracing 123 * extension is no longer provisional
|
D | VK_KHR_ray_tracing_pipeline.txt | 218 (3) What are the changes between the public provisional (VK_KHR_ray_tracing 219 v8) release and the internal provisional (VK_KHR_ray_tracing v9) release? 268 (4) What are the changes between the internal provisional 299 * extension is no longer provisional
|
D | VK_KHR_acceleration_structure.txt | 218 (3) What are the changes between the public provisional (VK_KHR_ray_tracing 219 v8) release and the internal provisional (VK_KHR_ray_tracing v9) release? 307 (4) What are the changes between the internal provisional 360 * extension is no longer provisional 422 - Use provisional SPIR-V capabilities (#1987)
|
D | VK_NV_device_generated_commands.txt | 308 VK_KHR_pipeline_library is no longer provisional.
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
D | index.js | 355 const children = Object.assign([], { provisional: 0 }); property 580 return children.slice(0, children.provisional); 698 for (let p = children.provisional; p < children.length; p++) { 712 children.provisional = 0; 748 this.children().provisional = 0; 797 c.provisional++; 801 for (let p = c.provisional; p < c.length; p++) { 821 if (index !== c.provisional) { 828 c.provisional++; 932 const c = children.slice(0, children.provisional); [all …]
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
D | index.js | 383 const children = Object.assign([], { provisional: 0 }); property 608 return children.slice(0, children.provisional); 726 for (let p = children.provisional; p < children.length; p++) { 740 children.provisional = 0; 776 this.children().provisional = 0; 825 c.provisional++; 829 for (let p = c.provisional; p < c.length; p++) { 849 if (index !== c.provisional) { 856 c.provisional++; 960 const c = children.slice(0, children.provisional); [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | extensionmetadocgenerator.py | 38 provisional, argument 53 self.provisional = provisional 265 if self.provisional == 'true': 548 if ext.provisional == 'true': 593 provisional = self.getAttrib(interface, 'provisional', OPTIONAL, 'false') 610 provisional = provisional,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | .gitignore | 61 man/provisional-headers.txt
|
/third_party/typescript/tests/baselines/reference/ |
D | overloadsWithProvisionalErrors.symbols | 20 …nside the function, but not outside (since it would be applicable if not for the provisional error)
|
D | overloadsWithProvisionalErrors.types | 24 …nside the function, but not outside (since it would be applicable if not for the provisional error)
|
D | overloadsWithProvisionalErrors.errors.txt | 29 …nside the function, but not outside (since it would be applicable if not for the provisional error)
|
/third_party/python/Doc/library/ |
D | email.contentmanager.rst | 197 .. [1] Originally added in 3.4 as a :term:`provisional module <provisional
|
D | email.headerregistry.rst | 461 .. [1] Originally added in 3.3 as a :term:`provisional module <provisional
|
D | importlib.metadata.rst | 12 ``importlib.metadata`` is no longer provisional.
|
D | email.policy.rst | 650 .. [1] Originally added in 3.3 as a :term:`provisional feature <provisional
|
D | email.message.rst | 749 .. [1] Originally added in 3.4 as a :term:`provisional module <provisional
|
/third_party/rust/crates/once_cell/ |
D | CHANGELOG.md | 101 The API is provisional, subject to change and is gated by the `unstable` cargo feature.
|
/third_party/python/Doc/whatsnew/ |
D | 3.5.rst | 415 :pep:`484` introduces a :term:`provisional module <provisional API>` to 729 The new :mod:`typing` :term:`provisional <provisional API>` module 775 Since the :mod:`asyncio` module is :term:`provisional <provisional API>`, 1870 wrapper. Both functions are :term:`provisional <provisional API>`, 2370 * The JoinableQueue class in the provisional :mod:`asyncio` module was
|
D | 3.6.rst | 109 Starting with Python 3.6 the ``asyncio`` module is no longer provisional 815 Starting with Python 3.6 the ``asyncio`` module is no longer provisional and its 819 (all backported to 3.5.x due to the provisional status): 1025 no longer provisional. The :mod:`email` documentation has been reorganized and 1600 Since the :mod:`typing` module is :term:`provisional <provisional API>`,
|
/third_party/python/Doc/ |
D | glossary.rst | 990 provisional API 991 A provisional API is one which has been deliberately excluded from 994 provisional, backwards incompatible changes (up to and including removal 1000 Even for provisional APIs, backwards incompatible changes are seen as 1008 provisional package 1009 See :term:`provisional API`.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
D | registry.rnc | 464 # provisional - 'true' if this extension is released provisionally 487 attribute provisional { text } ? ,
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0rc1.rst | 508 importlib.metadata is no longer provisional.
|
D | 3.6.0a2.rst | 238 Add os.PathLike support to pathlib, removing its provisional status (part of
|
/third_party/python/Doc/c-api/ |
D | init_config.rst | 1434 This section is a private provisional API introducing multi-phase 1456 Private provisional API: 1479 as private and provisional: the API can be modified or even be removed
|