/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/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/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 | 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 | 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 | warn-forward-class-attr-deprecated.m | 7 …ribute__((deprecated)); // expected-note {{'filenames' has been explicitly marked deprecated here}} 12 - (id) filenames __attribute__((deprecated));
|
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-category-method-deprecated.m | 12 …__attribute__((deprecated)); // expected-note {{'meth' has been explicitly marked deprecated here}}
|
/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));
|
D | attributes.mm | 7 __attribute__((deprecated)) @protocol P1 category
|
/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 | 487 def _fn(arg0, arg1, deprecated=None): argument 501 def _fn(arg0, arg1, deprecated=True): argument 549 def _fn(arg0, arg1, deprecated=True): argument 580 def _fn(arg0, arg1, deprecated=True): argument 611 def _fn(arg0, arg1, *deprecated): 632 def _fn(arg0, arg1, **deprecated): 775 def _fn(arg0, arg1, deprecated=True): argument 828 def _fn(arg0, arg1, deprecated=True): argument 864 def _fn(arg0, arg1, deprecated=True): argument 899 def _fn(deprecated): # pylint: disable=unused-argument argument
|
/external/cldr/tools/cldr-unittest/src/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 | 366 optional bool deprecated = 23 [default=false]; field 419 optional bool deprecated = 3 [default=false]; field 528 optional bool deprecated = 3 [default=false]; field 551 optional bool deprecated = 3 [default=false]; field 565 optional bool deprecated = 1 [default=false]; field 585 optional bool deprecated = 33 [default=false]; field 605 optional bool deprecated = 33 [default=false]; field
|
/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/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 391 optional bool deprecated = 23 [default=false]; field 472 optional bool deprecated = 3 [default=false]; field 585 optional bool deprecated = 3 [default=false]; field 618 optional bool deprecated = 3 [default=false]; field 634 optional bool deprecated = 1 [default=false]; field 654 optional bool deprecated = 33 [default=false]; field 674 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/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
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/doclava/src/com/google/doclava/apicheck/ |
D | AbstractMethodInfo.java | 25 public void setDeprecated(boolean deprecated); in setDeprecated()
|
/external/golang-protobuf/protoc-gen-go/testdata/deprecated/ |
D | deprecated.proto | 35 package deprecated; package
|