Home
last modified time | relevance | path

Searched refs:decls (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tools/stats_log_api_gen/
Datoms_info_writer.cpp73 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()
Dtest_collation.cpp118 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()
Dutils.cpp180 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()
DCollation.h111 set<AtomDecl> decls; member
Dnative_writer.cpp288 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()
DCollation.cpp432 atoms->decls.insert(atomDecl); in collate_atoms()
/frameworks/base/tools/aapt2/link/
DReferenceLinker.h69 const xml::IPackageDeclStack* decls, DiagMessage* out_msg);
73 const xml::IPackageDeclStack* decls, DiagMessage* out_msg);
80 SymbolTable* symbols, const xml::IPackageDeclStack* decls);
DReferenceLinker.cpp272 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()
DXmlReferenceLinker.cpp44 xml::IPackageDeclStack* decls) in ReferenceVisitor() argument
45 : callsite_(callsite), context_(context), symbols_(symbols), decls_(decls), error_(false) {} in ReferenceVisitor()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp545 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/
Dslang_rs_ast_replace.cpp92 for (clang::Decl* D : DS->decls()) { in VisitDeclStmt()
Dslang_backend.cpp407 for (clang::Decl* D : RD->decls()) { in PadStruct()
/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py637 decls = self.makeCDecls(cmdinfo.elem)
638 self.cmdBody += decls[0]
640 self.cmdPointerBody += decls[1]