Home
last modified time | relevance | path

Searched defs:deprecated (Results 1 – 20 of 20) sorted by relevance

/external/libxml2/
DDOCBparser.c43 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
Dlegacy.c55 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/
Dspecial-dep-unavail-warning.m7 - (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));
Dwarn-deprecated-implementations.m5 - (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}}
Dmethod-attributes.m14 - (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}}
Dattr-deprecated.m6 + (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));
Dprotocol-attribute.m9 __attribute ((deprecated)) @protocol MyProto1 category
/external/clang/test/Parser/
Dobjc-interfaces.m6 …{{expected ';' after method prototype}} expected-error {{method type specifier must start with '-'…
Dprefix-attributes.m7 __attribute__((deprecated)) @protocol P1 category
Dobjc-category-neg-1.m7 …ntRectForProposedRect:(id)proposedRect remainingRect:(id)remainingRect __attribute__((deprecated));
/external/doclava/src/com/google/doclava/apicheck/
DAbstractMethodInfo.java25 public void setDeprecated(boolean deprecated); in setDeprecated()
/external/clang/test/Index/
Dc-index-api-loadTU-test.m9 - foo __attribute__((deprecated));
/external/doclava/src/com/google/doclava/
DFieldInfo.java100 public void setDeprecated(boolean deprecated) { in setDeprecated()
DMethodInfo.java230 public void setDeprecated(boolean deprecated) { in setDeprecated()
DClassInfo.java372 public void setDeprecated(boolean deprecated) { in setDeprecated()
/external/protobuf/src/google/protobuf/
Ddescriptor.proto340 optional bool deprecated = 3 [default=false]; field
Ddescriptor.pb.h3908 inline bool FieldOptions::deprecated() const { in deprecated() function
/external/iproute2/ip/
Dipaddress.c455 int deprecated = 0; in print_addrinfo() local
/external/clang/include/clang/Sema/
DAttributeList.h135 const AvailabilityChange &deprecated, in AttributeList()
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.cc466 iterator deprecated = header++; in clearHeader() local