Home
last modified time | relevance | path

Searched refs:has_name (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/link/
DManifestFixer.cpp189 bool has_name = false; in VerifyUsesFeature() local
196 has_name = true; in VerifyUsesFeature()
201 if (has_name) { in VerifyUsesFeature()
209 if (!has_name && !has_gl_es_version) { in VerifyUsesFeature()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.pb.cc740 if (has_name()) { in Clear()
842 if (has_name()) { in SerializeWithCachedSizes()
882 if (has_name()) { in InternalSerializeWithCachedSizesToArray()
928 if (has_name()) { in ByteSize()
983 if (from.has_name()) { in MergeFrom()
1348 bool CodeGeneratorResponse_File::has_name() const { in has_name() function in google::protobuf::compiler::CodeGeneratorResponse_File
Dplugin.pb.h245 bool has_name() const;
567 inline bool CodeGeneratorResponse_File::has_name() const { in has_name() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc1274 if (has_name()) { in Clear()
1539 if (has_name()) { in SerializeWithCachedSizes()
1637 if (has_name()) { in InternalSerializeWithCachedSizesToArray()
1747 if (has_name()) { in ByteSize()
1884 if (from.has_name()) { in MergeFrom()
1970 bool FileDescriptorProto::has_name() const { in has_name() function in google::protobuf::FileDescriptorProto
3143 if (has_name()) { in Clear()
3362 if (has_name()) { in SerializeWithCachedSizes()
3440 if (has_name()) { in InternalSerializeWithCachedSizesToArray()
3530 if (has_name()) { in ByteSize()
[all …]
Ddescriptor.pb.h349 bool has_name() const;
805 bool has_name() const;
1109 bool has_name() const;
1319 bool has_name() const;
1429 bool has_name() const;
1552 bool has_name() const;
1672 bool has_name() const;
1795 bool has_name() const;
3888 inline bool FileDescriptorProto::has_name() const { in has_name() function
4481 inline bool DescriptorProto::has_name() const { in has_name() function
[all …]
Ddescriptor.cc3876 if (!proto.has_name()) { in BuildFileImpl()
/frameworks/base/libs/protoutil/tests/
DProtoOutputStream_test.cpp311 EXPECT_FALSE(log1.has_name()); in TEST()
315 EXPECT_FALSE(log2.has_name()); in TEST()
/frameworks/base/tools/apilint/
Dapilint.py1835 has_name = m.name.endswith("AsUser") or m.name.endswith("ForUser")
1842 elif has_arg and not has_name: