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

12

/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/doclava/src/com/google/doclava/
H A DFieldInfo.java101 public void setDeprecated(boolean deprecated) { argument
103 mIsDeprecated = deprecated;
117 // Check to see that the JavaDoc contains @deprecated AND the method is marked as @Deprecated.
127 + "present) and @deprecated doc tag (" + (commentDeprecated ? "" : "not ")
336 TagInfo.makeHDF(data, base + ".deprecated", comment().deprecatedTags());
H A DMethodInfo.java215 boolean deprecated = false;
226 // Check to see that the JavaDoc contains @deprecated AND the method is marked as @Deprecated.
236 + "present) and @deprecated doc tag (" + (commentDeprecated ? "" : "not ")
246 public void setDeprecated(boolean deprecated) { argument
248 mIsDeprecated = deprecated;
631 TagInfo.makeHDF(data, base + ".deprecated", deprecatedTags());
H A DClassInfo.java556 public void setDeprecated(boolean deprecated) { argument
558 mIsDeprecated = deprecated;
572 // Check to see that the JavaDoc contains @deprecated AND the method is marked as @Deprecated.
580 + "present) and @deprecated doc tag (" + (commentDeprecated ? "" : "not ")
1119 TagInfo.makeHDF(data, base + ".deprecated", deprecatedTags());
1221 TagInfo.makeHDF(data, "class.deprecated", deprecatedTags());
2023 "Removed deprecated public method " + mInfo.prettyQualifiedSignature());
2064 "Removed deprecated public constructor " + mInfo.prettyQualifiedSignature());
2094 "Removed deprecated field " + mInfo.qualifiedName());
2118 "Removed deprecated enu
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DValidIdentifiers.java46 deprecated, enum constant in enum:ValidIdentifiers.Datasubtype
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DKeyTypeData.java405 private enum KeyInfoType {deprecated, valueType} enum constant in enum:KeyTypeData.KeyInfoType
406 private enum TypeInfoType {deprecated} enum constant in enum:KeyTypeData.TypeInfoType
410 deprecated{
434 case deprecated:
449 deprecated{
473 case deprecated:
528 // // {<bcp deprecated>, <bcp preferred>
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DValidIdentifiers.java44 deprecated, enum constant in enum:ValidIdentifiers.Datasubtype
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java403 private enum KeyInfoType {deprecated, valueType} enum constant in enum:KeyTypeData.KeyInfoType
404 private enum TypeInfoType {deprecated} enum constant in enum:KeyTypeData.TypeInfoType
408 deprecated{
432 case deprecated:
447 deprecated{
471 case deprecated:
526 // // {<bcp deprecated>, <bcp preferred>
/external/clang/test/Sema/
H A DMicrosoftExtensions.c121 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}}
122 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{'DS1' has been explicitly marked deprecated here}}
124 #define MY_TEXT "This is also deprecated"
125 __declspec(deprecated(MY_TEXT)) void Dfunc1( void ) {} // expected-note {{'Dfunc1' has been explicitly marked deprecated here}} function
127 struct __declspec(deprecated(123)) DS2 {}; // expected-error {{'deprecated' attribut
[all...]
/external/autotest/client/common_lib/
H A Dbase_utils.py37 def deprecated(func): function
38 """This is a decorator which can be used to mark functions as deprecated.
41 warnings.warn("Call to deprecated function %s." % func.__name__,
774 @deprecated
776 """Function deprecated. Please use BgJob class instead."""
/external/clang/include/clang/Sema/
H A DAttributeList.h255 const AvailabilityChange &deprecated,
270 introduced, deprecated, obsoleted, strict, replacementExpr);
647 const AvailabilityChange &deprecated,
656 Param, introduced, deprecated,
783 const AvailabilityChange &deprecated,
791 deprecated, obsoleted, unavailable, MessageExpr, syntax,
252 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Parm, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *messageExpr, Syntax syntaxUsed, SourceLocation strict, const Expr *replacementExpr) argument
/external/flatbuffers/include/flatbuffers/
H A Dreflection_generated.h454 bool deprecated() const { function in struct:reflection::FLATBUFFERS_FINAL_CLASS
513 void add_deprecated(bool deprecated) { argument
514 fbb_.AddElement<uint8_t>(Field::VT_DEPRECATED, static_cast<uint8_t>(deprecated), 0);
550 bool deprecated = false,
566 builder_.add_deprecated(deprecated);
578 bool deprecated = false,
591 deprecated,
H A Didl.h229 FieldDef() : deprecated(false), required(false), key(false), padding(0) {}
235 bool deprecated; // Field is allowed to be present in old data, but can't be member in struct:flatbuffers::FieldDef
468 known_attributes_["deprecated"] = true;
/external/iproute2/ip/
H A Dipaddress.c86 fprintf(stderr, " [-]tentative | [-]deprecated | [-]dadfailed | temporary |\n");
947 int deprecated = 0; local
1102 deprecated = 1;
1103 fprintf(fp, "deprecated ");
1149 if (deprecated)
1517 } else if (strcmp(*argv, "deprecated") == 0) {
1520 } else if (strcmp(*argv, "-deprecated") == 0) {
/external/webrtc/webrtc/base/
H A Dhttpcommon.cc460 iterator deprecated = header++; local
461 headers_.erase(deprecated);
/external/droiddriver/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc8196 // optional bool deprecated = 23 [default = false];
8383 // optional bool deprecated = 23 [default = false];
8385 ::google::protobuf::internal::WireFormatLite::WriteBool(23, this->deprecated(), output);
8502 // optional bool deprecated = 23 [default = false];
8504 target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(23, this->deprecated(), target);
8622 // optional bool deprecated = 23 [default = false];
8724 set_deprecated(from.deprecated());
9133 // optional bool deprecated = 23 [default = false];
9147 bool FileOptions::deprecated() const { function in class:google::protobuf::FileOptions
9148 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.deprecated)
9814 bool MessageOptions::deprecated() const { function in class:google::protobuf::MessageOptions
10560 bool FieldOptions::deprecated() const { function in class:google::protobuf::FieldOptions
11023 bool EnumOptions::deprecated() const { function in class:google::protobuf::EnumOptions
11380 bool EnumValueOptions::deprecated() const { function in class:google::protobuf::EnumValueOptions
11737 bool ServiceOptions::deprecated() const { function in class:google::protobuf::ServiceOptions
12094 bool MethodOptions::deprecated() const { function in class:google::protobuf::MethodOptions
[all...]
H A Ddescriptor.pb.h2006 // optional bool deprecated = 23 [default = false];
2010 bool deprecated() const;
2195 // optional bool deprecated = 3 [default = false];
2199 bool deprecated() const;
2400 // optional bool deprecated = 3 [default = false];
2404 bool deprecated() const;
2534 // optional bool deprecated = 3 [default = false];
2538 bool deprecated() const;
2642 // optional bool deprecated = 1 [default = false];
2646 bool deprecated() cons
6106 inline bool FileOptions::deprecated() const { function in class:google::protobuf::FileOptions
6344 inline bool MessageOptions::deprecated() const { function in class:google::protobuf::MessageOptions
6524 inline bool FieldOptions::deprecated() const { function in class:google::protobuf::FieldOptions
6630 inline bool EnumOptions::deprecated() const { function in class:google::protobuf::EnumOptions
6688 inline bool EnumValueOptions::deprecated() const { function in class:google::protobuf::EnumValueOptions
6746 inline bool ServiceOptions::deprecated() const { function in class:google::protobuf::ServiceOptions
6804 inline bool MethodOptions::deprecated() const { function in class:google::protobuf::MethodOptions
[all...]
/external/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/conscrypt/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/WrapperExecutor ...
/external/doclava/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/jdiff/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 737 milliseconds

12