Searched refs:decls (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tools/stats_log_api_gen/ |
D | atoms_info_writer.cpp | 73 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_atoms_info_cpp_body() 74 atom != atoms.decls.end(); atom++) { in write_atoms_info_cpp_body() 90 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_atoms_info_cpp_body() 91 atom != atoms.decls.end(); atom++) { in write_atoms_info_cpp_body() 103 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_atoms_info_cpp_body() 104 atom != atoms.decls.end(); atom++) { in write_atoms_info_cpp_body() 128 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_atoms_info_cpp_body() 129 atom != atoms.decls.end(); atom++) { in write_atoms_info_cpp_body() 159 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_atoms_info_cpp_body() 160 atom != atoms.decls.end(); atom++) { in write_atoms_info_cpp_body()
|
D | test_collation.cpp | 118 set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in TEST() 146 EXPECT_TRUE(atom == atoms.decls.end()); in TEST() 233 EXPECT_EQ(atoms.decls.size(), 2ul); in TEST() 239 for (const auto& atomDecl : atoms.decls) { in TEST() 252 EXPECT_EQ(atoms.decls.size(), 3ul); in TEST() 259 EXPECT_EQ(atoms.decls.size(), 3ul); in TEST() 260 for (const auto& atomDecl: atoms.decls) { in TEST()
|
D | utils.cpp | 180 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_native_atom_constants() 181 atom != atoms.decls.end(); atom++) { in write_native_atom_constants() 198 char const* const comma = (i == atoms.decls.size() - 1) ? "" : ","; in write_native_atom_constants() 274 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_java_atom_codes() 275 atom != atoms.decls.end(); atom++) { in write_java_atom_codes() 300 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_java_enum_values() 301 atom != atoms.decls.end(); atom++) { in write_java_enum_values()
|
D | Collation.h | 111 set<AtomDecl> decls; member
|
D | native_writer.cpp | 288 for (set<AtomDecl>::const_iterator atom = atoms.decls.begin(); in write_stats_log_header() 289 atom != atoms.decls.end(); atom++) { in write_stats_log_header()
|
D | Collation.cpp | 432 atoms->decls.insert(atomDecl); in collate_atoms()
|
/frameworks/base/tools/aapt2/link/ |
D | ReferenceLinker.h | 69 const xml::IPackageDeclStack* decls, DiagMessage* out_msg); 73 const xml::IPackageDeclStack* decls, DiagMessage* out_msg); 80 SymbolTable* symbols, const xml::IPackageDeclStack* decls);
|
D | ReferenceLinker.cpp | 272 const xml::IPackageDeclStack* decls, DiagMessage* out_msg) { in WriteResourceName() argument 282 xml::ResolvePackage(decls, &fully_qualified); in WriteResourceName() 295 const xml::IPackageDeclStack* decls, in WriteAttributeName() argument 312 xml::ResolvePackage(decls, &fully_qualified); in WriteAttributeName() 326 const xml::IPackageDeclStack* decls) { in LinkReference() argument 334 xml::ResolvePackage(decls, &transformed_reference); in LinkReference() 350 WriteResourceName(*reference, callsite, decls, &error_msg); in LinkReference()
|
D | XmlReferenceLinker.cpp | 44 xml::IPackageDeclStack* decls) in ReferenceVisitor() argument 45 : callsite_(callsite), context_(context), symbols_(symbols), decls_(decls), error_(false) {} in ReferenceVisitor()
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 545 std::vector<PackageDecl> decls; in BeforeVisitElement() local 548 decls.push_back(PackageDecl{decl.prefix, std::move(maybe_package.value())}); in BeforeVisitElement() 551 package_decls_.push_back(std::move(decls)); in BeforeVisitElement() 565 const std::vector<PackageDecl>& decls = *iter; in TransformPackageAlias() local 566 const auto rend2 = decls.rend(); in TransformPackageAlias() 567 for (auto iter2 = decls.rbegin(); iter2 != rend2; ++iter2) { in TransformPackageAlias()
|
/frameworks/compile/slang/ |
D | slang_rs_ast_replace.cpp | 92 for (clang::Decl* D : DS->decls()) { in VisitDeclStmt()
|
D | slang_backend.cpp | 407 for (clang::Decl* D : RD->decls()) { in PadStruct()
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 637 decls = self.makeCDecls(cmdinfo.elem) 638 self.cmdBody += decls[0] 640 self.cmdPointerBody += decls[1]
|