/system/tools/xsdc/tests/resources/simple_complex_content/api/ |
D | current.txt | 4 @Deprecated public class Address { 5 ctor @Deprecated public Address(); 6 method @Deprecated public String getCity(); 7 method @Deprecated public final String getName(); 8 method @Deprecated public String getStreet(); 9 method @Deprecated public boolean hasCity(); 10 method @Deprecated public boolean hasName(); 11 method @Deprecated public boolean hasStreet(); 12 method @Deprecated public void setCity(String); 13 method @Deprecated public final void setName(String); [all …]
|
/system/bt/doc/ |
D | directory_layout.md | 18 * embdrv - **Deprecated** - Bluetooth SBC Codec. 20 * include - **Deprecated** - System global include files. 24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles* 27 * udrv - **Deprecated** *UIPC implementation* 28 * utils - **Deprecated** *Bluetooth utilities* - Eliminate.
|
/system/tools/aidl/ |
D | comments.h | 45 struct Deprecated { struct 49 std::optional<Deprecated> FindDeprecated(const Comments& comments); argument
|
D | comments.cpp | 206 std::optional<Deprecated> FindDeprecated(const Comments& comments) { in FindDeprecated() 211 return Deprecated{description}; in FindDeprecated()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | DeprecatedEnum.java | 6 @Deprecated
|
D | DeprecatedParcelable.java | 6 @Deprecated
|
D | IDeprecated.java | 6 @Deprecated
|
D | ITestService.java | 29 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Default 291 this.Deprecated(); in onTransact() 996 @Override public void Deprecated() throws android.os.RemoteException in Deprecated() method in ITestService.Stub.Proxy 1005 getDefaultImpl().Deprecated(); in Deprecated() 2432 @Deprecated 2433 public void Deprecated() throws android.os.RemoteException; in Deprecated() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | IDeprecated.h | 16 DECLARE_META_INTERFACE(Deprecated)
|
D | BpTestService.h | 19 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so…
|
D | ITestService.h | 112 …virtual ::android::binder::Status Deprecated() __attribute__((deprecated("to make sure we have som… 172 …::android::binder::Status Deprecated() override __attribute__((deprecated("to make sure we have so… in Deprecated() function
|
/system/tools/xsdc/ |
D | README.md | 46 To remove a tag, add an annotation tag with the name of "Deprecated" into the 68 <annotation name=”Deprecated”/> 76 After adding “Deprecated” annotation, we need to update the api or schema just 78 * method @Deprecated public java.util.List<java.lang.String> getStudent();
|
/system/libhidl/minijail/ |
D | Android.bp | 2 // Deprecated: most minijail users should either use libavservices_minijail
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | IDeprecated.cpp | 10 DO_NOT_DIRECTLY_USE_ME_IMPLEMENT_META_INTERFACE(Deprecated, "android.aidl.tests.IDeprecated")
|
/system/media/camera/docs/ |
D | ndk_camera_metadata_tags.mako | 90 ${ndk(entry.name) + " = " | csym,ljust(60)}// Deprecated! DO NOT USE 175 * <b>Deprecated</b>: please refer to this API documentation to find the alternatives
|
D | CameraMetadataEnums.mako | 49 @Deprecated
|
D | CameraMetadataKeys.mako | 62 @Deprecated
|
/system/tools/xsdc/tests/resources/simple_type/ |
D | simple_type.xsd | 22 <xs:annotation name="Deprecated"/>
|
/system/tools/xsdc/tests/resources/simple_complex_content/ |
D | simple_complex_content.xsd | 3 <xs:annotation name="Deprecated"/>
|
/system/tools/xsdc/tests/resources/simple_type/api/ |
D | current.txt | 8 enum_constant @Deprecated public static final simple.type.EnumType YES;
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 70 void Deprecated(); in Deprecated() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 16 fn Deprecated(&self) -> binder::public_api::Result<()>; in Deprecated() method 77 fn Deprecated(&self) -> binder::public_api::Result<()> { in Deprecated() method 230 pub const Deprecated: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 1; constant 379 fn Deprecated(&self) -> binder::public_api::Result<()> { in Deprecated() method 380 …let _aidl_reply = self.binder.transact(transactions::Deprecated, binder::FLAG_CLEAR_BUF | binder::… in Deprecated() 386 return _aidl_default_impl.Deprecated(); in Deprecated() 1250 fn Deprecated(&self) -> binder::public_api::Result<()> { self.0.Deprecated() } in Deprecated() method 1315 transactions::Deprecated => { in on_transact() 1316 let _aidl_return = _aidl_service.Deprecated(); in on_transact()
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 132 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 17 …::ndk::ScopedAStatus Deprecated() override __attribute__((deprecated("to make sure we have somethi…
|
D | ITestService.h | 166 …virtual ::ndk::ScopedAStatus Deprecated() __attribute__((deprecated("to make sure we have somethin… 222 …::ndk::ScopedAStatus Deprecated() override __attribute__((deprecated("to make sure we have somethi…
|