Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 162) sorted by relevance

1234567

/system/tools/xsdc/src/main/java/com/android/xsdc/tag/
DXsdTag.java24 private boolean deprecated; field in XsdTag
31 this.deprecated = false; in XsdTag()
53 return deprecated; in isDeprecated()
56 public void setDeprecated(boolean deprecated) { in setDeprecated() argument
57 this.deprecated = deprecated; in setDeprecated()
/system/tools/aidl/
Daidl_to_cpp_common.h106 if (auto deprecated = GetDeprecatedAttribute(type); !deprecated.empty()) { in GenerateDeprecated() local
107 out << " " + deprecated; in GenerateDeprecated()
143 bool deprecated; member
144 ClangDiagnosticIgnoreDeprecated(CodeWriter& out, bool deprecated) in ClangDiagnosticIgnoreDeprecated()
145 : out(out), deprecated(deprecated) { in ClangDiagnosticIgnoreDeprecated()
147 if (deprecated) { in ClangDiagnosticIgnoreDeprecated()
154 if (deprecated) { in ~ClangDiagnosticIgnoreDeprecated()
Dpreprocess.cpp64 const auto deprecated = FindDeprecated(c.GetComments()); in DumpComments() local
65 if (hidden || deprecated) { in DumpComments()
70 if (deprecated) { in DumpComments()
71 out << " * @deprecated " << deprecated->note << "\n"; in DumpComments()
Daidl_dumpapi.cpp92 const auto deprecated = FindDeprecated(c.GetComments()); in DumpComments() local
93 if (hidden && !deprecated) { in DumpComments()
97 } else if (hidden || deprecated) { in DumpComments()
102 if (deprecated) { in DumpComments()
103 out << " * @deprecated " << deprecated->note << "\n"; in DumpComments()
/system/libvintf/analyze_matrix/
Dhals_for_release.py84 if not args.deprecated and not args.unchanged and not args.introduced:
85 args.deprecated = args.introduced = True
104 logger.debug("Show deprecated HALs? %s", args.deprecated)
353 deprecated = sorted(package_instances1 - package_instances2)
356 package_report = self.DescribePackage(deprecated=deprecated,
363 def DescribePackage(self, deprecated: Sequence[str], unchanged: Sequence[str],
387 def DescribePackage(self, deprecated: Sequence[str], unchanged: Sequence[str],
392 if self.args.deprecated:
394 for instance in deprecated]
418 def DescribePackage(self, deprecated: Sequence[str], unchanged: Sequence[str],
[all …]
/system/tools/xsdc/src/main/java/com/android/xsdc/
DXsdHandler.java42 boolean deprecated; field in XsdHandler.State
50 deprecated = false; in State()
209 stateStack.peek().deprecated = isDeprecated(state.attributeMap, state.tags, in endElement()
210 stateStack.peek().deprecated); in endElement()
306 return setDeprecatedAndFinal(new XsdElement(name, ref, type, multiple), state.deprecated, in makeElement()
335 return setDeprecatedAndFinal(new XsdAttribute(name, ref, type, required), state.deprecated, in makeAttribute()
356 state.deprecated, state.finalValue, state.nullability); in makeAttributeGroup()
372 return setDeprecatedAndFinal(new XsdGroup(name, ref, elements), state.deprecated, in makeGroup()
408 child.getElements(), child.getGroup()), state.deprecated, state.finalValue, in makeComplexType()
413 child.getAttributes()), state.deprecated, state.finalValue, in makeComplexType()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DIDeprecated.h14 class __attribute__((deprecated("test"))) IDeprecated : public ::android::IInterface {
20 class __attribute__((deprecated("test"))) IDeprecatedDefault : public IDeprecated {
DBnDeprecated.h12 class __attribute__((deprecated("test"))) BnDeprecated : public ::android::BnInterface<IDeprecated>…
18 class __attribute__((deprecated("test"))) IDeprecatedDelegator : public BnDeprecated {
DBpDeprecated.h11 class __attribute__((deprecated("test"))) BpDeprecated : public ::android::BpInterface<IDeprecated>…
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnDeprecated.h18 class __attribute__((deprecated("test"))) BnDeprecated : public ::ndk::BnCInterface<IDeprecated> {
26 class __attribute__((deprecated("test"))) IDeprecatedDelegator : public BnDeprecated {
DIDeprecated.h19 class __attribute__((deprecated("test"))) IDeprecated : public ::ndk::ICInterface {
35 class __attribute__((deprecated("test"))) IDeprecatedDefault : public IDeprecated {
DBpDeprecated.h11 class __attribute__((deprecated("test"))) BpDeprecated : public ::ndk::BpCInterface<IDeprecated> {
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs15 #[deprecated = "test"]
25 #[deprecated = "test"]
29 #[deprecated = "test"]
DDeprecatedEnum.rs6 #[deprecated = "test"]
DIntEnum.rs10 #[deprecated = "do not use this"]
/system/libvintf/include/vintf/
DVndk.h28 struct [[deprecated]] VndkVersionRange {
45 struct [[deprecated]] Vndk {
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/unions/
DEnumUnion.rs7 #[deprecated = "do not use this"]
68 #[deprecated = "do not use this"]
/system/tools/sysprop/
Dsysprop.proto35 System = 1 [deprecated=true];
67 bool deprecated = 8; field
/system/media/camera/docs/
Dmetadata_validate.py307 deprecated = entry.attrs.get('deprecated')
308 if deprecated and deprecated == 'true':
DCameraMetadataEnums.mako44 % if value.deprecated:
45 * @deprecated Please refer to this API documentation to find the alternatives
48 % if value.deprecated:
DCameraMetadataKeys.mako53 % if entry.deprecated:
54 * @deprecated
61 % if entry.deprecated:
/system/chre/chre_api/legacy/v1_4/chre/
Dtoolchain.h28 __attribute__((deprecated(message)))
/system/chre/doc/
Dcompatibility.md71 deprecated and eventually replaced
180 `@deprecated`, with a description of the recommended alternative, and ideally
187 used to break compilation of nanoapps using the deprecated function, forcing
193 should map the new functionality to the deprecated function when running on
195 CHRE must continue to provide the deprecated function to support nanoapps
204 the function is marked deprecated (at `N+4`), since backward compatibility is
208 For example, if a function is marked deprecated in `N`, and becomes a
210 remove the deprecated functionality only if it rejects a nanoapp built against
212 the deprecated function at `N+4`. CHRE and NSL implementations must not break
214 replacing the deprecated function with a stub that does nothing. If it is
[all …]
/system/chre/chre_api/legacy/v1_5/chre/
Dtoolchain.h29 __attribute__((deprecated(message)))
/system/chre/chre_api/legacy/v1_7/chre/
Dtoolchain.h29 __attribute__((deprecated(message)))

1234567