Home
last modified time | relevance | path

Searched defs:deprecated (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m6 - (void) D __attribute__((deprecated)); // expected-note {{method 'D' declared here}}
10 + (void)F __attribute__((deprecated));
14 - (void) E __attribute__((deprecated)); category
24 - (void) G __attribute__((deprecated));
46 - (void) B __attribute__((deprecated)); // expected-note {{method 'B' declared here}}
60 - (id)initSpecialInPrivateHeader __attribute__((deprecated)); category
Dspecial-dep-unavail-warning.m7 …ttribute__((deprecated)); // expected-note {{'depInA1' has been explicitly marked deprecated here}}
9 …ttribute__((deprecated)); // expected-note {{'depInA2' has been explicitly marked deprecated here}}
13 …ribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly marked deprecated here}}
19 …attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked deprecated here}}
20 - (void) depInA2 __attribute__((deprecated));
26 …ibute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly marked deprecated here}}
Dmethod-attributes.m16 - (int) foo1: (int)arg1 __attribute__((deprecated));
25 - (int) foo: (int)arg1 __attribute__((deprecated)){
31 - (int) foo2: (int)arg1 __attribute__((deprecated)) {
35 - (void) dep __attribute__((deprecated)) { } // OK private methodn
65 -(id)method __attribute__((deprecated));
73 -(id)method __attribute__((aligned(16))) __attribute__((aligned(16))) __attribute__((deprecated)) {
Dwarn-protocol-method-deprecated.m6 …ted)); // expected-note 2 {{'deprecatedProtocolMethod' has been explicitly marked deprecated here}}
14 …cated)); // expected-note {{'deprecatedInstanceMethod' has been explicitly marked deprecated here}}
Dattr-deprecated.m7 … __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecated here}}
8 … __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecated here}}
12 + (void)F __attribute__((deprecated))
46 …)p __attribute__((deprecated)); // expected-note {{'p' has been explicitly marked deprecated here}}
130 } footype __attribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked depr… typedef
145 typedef NewI DeprI __attribute__((deprecated("blah"))); // expected-note 4 {{'DeprI' has been expli… typedef
289 typedef struct {} S2 __attribute__((deprecated)); // expected-note2{{marked deprecated here}} typedef
Dattr-availability.m5 …eprecated=10.2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}}
14 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}}
22 - (void)overridden3 __attribute__((availability(macosx,deprecated=10.3)));
23 …_attribute__((availability(macosx,deprecated=10.3))); // expected-note{{overridden method is here}}
35 - (void)overridden3 __attribute__((availability(macosx,deprecated=10.4)));
36 … expected-warning{{overriding method deprecated before overridden method on macOS (10.3 vs. 10.2)}}
79 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}}
216 ….1,deprecated=10.2))); // expected-note 4{{'methodA' has been explicitly marked deprecated here}} \
Dwarn-forward-class-attr-deprecated.m7 …ribute__((deprecated)); // expected-note {{'filenames' has been explicitly marked deprecated here}}
12 - (id) filenames __attribute__((deprecated));
/external/clang/test/Misc/
Dast-print-objectivec.m6 - (void)MethP __attribute__((availability(macosx,introduced=10.1.0,deprecated=10.2)));
10 - (void)MethI __attribute__((availability(macosx,introduced=10.1.0,deprecated=10.2)));
18 - (void)MethP __attribute__((availability(macosx,introduced=10.1.0,deprecated=10.2))) {}
19 - (void)MethI __attribute__((availability(macosx,introduced=10.1.0,deprecated=10.2))) {}
/external/aws-sdk-java-v2/codegen-lite/src/test/resources/software/amazon/awssdk/codegen/lite/
Dtest-endpoints.json122 "deprecated" : true, boolean
129 "deprecated" : true, boolean
136 "deprecated" : true, boolean
143 "deprecated" : true, boolean
150 "deprecated" : true, boolean
213 "deprecated" : true, boolean
234 "deprecated" : true, boolean
247 "deprecated" : true, boolean
260 "deprecated" : true, boolean
273 "deprecated" : true, boolean
[all …]
/external/clang/test/Parser/
Dobjc-interfaces.m6 …{{expected ';' after method prototype}} expected-error {{method type specifier must start with '-'…
/external/aws-sdk-java-v2/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/
Dendpoints.json152 "deprecated" : true, boolean
159 "deprecated" : true, boolean
166 "deprecated" : true, boolean
173 "deprecated" : true, boolean
180 "deprecated" : true, boolean
248 "deprecated" : true, boolean
261 "deprecated" : true, boolean
286 "deprecated" : true, boolean
299 "deprecated" : true, boolean
312 "deprecated" : true, boolean
[all …]
/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
DParameter.java35 private final Deprecated deprecated; field in Parameter
101 JsonNode deprecated = objNode.get(DEPRECATED); in fromNode() local
299 private Deprecated deprecated; field in Parameter.Builder
312 public Builder deprecated(Deprecated deprecated) { in deprecated() argument
/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py556 def _fn(arg0, arg1, deprecated=None): argument
570 def _fn(arg0, arg1, deprecated=True): argument
618 def _fn(arg0, arg1, deprecated=True): argument
649 def _fn(arg0, arg1, deprecated=True): argument
680 def _fn(arg0, arg1, *deprecated):
701 def _fn(arg0, arg1, **deprecated):
781 def _fn(*, arg0, arg1, deprecated=None): argument
901 def _fn(arg0, arg1, deprecated=True): argument
954 def _fn(arg0, arg1, deprecated=True): argument
990 def _fn(arg0, arg1, deprecated=True): argument
[all …]
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto359 optional bool deprecated = 23 [default=false]; field
422 optional bool deprecated = 3 [default=false]; field
533 optional bool deprecated = 3 [default=false]; field
566 optional bool deprecated = 3 [default=false]; field
582 optional bool deprecated = 1 [default=false]; field
602 optional bool deprecated = 33 [default=false]; field
622 optional bool deprecated = 33 [default=false]; field
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCanonicalIds.java53 String deprecated = deprecatedData.get(keyType); in TestTimezones() local
179 String deprecated = regionInfo.get("Deprecated"); in isOk() local
200 String deprecated = languageInfo.get("Deprecated"); in isOk() local
DTestSubdivisions.java63 Map<String, Status> deprecated = VALIDITY.getCodeToStatus(LstrType.subdivision); in TestNames() local
76 Map<String, Status> deprecated) { in checkSubdivisionFile()
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/rules/endpoints/
DParameterModel.java25 private ParameterDeprecatedModel deprecated; field in ParameterModel
71 public void setDeprecated(ParameterDeprecatedModel deprecated) { in setDeprecated()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto403 optional bool deprecated = 23 [default = false]; field
482 optional bool deprecated = 3 [default = false]; field
595 optional bool deprecated = 3 [default = false]; field
626 optional bool deprecated = 3 [default = false]; field
642 optional bool deprecated = 1 [default = false]; field
661 optional bool deprecated = 33 [default = false]; field
680 optional bool deprecated = 33 [default = false]; field
Ddescriptor_sv.proto405 optional bool deprecated = 23 [default = false]; field
484 optional bool deprecated = 3 [default = false]; field
597 optional bool deprecated = 3 [default = false]; field
628 optional bool deprecated = 3 [default = false]; field
644 optional bool deprecated = 1 [default = false]; field
663 optional bool deprecated = 33 [default = false]; field
682 optional bool deprecated = 33 [default = false]; field
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto415 optional bool deprecated = 23 [default = false]; field
496 optional bool deprecated = 3 [default = false]; field
623 optional bool deprecated = 3 [default = false]; field
656 optional bool deprecated = 3 [default = false]; field
672 optional bool deprecated = 1 [default = false]; field
692 optional bool deprecated = 33 [default = false]; field
712 optional bool deprecated = 33 [default = false]; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto391 optional bool deprecated = 23 [default=false]; field
461 optional bool deprecated = 3 [default=false]; field
574 optional bool deprecated = 3 [default=false]; field
607 optional bool deprecated = 3 [default=false]; field
623 optional bool deprecated = 1 [default=false]; field
643 optional bool deprecated = 33 [default=false]; field
663 optional bool deprecated = 33 [default=false]; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto415 optional bool deprecated = 23 [default = false]; field
496 optional bool deprecated = 3 [default = false]; field
623 optional bool deprecated = 3 [default = false]; field
656 optional bool deprecated = 3 [default = false]; field
672 optional bool deprecated = 1 [default = false]; field
692 optional bool deprecated = 33 [default = false]; field
712 optional bool deprecated = 33 [default = false]; field
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto416 optional bool deprecated = 23 [default = false]; field
497 optional bool deprecated = 3 [default = false]; field
613 optional bool deprecated = 3 [default = false]; field
646 optional bool deprecated = 3 [default = false]; field
662 optional bool deprecated = 1 [default = false]; field
682 optional bool deprecated = 33 [default = false]; field
702 optional bool deprecated = 33 [default = false]; field
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto415 optional bool deprecated = 23 [default = false]; field
496 optional bool deprecated = 3 [default = false]; field
623 optional bool deprecated = 3 [default = false]; field
656 optional bool deprecated = 3 [default = false]; field
672 optional bool deprecated = 1 [default = false]; field
692 optional bool deprecated = 33 [default = false]; field
712 optional bool deprecated = 33 [default = false]; field
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/config/customization/
DModifyModelShapeModifier.java23 private boolean deprecated; field in ModifyModelShapeModifier
74 public void setDeprecated(boolean deprecated) { in setDeprecated()

1234567891011