/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 declared here}} 9 + (void)F __attribute__((deprecated)); // expected-note {{method declared here}} 13 - (void) E __attribute__((deprecated)); // expected-note {{method declared here}} category 36 - (void) B __attribute__((deprecated)); // expected-note {{method declared here}}
|
D | method-attributes.m | 14 - (int) foo1: (int)arg1 __attribute__((deprecated)); 22 …t)arg1 __attribute__((deprecated)){ // expected-warning {{method attribute can only be specified}} 28 …)arg1 __attribute__((deprecated)) { // expected-warning {{method attribute can only be specified}}
|
D | attr-deprecated.m | 6 + (void)F __attribute__((deprecated)); 7 - (void)f __attribute__((deprecated)); 12 { // expected-warning {{method attribute can only be specified on method declarations}} 45 - (void)p __attribute__((deprecated));
|
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/iproute2/ip/ |
D | ipaddress.c | 455 int deprecated = 0; in print_addrinfo() local
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 135 const AvailabilityChange &deprecated, in AttributeList()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpcommon.cc | 466 iterator deprecated = header++; in clearHeader() local
|