/system/tools/xsdc/src/main/java/com/android/xsdc/tag/ |
D | XsdTag.java | 24 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/ |
D | aidl_to_cpp_common.h | 106 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()
|
D | preprocess.cpp | 64 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()
|
D | aidl_dumpapi.cpp | 92 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/ |
D | hals_for_release.py | 84 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/ |
D | XsdHandler.java | 42 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/ |
D | IDeprecated.h | 14 class __attribute__((deprecated("test"))) IDeprecated : public ::android::IInterface { 20 class __attribute__((deprecated("test"))) IDeprecatedDefault : public IDeprecated {
|
D | BnDeprecated.h | 12 class __attribute__((deprecated("test"))) BnDeprecated : public ::android::BnInterface<IDeprecated>… 18 class __attribute__((deprecated("test"))) IDeprecatedDelegator : public BnDeprecated {
|
D | BpDeprecated.h | 11 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/ |
D | BnDeprecated.h | 18 class __attribute__((deprecated("test"))) BnDeprecated : public ::ndk::BnCInterface<IDeprecated> { 26 class __attribute__((deprecated("test"))) IDeprecatedDelegator : public BnDeprecated {
|
D | IDeprecated.h | 19 class __attribute__((deprecated("test"))) IDeprecated : public ::ndk::ICInterface { 35 class __attribute__((deprecated("test"))) IDeprecatedDefault : public IDeprecated {
|
D | BpDeprecated.h | 11 class __attribute__((deprecated("test"))) BpDeprecated : public ::ndk::BpCInterface<IDeprecated> {
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 15 #[deprecated = "test"] 25 #[deprecated = "test"] 29 #[deprecated = "test"]
|
D | DeprecatedEnum.rs | 6 #[deprecated = "test"]
|
D | IntEnum.rs | 10 #[deprecated = "do not use this"]
|
/system/libvintf/include/vintf/ |
D | Vndk.h | 28 struct [[deprecated]] VndkVersionRange { 45 struct [[deprecated]] Vndk {
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/unions/ |
D | EnumUnion.rs | 7 #[deprecated = "do not use this"] 68 #[deprecated = "do not use this"]
|
/system/tools/sysprop/ |
D | sysprop.proto | 35 System = 1 [deprecated=true]; 67 bool deprecated = 8; field
|
/system/media/camera/docs/ |
D | metadata_validate.py | 307 deprecated = entry.attrs.get('deprecated') 308 if deprecated and deprecated == 'true':
|
D | CameraMetadataEnums.mako | 44 % if value.deprecated: 45 * @deprecated Please refer to this API documentation to find the alternatives 48 % if value.deprecated:
|
D | CameraMetadataKeys.mako | 53 % if entry.deprecated: 54 * @deprecated 61 % if entry.deprecated:
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | toolchain.h | 28 __attribute__((deprecated(message)))
|
/system/chre/doc/ |
D | compatibility.md | 71 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/ |
D | toolchain.h | 29 __attribute__((deprecated(message)))
|
/system/chre/chre_api/legacy/v1_7/chre/ |
D | toolchain.h | 29 __attribute__((deprecated(message)))
|