/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 | special-dep-unavail-warning.m | 7 - (void) depInA1 __attribute__((deprecated)); 9 - (void) depInA2 __attribute__((deprecated)); 13 - (void)FuzzyMeth __attribute__((deprecated)); 19 - (void) depInA __attribute__((deprecated)); 20 - (void) depInA2 __attribute__((deprecated)); 26 - (void)FuzzyMeth1 __attribute__((deprecated));
|
D | warn-deprecated-implementations.m | 5 - (void) D __attribute__((deprecated)); // expected-note {{method 'D' declared here}} 9 + (void)F __attribute__((deprecated)); // expected-note {{method 'F' declared here}} 13 - (void) E __attribute__((deprecated)); // expected-note {{method 'E' declared here}} category 37 - (void) B __attribute__((deprecated)); // expected-note {{method 'B' declared here}}
|
D | attr-deprecated.m | 6 + (void)F __attribute__((deprecated)); 7 - (void)f __attribute__((deprecated)); 12 { 45 - (void)p __attribute__((deprecated));
|
D | method-attributes.m | 14 - (int) foo1: (int)arg1 __attribute__((deprecated)); 23 …cated)){ // expected-warning {{attributes on method implementation and its declaration must match}} 29 …ted)) { // expected-warning {{attributes on method implementation and its declaration must match}} 33 - (void) dep __attribute__((deprecated)) { } // OK private methodn
|
D | warn-forward-class-attr-deprecated.m | 7 - (id) filenames __attribute__((deprecated)); 12 - (id) filenames __attribute__((deprecated));
|
D | attr-availability.m | 3 - (void)method __attribute__((availability(macosx,introduced=10.1,deprecated=10.2)));
|
D | protocol-attribute.m | 9 __attribute ((deprecated)) @protocol MyProto1 category
|
/external/clang/test/Parser/ |
D | objc-interfaces.m | 6 …{{expected ';' after method prototype}} expected-error {{method type specifier must start with '-'…
|
D | prefix-attributes.m | 7 __attribute__((deprecated)) @protocol P1 category
|
D | objc-category-neg-1.m | 7 …ntRectForProposedRect:(id)proposedRect remainingRect:(id)remainingRect __attribute__((deprecated));
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | AbstractMethodInfo.java | 25 public void setDeprecated(boolean deprecated); in setDeprecated()
|
/external/clang/test/Index/ |
D | c-index-api-loadTU-test.m | 9 - foo __attribute__((deprecated));
|
/external/doclava/src/com/google/doclava/ |
D | FieldInfo.java | 100 public void setDeprecated(boolean deprecated) { in setDeprecated()
|
D | MethodInfo.java | 230 public void setDeprecated(boolean deprecated) { in setDeprecated()
|
D | ClassInfo.java | 372 public void setDeprecated(boolean deprecated) { in setDeprecated()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 340 optional bool deprecated = 3 [default=false]; field
|
D | descriptor.pb.h | 3908 inline bool FieldOptions::deprecated() const { in deprecated() function
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 141 const AvailabilityChange &deprecated, in AttributeList()
|
/external/iproute2/ip/ |
D | ipaddress.c | 455 int deprecated = 0; in print_addrinfo() local
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpcommon.cc | 466 iterator deprecated = header++; in clearHeader() local
|