Searched refs:decl (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.cpp95 InlineDeclaration decl; variable
96 decl.el = el;
97 decl.attr_name = name.entry;
99 decl.attr_namespace_uri =
103 inline_declarations_.push_back(std::move(decl));
132 for (const Visitor::InlineDeclaration& decl :
136 new_doc->file.source = doc->file.source.WithLine(decl.el->line_number);
151 for (auto& child : decl.el->children) {
172 xml::Node* node = decl.el;
188 xml::Attribute{decl
[all...]
/frameworks/av/media/common_time/
H A Dcc_helper.cpp95 #define CCHELPER_METHOD(decl, call) \
96 status_t CCHelper::decl { \
/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java1057 String decl = type.getDeclaration();
1059 decl + " " + cname + "_native = (" +
1060 decl + ") fromEGLHandle(_env, " +
1094 String decl = type.getDeclaration();
1097 decl +
1098 (decl.endsWith("*") ? "" : " ") +
1100 "_base = (" + decl + ") 0;");
1107 decl +
1108 (decl.endsWith("*") ? "" : " ") +
1110 " = (" + decl
[all...]
/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp55 StringPool* string_pool, xml::IPackageDeclStack* decl)
59 package_decls_(decl),
54 ReferenceLinkerVisitor(const CallSite& callsite, IAaptContext* context, SymbolTable* symbols, StringPool* string_pool, xml::IPackageDeclStack* decl) argument
/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp243 llvm::Instruction *decl = DebugInfo.insertDeclare( local
246 indexVar->moveBefore(decl);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jar ... .SAXException char[] buff int offset int length public void decl (char[], int, int) throws org.xml.sax. ...

Completed in 111 milliseconds