Searched defs:deprecated (Results 1 - 14 of 14) sorted by relevance

/external/doclava/src/com/google/doclava/apicheck/
H A DAbstractMethodInfo.java25 public void setDeprecated(boolean deprecated); argument
/external/libxml2/
H A DDOCBparser.c4 * This is deprecated !!!
43 static int deprecated = 0; local
45 if (!deprecated) {
47 "docbEncodeEntities() deprecated function reached\n");
48 deprecated = 1;
67 static int deprecated = 0; local
69 if (!deprecated) {
71 "docbParseDocument() deprecated function reached\n");
72 deprecated = 1;
88 static int deprecated local
115 static int deprecated = 0; local
150 static int deprecated = 0; local
181 static int deprecated = 0; local
207 static int deprecated = 0; local
234 static int deprecated = 0; local
266 static int deprecated = 0; local
293 static int deprecated = 0; local
[all...]
H A Dlegacy.c2 * legacy.c: set of deprecated routines, not to be used anymore but
55 static int deprecated = 0; local
57 if (!deprecated) {
59 "htmlDecodeEntities() deprecated function reached\n");
60 deprecated = 1;
397 * This function is deprecated, we now always process entities content
416 static int deprecated = 0; local
418 if (!deprecated) {
420 "xmlDecodeEntities() deprecated function reached\n");
421 deprecated
446 static int deprecated = 0; local
481 static int deprecated = 0; local
510 static int deprecated = 0; local
533 static int deprecated = 0; local
561 static int deprecated = 0; local
593 static int deprecated = 0; local
633 static int deprecated = 0; local
659 static int deprecated = 0; local
683 static int deprecated = 0; local
703 static int deprecated = 0; local
[all...]
/external/clang/test/Sema/
H A DMicrosoftExtensions.c90 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' declared here}}
91 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{declared here}}
93 #define MY_TEXT "This is also deprecated"
94 __declspec(deprecated(MY_TEXT)) void Dfunc1( void ) {} // expected-note {{'Dfunc1' declared here}} function
96 struct __declspec(deprecated(123)) DS2 {}; // expected-error {{argument to deprecated attribute was not a string literal}}
99 e1 = one; // expected-warning {{'e1' is deprecated: This is deprecated}}
100 struct DS1 s = { 0 }; // expected-warning {{'DS1' is deprecated}}
[all...]
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java100 public void setDeprecated(boolean deprecated) { argument
102 mIsDeprecated = deprecated;
119 + ": @Deprecated annotation and @deprecated comment do not match");
326 TagInfo.makeHDF(data, base + ".deprecated", comment().deprecatedTags());
H A DMethodInfo.java207 boolean deprecated = false;
221 + ": @Deprecated annotation and @deprecated doc tag do not match");
230 public void setDeprecated(boolean deprecated) { argument
232 mIsDeprecated = deprecated;
557 TagInfo.makeHDF(data, base + ".deprecated", deprecatedTags());
H A DClassInfo.java372 public void setDeprecated(boolean deprecated) { argument
374 mIsDeprecated = deprecated;
390 + ": @Deprecated annotation and @deprecated comment do not match");
853 TagInfo.makeHDF(data, base + ".deprecated", deprecatedTags());
934 TagInfo.makeHDF(data, "class.deprecated", deprecatedTags());
/external/clang/include/clang/Sema/
H A DAttributeList.h170 const AvailabilityChange &deprecated,
183 new (&getAvailabilitySlot(DeprecatedSlot)) AvailabilityChange(deprecated);
464 const AvailabilityChange &deprecated,
473 introduced, deprecated, obsoleted,
604 const AvailabilityChange &deprecated,
611 introduced, deprecated, obsoleted, unavailable,
166 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *parmName, SourceLocation parmLoc, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *messageExpr, Syntax syntaxUsed) argument
/external/iproute2/ip/
H A Dipaddress.c75 fprintf(stderr, " tentative | deprecated | dadfailed | temporary |\n");
455 int deprecated = 0; local
588 deprecated = 1;
589 fprintf(fp, "deprecated ");
622 if (deprecated)
767 } else if (strcmp(*argv, "deprecated") == 0) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc466 iterator deprecated = header++; local
467 headers_.erase(deprecated);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1771 // optional bool deprecated = 3 [default = false];
1775 inline bool deprecated() const;
3900 // optional bool deprecated = 3 [default = false];
3908 inline bool FieldOptions::deprecated() const { function in class:google::protobuf::FieldOptions
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4091 milliseconds