Home
last modified time | relevance | path

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

12345

/frameworks/compile/slang/tests/P_warnings_deprecated/
Dstderr.txt.expect1 deprecated.rs:9:9: warning: 'rsClamp' is deprecated: Use clamp() instead.
2 …s/script_api/include/rs_math.rsh:6482:5: note: 'rsClamp' has been explicitly marked deprecated here
3 deprecated.rs:10:8: warning: 'rsGetAllocation' is deprecated: This function is deprecated and will …
4 …nclude/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been explicitly marked deprecated here
/frameworks/rs/script_api/
Drs_graphics.spec45 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 …]
DGenerateDocumentation.cpp254 const bool deprecated = definition->deprecated(); in writeSummaryTableEntry() local
255 if ((deprecatedSelector == DEPRECATED_ONLY && !deprecated) || in writeSummaryTableEntry()
256 (deprecatedSelector == NON_DEPRECATED_ONLY && deprecated)) { in writeSummaryTableEntry()
267 if (deprecated) { in writeSummaryTableEntry()
473 if (definition->deprecated()) { in writeDeprecatedWarning()
/frameworks/compile/slang/tests/F_warnings_as_error/
Dstderr.txt.expect1 deprecated.rs:9:11: error: implicit declaration of function 'func0' is invalid in C99
2 deprecated.rs:9:11: note: did you mean 'func1'?
3 deprecated.rs:8:13: note: 'func1' declared here
4 deprecated.rs:15:1: error: control reaches end of non-void function
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto100 optional int32 last_system_ui_flags = 1 [deprecated=true];
111 optional string focused_app_token = 8 [deprecated=true];
112 optional IdentifierProto focused_window = 9 [deprecated=true];
113 optional IdentifierProto top_fullscreen_opaque_window = 10 [deprecated=true];
114 optional IdentifierProto top_fullscreen_opaque_or_dimming_window = 11 [deprecated=true];
118 optional bool force_status_bar = 15 [deprecated=true];
119 optional bool force_status_bar_from_keyguard = 16 [deprecated=true];
120 optional BarControllerProto status_bar = 17 [deprecated=true];
121 optional BarControllerProto navigation_bar = 18 [deprecated=true];
122 optional WindowOrientationListenerProto orientation_listener = 19 [deprecated=true];
[all …]
/frameworks/rs/script_api/include/
Drs_graphics.rsh30 // #error "RenderScript graphics is deprecated and not supported in 64bit mode."
46 deprecated
73 deprecated
99 deprecated
122 deprecated
148 deprecated
174 deprecated
192 deprecated
210 deprecated
228 deprecated
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto58 // Decorate fields with [deprecated=true] as [System.Obsolete]
69 int32 PrimitiveValue = 1 [deprecated = true];
70 repeated int32 PrimitiveArray = 2 [deprecated = true];
72 DeprecatedChild MessageValue = 3 [deprecated = true];
73 repeated DeprecatedChild MessageArray = 4 [deprecated = true];
75 DeprecatedEnum EnumValue = 5 [deprecated = true];
76 repeated DeprecatedEnum EnumArray = 6 [deprecated = true];
/frameworks/av/media/libmedia/
DAndroid.bp35 "-Wno-error=deprecated-declarations",
119 "-Wno-error=deprecated-declarations",
180 "-Wno-error=deprecated-declarations",
208 "-Wno-error=deprecated-declarations",
318 "-Wno-error=deprecated-declarations",
383 "-Wno-error=deprecated-declarations",
/frameworks/rs/tests/lldb/
Dconfig.py21 from tests.harness.decorators import deprecated
111 @deprecated()
/frameworks/base/media/jni/
DAndroid.bp82 "-Wno-error=deprecated-declarations",
112 "-Wno-error=deprecated-declarations",
192 "-Wno-error=deprecated-declarations",
/frameworks/base/cmds/uiautomator/api/
Dcurrent.txt3 public final deprecated class Configurator {
17 public deprecated class UiCollection extends com.android.uiautomator.core.UiObject {
25 public deprecated class UiDevice {
31 method public deprecated java.lang.String getCurrentActivityName();
80 public deprecated class UiObject {
127 field protected static final deprecated long WAIT_FOR_EVENT_TMEOUT = 3000L; // 0xbb8L
129 field protected static final deprecated long WAIT_FOR_SELECTOR_TIMEOUT = 10000L; // 0x2710L
133 public deprecated class UiObjectNotFoundException extends java.lang.Exception {
139 public deprecated class UiScrollable extends com.android.uiautomator.core.UiCollection {
168 public deprecated class UiSelector {
[all …]
/frameworks/av/media/libmediaplayer2/
DAndroid.bp72 "-Wno-error=deprecated-declarations",
117 "-Wno-error=deprecated-declarations",
/frameworks/opt/net/voip/src/jni/rtp/
DAndroid.bp50 //getInput() is deprecated but we want to continue to track the usage of it elsewhere
51 "-Wno-deprecated-declarations",
/frameworks/compile/slang/tests/P_rs_fp_imprecise/
Dstderr.txt.expect1 rs_fp_imprecise.rs:4:9: warning: rs_fp_imprecise is deprecated. Assuming rs_fp_relaxed instead.
/frameworks/base/core/proto/android/wifi/
Denums.proto32 WIFI_MODE_FULL = 1 [deprecated=true];
39 WIFI_MODE_SCAN_ONLY = 2 [deprecated=true];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto82 BAR = 2 [ deprecated = true ];
85 optional int32 field1 = 1 [deprecated=true];
86 optional TestEnum field2 = 2 [deprecated=true];
87 optional TestMessage field3 = 3 [deprecated=true];
/frameworks/av/media/libstagefright/
DAndroid.bp102 "-Wno-error=deprecated-declarations",
242 "-Wno-error=deprecated-declarations",
303 "-Wno-error=deprecated-declarations",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto71 optional int32 field1 = 1 [deprecated=true];
72 optional TestEnum field2 = 2 [deprecated=true];
73 optional TestMessage field3 = 3 [deprecated=true];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto71 optional int32 field1 = 1 [deprecated=true];
72 optional TestEnum field2 = 2 [deprecated=true];
73 optional TestMessage field3 = 3 [deprecated=true];
/frameworks/base/proto/src/
Dipconnectivity.proto109 optional NetworkId network_id = 1 [deprecated = true];
113 optional NetworkId previous_network_id = 2 [deprecated = true];
118 optional IPSupport previous_network_ip_support = 3 [deprecated = true];
123 repeated int32 transport_types = 4 [deprecated = true];
128 optional int64 no_default_network_duration_ms = 6 [deprecated = true];
137 optional string if_name = 1 [deprecated = true];
152 optional NetworkId network_id = 1 [deprecated = true];
170 optional NetworkId network_id = 1 [deprecated = true];
226 optional NetworkId network_id = 1 [deprecated = true];
230 repeated int32 event_types = 2 [deprecated = true];
[all …]
/frameworks/base/media/tests/audiotests/
DAndroid.bp20 "-Wno-error=deprecated-declarations",
/frameworks/base/media/jni/soundpool/
DAndroid.bp24 "-Wno-error=deprecated-declarations",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_field.cc78 (*variables)["deprecation"] = descriptor->options().deprecated() in SetCommonFieldVariables()
80 (*variables)["deprecated_attr"] = descriptor->options().deprecated() in SetCommonFieldVariables()
/frameworks/base/packages/SimAppDialog/
DAndroid.mk17 include frameworks/opt/setupwizard/library/common-platform-deprecated.mk
/frameworks/av/media/libmediametrics/
DAndroid.bp21 "-Wno-error=deprecated-declarations",

12345