/external/libxml2/ |
D | DOCBparser.c | 43 static int deprecated = 0; in docbEncodeEntities() local 67 static int deprecated = 0; in docbParseDocument() local 88 static int deprecated = 0; in docbFreeParserCtxt() local 115 static int deprecated = 0; in docbParseChunk() local 150 static int deprecated = 0; in docbCreatePushParserCtxt() local 181 static int deprecated = 0; in docbSAXParseDoc() local 207 static int deprecated = 0; in docbParseDoc() local 234 static int deprecated = 0; in docbCreateFileParserCtxt() local 266 static int deprecated = 0; in docbSAXParseFile() local 293 static int deprecated = 0; in docbParseFile() local
|
D | legacy.c | 55 static int deprecated = 0; in htmlDecodeEntities() local 416 static int deprecated = 0; in xmlDecodeEntities() local 446 static int deprecated = 0; in xmlNamespaceParseNCName() local 481 static int deprecated = 0; in xmlNamespaceParseQName() local 510 static int deprecated = 0; in xmlNamespaceParseNSDef() local 533 static int deprecated = 0; in xmlParseQuotedString() local 561 static int deprecated = 0; in xmlParseNamespace() local 593 static int deprecated = 0; in xmlScanName() local 633 static int deprecated = 0; in xmlParserHandleReference() local 659 static int deprecated = 0; in xmlHandleEntity() local [all …]
|
/external/clang/test/SemaObjC/ |
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
|
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}}
|
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)) {
|
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}} 13 { 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
|
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}} \
|
D | warn-protocol-method-deprecated.m | 6 …ted)); // expected-note 2 {{'deprecatedProtocolMethod' has been explicitly marked deprecated here}} 14 …cated)); // expected-note {{'deprecatedInstanceMethod' has been explicitly marked deprecated here}}
|
D | warn-forward-class-attr-deprecated.m | 7 …ribute__((deprecated)); // expected-note {{'filenames' has been explicitly marked deprecated here}} 12 - (id) filenames __attribute__((deprecated));
|
D | warn-category-method-deprecated.m | 12 …__attribute__((deprecated)); // expected-note {{'meth' has been explicitly marked deprecated here}}
|
/external/clang/test/Misc/ |
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))) {}
|
/external/clang/test/Parser/ |
D | objc-interfaces.m | 6 …{{expected ';' after method prototype}} expected-error {{method type specifier must start with '-'…
|
D | objc-category-neg-1.m | 7 …ntRectForProposedRect:(id)proposedRect remainingRect:(id)remainingRect __attribute__((deprecated));
|
/external/grpc-grpc/third_party/nanopb/generator/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
|
/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 560 def _fn(arg0, arg1, deprecated=None): argument 574 def _fn(arg0, arg1, deprecated=True): argument 622 def _fn(arg0, arg1, deprecated=True): argument 653 def _fn(arg0, arg1, deprecated=True): argument 684 def _fn(arg0, arg1, *deprecated): 705 def _fn(arg0, arg1, **deprecated): 785 def _fn(*, arg0, arg1, deprecated=None): argument 905 def _fn(arg0, arg1, deprecated=True): argument 958 def _fn(arg0, arg1, deprecated=True): argument 994 def _fn(arg0, arg1, deprecated=True): argument [all …]
|
/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
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestCanonicalIds.java | 55 String deprecated = deprecatedData.get(keyType); in TestTimezones() local 172 String deprecated = regionInfo.get("Deprecated"); in isOk() local 196 String deprecated = languageInfo.get("Deprecated"); in isOk() local
|
D | TestSubdivisions.java | 62 Map<String, Status> deprecated = VALIDITY.getCodeToStatus(LstrType.subdivision); in TestNames() local 74 Map<String, Status> deprecated) { in checkSubdivisionFile()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 392 optional bool deprecated = 23 [default = false]; field 473 optional bool deprecated = 3 [default = false]; field 587 optional bool deprecated = 3 [default = false]; field 620 optional bool deprecated = 3 [default = false]; field 636 optional bool deprecated = 1 [default = false]; field 656 optional bool deprecated = 33 [default = false]; field 676 optional bool deprecated = 33 [default = false]; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
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
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
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
|
D | descriptor.proto | 412 optional bool deprecated = 23 [default = false]; field 493 optional bool deprecated = 3 [default = false]; field 607 optional bool deprecated = 3 [default = false]; field 640 optional bool deprecated = 3 [default = false]; field 656 optional bool deprecated = 1 [default = false]; field 676 optional bool deprecated = 33 [default = false]; field 696 optional bool deprecated = 33 [default = false]; field
|
/external/dokka/core/src/main/kotlin/ |
D | DokkaBootstrapImpl.kt | 17 val deprecated = args.find { it.endsWith("deprecated") }?.startsWith("+") ?: true in parsePerPackageOptions() constant
|
/external/python/cpython3/Lib/test/support/ |
D | import_helper.py | 66 def import_module(name, deprecated=False, *, required_on=()): argument 93 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): argument
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | AbstractMethodInfo.java | 25 public void setDeprecated(boolean deprecated); in setDeprecated()
|