Home
last modified time | relevance | path

Searched refs:provisional (Results 1 – 25 of 50) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dboilerplate.txt45 <<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]]
362provisional-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 …]
DVK_KHR_ray_query.txt111 (1) What are the changes between the public provisional (VK_KHR_ray_tracing
123 * extension is no longer provisional
DVK_KHR_ray_tracing_pipeline.txt218 (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
DVK_KHR_acceleration_structure.txt218 (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)
DVK_NV_device_generated_commands.txt308 VK_KHR_pipeline_library is no longer provisional.
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js355 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/
Dindex.js383 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/
Dextensionmetadocgenerator.py38 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.gitignore61 man/provisional-headers.txt
/third_party/typescript/tests/baselines/reference/
DoverloadsWithProvisionalErrors.symbols20 …nside the function, but not outside (since it would be applicable if not for the provisional error)
DoverloadsWithProvisionalErrors.types24 …nside the function, but not outside (since it would be applicable if not for the provisional error)
DoverloadsWithProvisionalErrors.errors.txt29 …nside the function, but not outside (since it would be applicable if not for the provisional error)
/third_party/python/Doc/library/
Demail.contentmanager.rst197 .. [1] Originally added in 3.4 as a :term:`provisional module <provisional
Demail.headerregistry.rst461 .. [1] Originally added in 3.3 as a :term:`provisional module <provisional
Dimportlib.metadata.rst12 ``importlib.metadata`` is no longer provisional.
Demail.policy.rst650 .. [1] Originally added in 3.3 as a :term:`provisional feature <provisional
Demail.message.rst749 .. [1] Originally added in 3.4 as a :term:`provisional module <provisional
/third_party/rust/crates/once_cell/
DCHANGELOG.md101 The API is provisional, subject to change and is gated by the `unstable` cargo feature.
/third_party/python/Doc/whatsnew/
D3.5.rst415 :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
D3.6.rst109 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/
Dglossary.rst990 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/
Dregistry.rnc464 # provisional - 'true' if this extension is released provisionally
487 attribute provisional { text } ? ,
/third_party/python/Misc/NEWS.d/
D3.10.0rc1.rst508 importlib.metadata is no longer provisional.
D3.6.0a2.rst238 Add os.PathLike support to pathlib, removing its provisional status (part of
/third_party/python/Doc/c-api/
Dinit_config.rst1434 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

12