Home
last modified time | relevance | path

Searched refs:Deprecation (Results 1 – 25 of 43) sorted by relevance

12

/external/clang/lib/Sema/
DDelayedDiagnostic.cpp33 DD.Kind = Deprecation; in makeAvailability()
64 case Deprecation: in Destroy()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType }; enumerator
168 assert((Kind == Deprecation || Kind == Unavailable) && in getDeprecationDecl()
174 assert((Kind == Deprecation || Kind == Unavailable) && in getDeprecationMessage()
/external/rust/crates/clap_derive/src/
Ditem.rs42 deprecations: Vec<Deprecation>,
284 self.deprecations.push(Deprecation { in push_method()
301 self.deprecations.push(Deprecation { in push_method()
410 self.deprecations.push(Deprecation::attribute( in push_attrs()
458 self.deprecations.push(Deprecation { in push_attrs()
470 self.deprecations.push(Deprecation { in push_attrs()
1255 pub struct Deprecation { struct
1262 impl Deprecation { implementation
1277 impl ToTokens for Deprecation { implementation
1280 let Deprecation { in to_tokens() localVariable
/external/dokka/core/src/main/kotlin/Java/
DJavaPsiDocumentationBuilder.kt124 node.append(annotation, RefKind.Deprecation) in appendFile()
134 node.append(deprecationNode, RefKind.Deprecation) in appendFile()
138 node.append(deprecationNode, RefKind.Deprecation) in appendFile()
/external/dokka/core/src/main/kotlin/Model/
DDocumentationReference.kt19 Deprecation, in <lambda>()
DDocumentationNode.kt117 get() = references(RefKind.Deprecation).map { it.to }.firstOrNull() in <lambda>()
/external/python/cpython3/Doc/library/
Dasyncio-future.rst64 Deprecation warning is emitted if *obj* is not a Future-like object
74 Deprecation warning is emitted if *future* is not a Future-like object
105 Deprecation warning is emitted if *loop* is not specified
Dasyncio-task.rst425 Deprecation warning is emitted if no positional arguments are provided
470 Deprecation warning is emitted if *aw* is not Future-like object
651 Deprecation warning is emitted if not all awaitable objects in the *aws*
834 Deprecation warning is emitted if *loop* is not specified
/external/stardoc/
DREADME.md30 See [Skydoc Deprecation](docs/skydoc_deprecation.md) for
/external/python/mobly/
DCHANGELOG.md64 ## Mobly Release 1.11: Py2 Deprecation and Repeat/Retry Support
148 * [Deprecation] Removed `BaseTestClass#clean_up` which was deprecated in 1.8.1.
149 * [Deprecation] Code path for passing args directly into a test method, which
151 * [Deprecation] Service-related APIs deprecated in 1.8 are now removed,
/external/arm-trusted-firmware/docs/about/
Drelease-information.rst60 | Interface | Deprecation | Removed | Comments …
/external/python/cryptography/docs/
Dapi-stability.rst53 Deprecation section in Versioning
/external/markdown/docs/change_log/
Drelease-2.4.md16 Deprecation" in version 2.3 when a new setting `linenums` was added to replace
Drelease-2.3.md38 marked as **Pending Deprecation** and a new setting `linenums` has been added
/external/capstone/
DREADME.md9 Deprecation chapter
/external/python/pybind11/docs/
Dupgrade.rst123 Deprecation of the ``PYBIND11_PLUGIN`` macro
321 Deprecation of some ``py::object`` APIs
453 Deprecation of the ``py::base<T>()`` attribute
491 Deprecation of a few ``py::object`` APIs
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b3.rst7 Deprecation warning for invalid str and byte escape sequences now prints
D3.5.0a2.rst385 Deprecation warning is now raised for builtin types without the __module__
/external/python/cpython3/Doc/
DREADME.rst119 Deprecation header
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go251 {{- with .Op.Deprecation}}
/external/dokka/core/src/main/kotlin/Kotlin/
DDescriptorDocumentationParser.kt209 node.append(deprecationNode, RefKind.Deprecation) in <lambda>()
DDocumentationBuilder.kt306 annotationNode.isDeprecation() -> RefKind.Deprecation in ClassifierDescriptor()
313 … if (refKind == RefKind.Deprecation) annotationNode.convertDeprecationDetailsToChildren() in ClassifierDescriptor()
/external/flatbuffers/docs/source/
DWhitePaper.md100 - Deprecation of fields instead of manual field id assignment.
/external/cronet/net/reporting/
DREADME.md110 `//content/browser/network/`][2]), which can queue Intervention, Deprecation,
/external/webrtc/g3doc/
Dstyle-guide.md75 ### Deprecation subsection

12