Home
last modified time | relevance | path

Searched refs:setDeprecated (Results 1 – 15 of 15) sorted by relevance

/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java111 mCurrentClass.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()
160 mCurrentMethod.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()
175 mCurrentMethod.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()
200 fInfo.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()
DAbstractMethodInfo.java25 public void setDeprecated(boolean deprecated); in setDeprecated() method
DApiFile.java182 cl.setDeprecated(dep); in parseClass()
274 method.setDeprecated(dep); in parseConstructor()
361 method.setDeprecated(dep); in parseMethod()
450 field.setDeprecated(dep); in parseField()
/external/protobuf/php/src/Google/Protobuf/Internal/
DServiceOptions.php80 public function setDeprecated($var) function in Google\\Protobuf\\Internal\\ServiceOptions
DEnumValueOptions.php80 public function setDeprecated($var) function in Google\\Protobuf\\Internal\\EnumValueOptions
DEnumOptions.php125 public function setDeprecated($var) function in Google\\Protobuf\\Internal\\EnumOptions
DMethodOptions.php86 public function setDeprecated($var) function in Google\\Protobuf\\Internal\\MethodOptions
DMessageOptions.php269 public function setDeprecated($var) function in Google\\Protobuf\\Internal\\MessageOptions
DFieldOptions.php409 public function setDeprecated($var) function in Google\\Protobuf\\Internal\\FieldOptions
DFileOptions.php717 public function setDeprecated($var) function in Google\\Protobuf\\Internal\\FileOptions
/external/doclava/src/com/google/doclava/
DFieldInfo.java141 public void setDeprecated(boolean deprecated) { in setDeprecated() method in FieldInfo
DMethodInfo.java240 public void setDeprecated(boolean deprecated) { in setDeprecated() method in MethodInfo
DClassInfo.java585 public void setDeprecated(boolean deprecated) { in setDeprecated() method in ClassInfo
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java92 public void setDeprecated() { setType(STA, STA_DEPRECATED); } in setDeprecated() method in APIInfo
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8010 LHS->setDeprecated(Ctx, RHS->getDeprecated()); in getCursorPlatformAvailabilityForDecl()