Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 15 of 15) 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/link/
DReferenceLinker.h36 xml::IPackageDeclStack* decl) in ReferenceLinkerTransformer()
/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
547 for (const NamespaceDecl& decl : el->namespace_decls) { in BeforeVisitElement() local
570 const PackageDecl& decl = *iter2; in TransformPackageAlias() local
DXmlUtil.cpp84 [](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.cc299 ir::MethodDecl* decl = parent_->GetOrDeclareMethod(type_descriptor_, name, prototype).decl; in CreateMethod() local
308 MethodBuilder::MethodBuilder(DexBuilder* dex, ir::Class* class_def, ir::MethodDecl* decl) in MethodBuilder()
664 ir::MethodDecl* decl = dex_file_->Alloc<ir::MethodDecl>(); in GetOrDeclareMethod() local
Ddex_builder.h327 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.java1104 String decl = type.getDeclaration(); in emitJniCode() local
1141 String decl = type.getDeclaration(); in emitJniCode() local
1195 String decl = type.getDeclaration(); in emitJniCode() local
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp143 xml::NamespaceDecl decl; in CreateAndroidNamespaceDecl() local
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp1023 xml::NamespaceDecl decl; in DeserializeXmlFromPb() local
DProtoSerialize_test.cpp259 xml::NamespaceDecl decl; in TEST() local
/frameworks/base/tools/aapt2/
DDebug.cpp462 for (const xml::NamespaceDecl& decl : el->namespace_decls) { in Visit() local
DResourceParser.cpp909 for (const auto& decl : parser->package_decls()) { in ParseMacro() local