Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto368 optional bool deprecated = 23 [default=false]; field
421 optional bool deprecated = 3 [default=false]; field
530 optional bool deprecated = 3 [default=false]; field
561 optional bool deprecated = 3 [default=false]; field
575 optional bool deprecated = 1 [default=false]; field
595 optional bool deprecated = 33 [default=false]; field
615 optional bool deprecated = 33 [default=false]; field
Ddescriptor.pb.h6358 inline bool FileOptions::deprecated() const { in deprecated() function
6596 inline bool MessageOptions::deprecated() const { in deprecated() function
6776 inline bool FieldOptions::deprecated() const { in deprecated() function
6916 inline bool EnumOptions::deprecated() const { in deprecated() function
6974 inline bool EnumValueOptions::deprecated() const { in deprecated() function
7032 inline bool ServiceOptions::deprecated() const { in deprecated() function
7090 inline bool MethodOptions::deprecated() const { in deprecated() function
Ddescriptor.pb.cc9313 bool FileOptions::deprecated() const { in deprecated() function in google::protobuf::FileOptions
9984 bool MessageOptions::deprecated() const { in deprecated() function in google::protobuf::MessageOptions
10734 bool FieldOptions::deprecated() const { in deprecated() function in google::protobuf::FieldOptions
11499 bool EnumOptions::deprecated() const { in deprecated() function in google::protobuf::EnumOptions
11860 bool EnumValueOptions::deprecated() const { in deprecated() function in google::protobuf::EnumValueOptions
12221 bool ServiceOptions::deprecated() const { in deprecated() function in google::protobuf::ServiceOptions
12582 bool MethodOptions::deprecated() const { in deprecated() function in google::protobuf::MethodOptions
/frameworks/rs/tests/lldb/tests/harness/
Ddecorators.py96 class deprecated(object): class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto396 optional bool deprecated = 3 [default=false]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto396 optional bool deprecated = 3 [default=false]; field
/frameworks/base/tests/net/common/java/android/net/
DLinkPropertiesTest.java542 LinkAddress deprecated = new LinkAddress(ADDRV6, 128, in testAddressMethods() local
/frameworks/rs/script_api/
DGenerateDocumentation.cpp254 const bool deprecated = definition->deprecated(); in writeSummaryTableEntry() local
DSpecification.h171 bool deprecated() const { return mDeprecatedApiLevel > 0; } in deprecated() function
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp324 std::function<void(const ConfigMapper &)> deprecated = add; in initializeStandardParams() local