/aosp_15_r20/libcore/tools/docs/crypto/data/ |
H A D | crypto_support.json | 8 "deprecated": "true", string 13 "deprecated": "true", string 18 "deprecated": "true", string 72 "deprecated": "true", string 634 "deprecated": "true", string 652 "deprecated": "true", string 677 "deprecated": "true", string 706 "deprecated": "true", string 758 "deprecated": "true", string 775 "deprecated": "true", string [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/test/resources/software/amazon/awssdk/codegen/lite/ |
H A D | test-endpoints.json | 122 "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 …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/ |
H A D | endpoints.json | 152 "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 …]
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | warn-deprecated-implementations.m | 6 - (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
|
H A D | special-dep-unavail-warning.m | 7 …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}}
|
H A D | attr-availability.m | 5 …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}} \
|
H A D | attr-deprecated.m | 7 … __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
|
H A D | method-attributes.m | 16 - (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)) {
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | deprecation_test.py | 556 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 …]
|
/aosp_15_r20/prebuilts/tools/common/api-generator/ |
HD | api-generator-26.0.0.jar | ... , int, boolean)
String name
int version
boolean deprecated
public void addField (java.lang.String, ... |
HD | api-generator-26.3.0.jar | ... , int, boolean)
String name
int version
boolean deprecated
com.android.apigenerator.ApiClass classElement
public void ... |
HD | api-generator-22.9.2.jar | ... Object interfaceName
java.util.Iterator i$
boolean deprecated
org.objectweb.asm.tree.FieldNode fieldNode ... |
HD | api-generator-22.9.3.jar | ... Object interfaceName
java.util.Iterator i$
boolean deprecated
org.objectweb.asm.tree.FieldNode fieldNode ... |
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 345 optional bool deprecated = 23 [default=false]; field 390 optional bool deprecated = 3 [default=false]; field 478 optional bool deprecated = 3 [default=false]; field 502 optional bool deprecated = 3 [default=false]; field 516 optional bool deprecated = 1 [default=false]; field 536 optional bool deprecated = 33 [default=false]; field 556 optional bool deprecated = 33 [default=false]; field
|
/aosp_15_r20/external/clang/test/Misc/ |
H A D | ast-print-objectivec.m | 6 - (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))) {}
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 359 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
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 415 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 416 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 403 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
|
D | descriptor_sv.proto | 405 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
|
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/ |
H A D | descriptor.proto | 391 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
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 415 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
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/ |
H A D | Parameter.java | 35 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() method in Parameter.Builder
|
/aosp_15_r20/external/aws-sdk-java-v2/services/worklink/src/main/resources/codegen-resources/ |
H A D | service-2.json | 33 "deprecated":true, boolean 53 "deprecated":true, boolean 73 "deprecated":true, boolean 93 "deprecated":true, boolean 112 "deprecated":true, boolean 131 "deprecated":true, boolean 150 "deprecated":true, boolean 169 "deprecated":true, boolean 188 "deprecated":true, boolean 207 "deprecated":true, boolean [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/alexaforbusiness/src/main/resources/codegen-resources/ |
H A D | service-2.json | 29 "deprecated":true, boolean 44 "deprecated":true, boolean 61 "deprecated":true, boolean 78 "deprecated":true, boolean 93 "deprecated":true, boolean 110 "deprecated":true, boolean 126 "deprecated":true, boolean 142 "deprecated":true, boolean 157 "deprecated":true, boolean 172 "deprecated":true, boolean [all …]
|