Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DInlineXmlFormatParser.cpp79 InlineDeclaration decl; in Visit() local
123 for (const InlineDeclaration& decl : visitor.GetInlineDeclarations()) { in Consume() local
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp108 for (const xml::NamespaceDecl& decl : node->namespace_decls) { in Visit() local
186 void WriteNamespace(const xml::NamespaceDecl& decl, uint16_t type) { in WriteNamespace()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp83 NamespaceDecl decl; in StartNamespaceHandler() local
291 NamespaceDecl decl; in Inflate() local
544 for (const NamespaceDecl& decl : el->namespace_decls) { in BeforeVisitElement() local
566 const PackageDecl& decl = *iter2; in TransformPackageAlias() local
DXmlUtil.cpp86 [](const NamespaceDecl& decl) -> bool { return decl.uri == kSchemaTools; }); in Visit()
DXmlDom_test.cpp74 NamespaceDecl decl; in TEST() local
/frameworks/base/startop/view_compiler/
Ddex_builder.cc265 ir::MethodDecl* decl = parent_->GetOrDeclareMethod(type_descriptor_, name, prototype).decl; in CreateMethod() local
274 MethodBuilder::MethodBuilder(DexBuilder* dex, ir::Class* class_def, ir::MethodDecl* decl) in MethodBuilder()
564 ir::MethodDecl* decl = dex_file_->Alloc<ir::MethodDecl>(); in GetOrDeclareMethod() local
Ddex_builder.h271 ir::MethodDecl* decl; member
/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp243 llvm::Instruction *decl = DebugInfo.insertDeclare( in attachDebugInfo() local
/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java1076 String decl = type.getDeclaration(); in emitJniCode() local
1113 String decl = type.getDeclaration(); in emitJniCode() local
1167 String decl = type.getDeclaration(); in emitJniCode() local
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp184 xml::NamespaceDecl decl; in TEST() local
DProtoDeserialize.cpp963 xml::NamespaceDecl decl; in DeserializeXmlFromPb() local
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp144 xml::NamespaceDecl decl; in CreateAndroidNamespaceDecl() local
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp52 StringPool* string_pool, xml::IPackageDeclStack* decl) in ReferenceLinkerVisitor()
/frameworks/base/tools/aapt2/
DDebug.cpp460 for (const xml::NamespaceDecl& decl : el->namespace_decls) { in Visit() local