Home
last modified time | relevance | path

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

12

/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/Misc/
Dast-print-objectivec.m6 - (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/
Dwarn-deprecated-implementations.m6 - (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
Dspecial-dep-unavail-warning.m7 …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}}
Dwarn-protocol-method-deprecated.m6 …ted)); // expected-note 2 {{'deprecatedProtocolMethod' has been explicitly marked deprecated here}}
14 …cated)); // expected-note {{'deprecatedInstanceMethod' has been explicitly marked deprecated here}}
Dmethod-attributes.m16 - (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)) {
Dwarn-forward-class-attr-deprecated.m7 …ribute__((deprecated)); // expected-note {{'filenames' has been explicitly marked deprecated here}}
12 - (id) filenames __attribute__((deprecated));
Dattr-deprecated.m7 … __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
Dattr-availability.m5 …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}} \
Dwarn-category-method-deprecated.m12 …__attribute__((deprecated)); // expected-note {{'meth' has been explicitly marked deprecated here}}
Dprotocol-attribute.m9 __attribute ((deprecated)) @protocol MyProto1 // expected-note 7 {{'MyProto1' has been explicitly m… category
Dproperty-deprecated-warning.m152 …tribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly marked deprecated here}}
/external/clang/test/Parser/
Dobjc-interfaces.m6 …{{expected ';' after method prototype}} expected-error {{method type specifier must start with '-'…
Dobjc-category-neg-1.m7 …ntRectForProposedRect:(id)proposedRect remainingRect:(id)remainingRect __attribute__((deprecated));
Dattributes.mm7 __attribute__((deprecated)) @protocol P1 category
/external/protobuf/src/google/protobuf/
Ddescriptor.proto366 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/doclava/src/com/google/doclava/apicheck/
DAbstractMethodInfo.java25 public void setDeprecated(boolean deprecated); in setDeprecated()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DValidIdentifiers.java46 deprecated, enumConstant
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DValidIdentifiers.java44 deprecated, enumConstant
/external/clang/test/Index/
Dc-index-api-loadTU-test.m9 - foo __attribute__((deprecated));
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd39 deprecated CDATA "none" attribute
/external/doclava/src/com/google/doclava/
DFieldInfo.java101 public void setDeprecated(boolean deprecated) { in setDeprecated()
/external/clang/include/clang/Sema/
DAttributeList.h255 const AvailabilityChange &deprecated, in AttributeList()
647 const AvailabilityChange &deprecated, in create()
783 const AvailabilityChange &deprecated, in addNew()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto396 optional bool deprecated = 3 [default=false]; field

12