/aosp12/frameworks/base/core/proto/android/server/ |
H A D | windowmanagerservice.proto | 66 repeated WindowStateProto windows = 4 [deprecated=true]; 141 optional string focused_app_token = 8 [deprecated=true]; 148 optional bool force_status_bar = 15 [deprecated=true]; 191 optional int32 surface_size = 14 [deprecated=true]; 203 repeated TaskProto tasks = 25 [deprecated=true]; 210 optional bool can_show_ime = 32 [deprecated=true]; 268 optional bool minimized_dock = 1 [deprecated=true]; 293 repeated TaskProto tasks = 10 [deprecated=true]; 300 optional int32 display_id = 15 [deprecated=true]; 304 optional int32 min_width = 19 [deprecated=true]; [all …]
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_graphics.spec | 45 deprecated: 22 63 deprecated: 22 76 deprecated: 22 93 deprecated: 22 111 deprecated: 22 121 deprecated: 22 133 deprecated: 22 144 deprecated: 22 155 deprecated: 22 166 deprecated: 22 [all …]
|
/aosp12/frameworks/compile/slang/tests/P_warnings_deprecated/ |
H A D | stderr.txt.expect | 1 warning: Renderscript is deprecated: Please refer to the migration guide (https://developer.android… 2 deprecated.rscript:9:9: warning: 'rsClamp' is deprecated: Use clamp() instead. 3 …s/script_api/include/rs_math.rsh:6482:5: note: 'rsClamp' has been explicitly marked deprecated here 4 deprecated.rscript:10:8: warning: 'rsGetAllocation' is deprecated: This function is deprecated and … 5 …nclude/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been explicitly marked deprecated here
|
/aosp12/frameworks/wilhelm/tests/sandbox/ |
H A D | Android.bp | 26 "-Wno-deprecated-declarations", 48 "-Wno-deprecated-declarations", 77 "-Wno-deprecated-declarations", 105 "-Wno-deprecated-declarations", 127 "-Wno-deprecated-declarations", 154 "-Wno-deprecated-declarations", 181 "-Wno-deprecated-declarations", 209 "-Wno-deprecated-declarations", 237 "-Wno-deprecated-declarations", 265 "-Wno-deprecated-declarations", [all …]
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | Android.bp | 29 "-Wno-deprecated-declarations", 45 "-Wno-deprecated-declarations", 70 "-Wno-deprecated-declarations", 87 "-Wno-deprecated-declarations", 104 "-Wno-deprecated-declarations", 121 "-Wno-deprecated-declarations", 138 "-Wno-deprecated-declarations", 155 "-Wno-deprecated-declarations", 172 "-Wno-deprecated-declarations", 189 "-Wno-deprecated-declarations", [all …]
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/tag/ |
H A 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()
|
/aosp12/frameworks/wilhelm/tests/mimeUri/ |
H A D | Android.bp | 26 "-Wno-deprecated-declarations", 45 "-Wno-deprecated-declarations", 64 "-Wno-deprecated-declarations", 83 "-Wno-deprecated-declarations", 102 "-Wno-deprecated-declarations", 122 "-Wno-deprecated-declarations", 141 "-Wno-deprecated-declarations", 160 "-Wno-deprecated-declarations",
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_graphics.rsh | 46 deprecated 73 deprecated 99 deprecated 122 deprecated 148 deprecated 174 deprecated 192 deprecated 210 deprecated 228 deprecated 246 deprecated [all …]
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | stats_log.proto | 64 optional int64 wall_clock_timestamp_nanos = 3 [deprecated = true]; 92 optional DimensionsValue dimensions_in_condition = 2 [deprecated = true]; 120 optional DimensionsValue dimensions_in_condition = 2 [deprecated = true]; 130 optional int64 value = 3 [deprecated = true]; 133 int64 value_long = 7 [deprecated = true]; 135 double value_double = 8 [deprecated = true]; 166 optional DimensionsValue dimensions_in_condition = 2 [deprecated = true]; 180 repeated int64 wall_clock_timestamp_nanos = 5 [deprecated = true]; 201 optional DimensionsValue dimensions_in_condition = 2 [deprecated = true]; 282 optional DimensionsValue dimensions_path_in_condition = 12 [deprecated = true]; [all …]
|
/aosp12/frameworks/compile/slang/tests/F_warnings_as_error/ |
H A D | stderr.txt.expect | 1 deprecated.rscript:9:11: error: implicit declaration of function 'func0' is invalid in C99 2 deprecated.rscript:9:11: note: did you mean 'func1'? 3 deprecated.rscript:8:13: note: 'func1' declared here 4 deprecated.rscript:15:1: error: control reaches end of non-void function
|
/aosp12/frameworks/native/include/binder/ |
H A D | Parcel.h | 151 … writeString16(const std::unique_ptr<String16>& str) __attribute__((deprecated("use std::option… 163 …iteUtf8AsUtf16(const std::unique_ptr<std::string>& str) __attribute__((deprecated("use std::option… 216 …eEnumVector(const std::unique_ptr<std::vector<T>>& val) __attribute__((deprecated("use std::option… in writeEnumVector() 226 …eEnumVector(const std::unique_ptr<std::vector<T>>& val) __attribute__((deprecated("use std::option… in writeEnumVector() 249 …ullableParcelable(const std::unique_ptr<T>& parcelable) __attribute__((deprecated("use std::option… in writeNullableParcelable() 265 …eVectorSize(const std::unique_ptr<std::vector<T>>& val) __attribute__((deprecated("use std::option… 350 …dUtf8FromUtf16(std::unique_ptr<std::string>* str) const __attribute__((deprecated("use std::option… 359 … readString16(std::unique_ptr<String16>* pArg) const __attribute__((deprecated("use std::option… 371 …dEnumVector(std::unique_ptr<std::vector<T>>* val) const __attribute__((deprecated("use std::option… in readEnumVector() 381 …dEnumVector(std::unique_ptr<std::vector<T>>* val) const __attribute__((deprecated("use std::option… in readEnumVector() [all …]
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Parcel.h | 151 … writeString16(const std::unique_ptr<String16>& str) __attribute__((deprecated("use std::option… 163 …iteUtf8AsUtf16(const std::unique_ptr<std::string>& str) __attribute__((deprecated("use std::option… 216 …eEnumVector(const std::unique_ptr<std::vector<T>>& val) __attribute__((deprecated("use std::option… in writeEnumVector() 226 …eEnumVector(const std::unique_ptr<std::vector<T>>& val) __attribute__((deprecated("use std::option… in writeEnumVector() 249 …ullableParcelable(const std::unique_ptr<T>& parcelable) __attribute__((deprecated("use std::option… in writeNullableParcelable() 265 …eVectorSize(const std::unique_ptr<std::vector<T>>& val) __attribute__((deprecated("use std::option… 350 …dUtf8FromUtf16(std::unique_ptr<std::string>* str) const __attribute__((deprecated("use std::option… 359 … readString16(std::unique_ptr<String16>* pArg) const __attribute__((deprecated("use std::option… 371 …dEnumVector(std::unique_ptr<std::vector<T>>* val) const __attribute__((deprecated("use std::option… in readEnumVector() 381 …dEnumVector(std::unique_ptr<std::vector<T>>* val) const __attribute__((deprecated("use std::option… in readEnumVector() [all …]
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/ |
H A D | XsdHandler.java | 42 boolean deprecated; field in XsdHandler.State 50 deprecated = false; in State() 210 stateStack.peek().deprecated); in endElement() 356 state.deprecated, state.finalValue, state.nullability); in makeAttributeGroup() 413 child.getAttributes()), state.deprecated, state.finalValue, in makeComplexType() 453 return setDeprecatedAndFinal(content, state.deprecated, state.finalValue, in makeComplexContent() 472 return setDeprecatedAndFinal(content, state.deprecated, state.finalValue, in makeSimpleContent() 648 return setDeprecatedAndFinal(new XsdEnumeration(value), state.deprecated, in makeEnumeration() 677 boolean deprecated) throws XsdParserException { in isDeprecated() argument 682 return deprecated; in isDeprecated() [all …]
|
/aosp12/bionic/libc/include/ |
H A D | signal.h | 93 __attribute__((deprecated("use sigprocmask() or pthread_sigmask() instead"))) 96 __attribute__((deprecated("use sigaction() instead"))) __INTRODUCED_IN(26); 98 __attribute__((deprecated("use sigsuspend() instead"))) __INTRODUCED_IN(26); 100 __attribute__((deprecated("use sigprocmask() or pthread_sigmask() instead"))) 103 __attribute__((deprecated("use sigaction() instead"))) __INTRODUCED_IN(26);
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
H A D | DeprecatedEnum.h | 14 enum class __attribute__((deprecated("test"))) DeprecatedEnum : int32_t { 20 [[nodiscard]] __attribute__((deprecated("test"))) static inline std::string toString(DeprecatedEnum… in toString() 45 constexpr inline std::array<::android::aidl::tests::DeprecatedEnum, 3> __attribute__((deprecated("t…
|
H A D | IDeprecated.h | 14 class __attribute__((deprecated("test"))) IDeprecated : public ::android::IInterface { 19 class __attribute__((deprecated("test"))) IDeprecatedDefault : public IDeprecated {
|
/aosp12/system/tools/aidl/ |
H A D | aidl_dumpapi.cpp | 64 const auto deprecated = FindDeprecated(c.GetComments()); in DumpComments() local 65 if (hidden && !deprecated) { in DumpComments() 69 } else if (hidden || deprecated) { in DumpComments() 74 if (deprecated) { in DumpComments() 75 out << " * @deprecated " << deprecated->note << "\n"; in DumpComments()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
H A D | DeprecatedEnum.h | 17 enum class __attribute__((deprecated("test"))) DeprecatedEnum : int32_t { 23 [[nodiscard]] static inline std::string toString(DeprecatedEnum val) __attribute__((deprecated("tes… 45 …d::array<aidl::android::aidl::tests::DeprecatedEnum, 3> __attribute__((deprecated("test"))) enum_v…
|
/aosp12/system/libvintf/analyze_matrix/ |
H A D | hals_for_release.py | 77 if not args.deprecated and not args.unchanged and not args.introduced: 78 args.deprecated = args.introduced = True 97 logger.debug("Show deprecated HALs? %s", args.deprecated) 278 deprecated = sorted(package_instances1 - package_instances2) 284 if args.deprecated: 286 for instance in deprecated]
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/ |
H A D | dialer_impression.proto | 296 BACKUP_ON_BACKUP = 1081 [deprecated = true]; 297 BACKUP_ON_FULL_BACKUP = 1082 [deprecated = true]; 298 BACKUP_ON_BACKUP_DISABLED = 1083 [deprecated = true]; 299 BACKUP_VOICEMAIL_BACKED_UP = 1084 [deprecated = true]; 300 BACKUP_FULL_BACKED_UP = 1085 [deprecated = true]; 303 BACKUP_ON_QUOTA_EXCEEDED = 1087 [deprecated = true]; 305 BACKUP_ON_RESTORE = 1088 [deprecated = true]; 306 BACKUP_RESTORED_FILE = 1089 [deprecated = true]; 307 BACKUP_RESTORED_VOICEMAIL = 1090 [deprecated = true]; 308 BACKUP_ON_RESTORE_FINISHED = 1091 [deprecated = true]; [all …]
|
/aosp12/system/update_engine/update_engine/ |
H A D | update_metadata.proto | 69 // writing it out. (deprecated) 75 // to block size. (deprecated) 129 optional uint32 version = 1 [deprecated = true]; 156 optional string board = 1 [deprecated = true]; 157 optional string key = 2 [deprecated = true]; 158 optional string channel = 3 [deprecated = true]; 159 optional string version = 4 [deprecated = true]; 164 optional string build_channel = 5 [deprecated = true]; 165 optional string build_version = 6 [deprecated = true]; 409 optional ImageInfo old_image_info = 10 [deprecated = true]; [all …]
|
/aosp12/system/update_engine/ |
H A D | update_metadata.proto | 69 // writing it out. (deprecated) 75 // to block size. (deprecated) 129 optional uint32 version = 1 [deprecated = true]; 156 optional string board = 1 [deprecated = true]; 157 optional string key = 2 [deprecated = true]; 158 optional string channel = 3 [deprecated = true]; 159 optional string version = 4 [deprecated = true]; 164 optional string build_channel = 5 [deprecated = true]; 165 optional string build_version = 6 [deprecated = true]; 409 optional ImageInfo old_image_info = 10 [deprecated = true]; [all …]
|
/aosp12/bionic/tools/versioner/src/ |
H A D | DeclarationDatabase.h | 46 int deprecated = 0; member 50 return !(introduced || deprecated || obsoleted); in empty() 54 return std::tie(introduced, deprecated, obsoleted) == 55 std::tie(rhs.introduced, rhs.deprecated, rhs.obsoleted);
|
/aosp12/frameworks/base/core/proto/android/util/ |
H A D | common.proto | 30 optional int64 min = 1 [deprecated = true]; 32 optional int64 average = 2 [deprecated = true]; 34 optional int64 max = 3 [deprecated = true];
|
/aosp12/frameworks/base/proto/src/ |
H A D | task_snapshot.proto | 32 int32 system_ui_visibility = 8 [deprecated=true]; 35 // deprecated because original width and height are stored now instead of the scale. 36 float legacy_scale = 11 [deprecated=true];
|