Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/libxml/src/
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/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/
Dattr-availability.m4 …eprecated=10.2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}}
8 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}}
12 - (void)overridden3 __attribute__((availability(macosx,deprecated=10.3)));
13 …_attribute__((availability(macosx,deprecated=10.3))); // expected-note{{overridden method is here}}
23 - (void)overridden3 __attribute__((availability(macosx,deprecated=10.4)));
24 …/ expected-warning{{overriding method deprecated before overridden method on OS X (10.3 vs. 10.2)}}
40 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}}
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}}
Dattr-deprecated.m7 … __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecated here}}
8 … __attribute__((deprecated)); // expected-note 4 {{'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
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));
Dprotocol-attribute.m9 __attribute ((deprecated)) @protocol MyProto1 // expected-note 7 {{'MyProto1' has been explicitly m… category
Dproperty-deprecated-warning.m88 …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/chromium_org/third_party/WebKit/Source/core/inspector/
DContentSearchUtils.cpp110 …ment(const String& content, const String& name, MagicCommentType commentType, bool* deprecated = 0) in findMagicComment()
176 String findSourceURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceURL()
181 String findSourceMapURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceMapURL()
/external/doclava/src/com/google/doclava/apicheck/
DAbstractMethodInfo.java25 public void setDeprecated(boolean deprecated); in setDeprecated()
/external/chromium_org/chrome/common/extensions/api/
Dextension.json31 "deprecated": "Please use $(ref:runtime.sendMessage).", string
122 "deprecated": "Please use $(ref:extension.getViews) <code>{type: \"tab\"}</code>.", string
190 "deprecated": "Please use $(ref:runtime.onMessage).", string
204 "deprecated": "Please use $(ref:runtime.onMessageExternal).", string
Dtabs.json19 …": {"type": "boolean", "description": "Whether the tab is selected.", "deprecated": "Please use $(… string
140 "deprecated": "Please use $(ref:runtime.sendMessage).", string
199 "deprecated": "Please use $(ref:tabs.query) <code>{active: true}</code>.", string
222 "deprecated": "Please use $(ref:tabs.query) <code>{windowId: windowId}</code>.", string
273 "deprecated": "Please use <em>active</em>.", string
488 "deprecated": "Please use <em>highlighted</em>.", string
878 "deprecated": "Please use $(ref:tabs.onActivated).", string
903 "deprecated": "Please use $(ref:tabs.onActivated).", string
951 "deprecated": "Please use $(ref:tabs.onHighlighted).", string
/external/clang/test/Index/
Dc-index-api-loadTU-test.m9 - foo __attribute__((deprecated));
/external/chromium_org/net/dns/
Daddress_sorter_posix.h56 bool deprecated; // vs. preferred RFC4862 member
/external/chromium_org/net/socket/
Dunix_domain_listen_socket_posix.cc28 namespace deprecated { namespace
/external/chromium_org/components/autofill/content/renderer/
Dform_cache.cc106 static const char* const deprecated[] = { "region", "locality" }; in ExtractNewForms() local
/external/chromium_org/tools/json_schema_compiler/
Didl_schema.py347 deprecated=None): argument

12