Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/jni/
Dgen_jni_trampolines.py61 def _set_callee(decl): argument
81 def _print_jni_call(out, args, decl): argument
86 def _print_jni_result(out, res, decl): argument
91 def _gen_trampoline(out, decl): argument
/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/xml/
DXmlDom.cpp83 NamespaceDecl decl; in StartNamespaceHandler() local
293 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/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/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.cpp195 xml::NamespaceDecl decl; in CreateAndroidNamespaceDecl() local
/frameworks/proto_logging/stats/stats_log_api_gen/
Dutils.cpp650 for (const auto& decl : atomDeclSet) { in contains_restricted() local
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp1033 xml::NamespaceDecl decl; in DeserializeXmlFromPb() local
DProtoSerialize_test.cpp260 xml::NamespaceDecl decl; in TEST() local
/frameworks/base/tools/aapt2/
DDebug.cpp474 for (const xml::NamespaceDecl& decl : el->namespace_decls) { in Visit() local
DResourceParser.cpp905 for (const auto& decl : parser->package_decls()) { in ParseMacro() local