/external/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 33 DD.Kind = Deprecation; in makeAvailability() 64 case Deprecation: in Destroy()
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 116 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/ |
D | item.rs | 42 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/ |
D | JavaPsiDocumentationBuilder.kt | 124 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/ |
D | DocumentationReference.kt | 19 Deprecation, in <lambda>()
|
D | DocumentationNode.kt | 117 get() = references(RefKind.Deprecation).map { it.to }.firstOrNull() in <lambda>()
|
/external/python/cpython3/Doc/library/ |
D | asyncio-future.rst | 64 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
|
D | asyncio-task.rst | 425 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/ |
D | README.md | 30 See [Skydoc Deprecation](docs/skydoc_deprecation.md) for
|
/external/python/mobly/ |
D | CHANGELOG.md | 64 ## 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/ |
D | release-information.rst | 60 | Interface | Deprecation | Removed | Comments …
|
/external/python/cryptography/docs/ |
D | api-stability.rst | 53 Deprecation section in Versioning
|
/external/markdown/docs/change_log/ |
D | release-2.4.md | 16 Deprecation" in version 2.3 when a new setting `linenums` was added to replace
|
D | release-2.3.md | 38 marked as **Pending Deprecation** and a new setting `linenums` has been added
|
/external/capstone/ |
D | README.md | 9 Deprecation chapter
|
/external/python/pybind11/docs/ |
D | upgrade.rst | 123 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/ |
D | 3.6.0b3.rst | 7 Deprecation warning for invalid str and byte escape sequences now prints
|
D | 3.5.0a2.rst | 385 Deprecation warning is now raised for builtin types without the __module__
|
/external/python/cpython3/Doc/ |
D | README.rst | 119 Deprecation header
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop.go | 251 {{- with .Op.Deprecation}}
|
/external/dokka/core/src/main/kotlin/Kotlin/ |
D | DescriptorDocumentationParser.kt | 209 node.append(deprecationNode, RefKind.Deprecation) in <lambda>()
|
D | DocumentationBuilder.kt | 306 annotationNode.isDeprecation() -> RefKind.Deprecation in ClassifierDescriptor() 313 … if (refKind == RefKind.Deprecation) annotationNode.convertDeprecationDetailsToChildren() in ClassifierDescriptor()
|
/external/flatbuffers/docs/source/ |
D | WhitePaper.md | 100 - Deprecation of fields instead of manual field id assignment.
|
/external/cronet/net/reporting/ |
D | README.md | 110 `//content/browser/network/`][2]), which can queue Intervention, Deprecation,
|
/external/webrtc/g3doc/ |
D | style-guide.md | 75 ### Deprecation subsection
|