Searched refs:addAttributes (Results 1 - 25 of 34) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DClonerToResultTree.java76 // m_rth.addAttributes(node);
167 SerializerUtils.addAttributes(rth, node);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedContentHandler.java38 * addAttributes(atts)
72 public void addAttributes(org.xml.sax.Attributes atts) method in interface:ExtendedContentHandler
H A DToUnknownStream.java497 /* we don't want to call our own addAttributes, which
500 * addAttributes() In this case m_attributes is only used for the
505 super.addAttributes(atts);
1172 * @see ExtendedContentHandler#addAttributes(org.xml.sax.Attributes)
1174 public void addAttributes(Attributes atts) throws SAXException method in class:ToUnknownStream
1176 m_handler.addAttributes(atts);
H A DToXMLSAXHandler.java673 addAttributes(atts);
H A DSerializerBase.java481 public void addAttributes(Attributes atts) throws SAXException method in class:SerializerBase
H A DToHTMLStream.java861 addAttributes(atts);
H A DToStream.java1954 addAttributes(atts);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h109 void addAttributes(const DIE &Die);
H A DDIEHash.cpp436 void DIEHash::addAttributes(const DIE &Die) { function in class:DIEHash
463 addAttributes(Die);
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g134 scope.addAttributes($attrs.text, ';');
235 r.parameterScope.addAttributes($args.text, ',');
240 r.returnScope.addAttributes($ret.text, ',');
297 r.ruleScope.addAttributes($attrs.text, ';');
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dspeech_rule.js170 output.addAttributes(rest);
209 cvox.SpeechRule.Component.prototype.addAttributes = function(attrs) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java121 public void addAttributes(String definitions, int separator) { method in class:AttributeScope
H A DLeftRecursiveRuleAnalyzer.java337 returnScope.addAttributes(t.getText(), ',');
/external/apache-xml/src/main/java/org/apache/xalan/serialize/
H A DSerializerUtils.java93 public static void addAttributes(SerializationHandler handler, int src) method in class:SerializerUtils
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp155 F->addAttributes(AttributeSet::FunctionIndex, NPAL);
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp110 .addAttributes(NewFunc->getContext(), AttributeSet::ReturnIndex,
112 .addAttributes(NewFunc->getContext(), AttributeSet::FunctionIndex,
/external/llvm/include/llvm/IR/
H A DAttributes.h263 AttributeSet addAttributes(LLVMContext &C, unsigned Index,
H A DFunction.h226 void addAttributes(unsigned i, AttributeSet attrs);
/external/llvm/lib/IR/
H A DAttributes.cpp678 return addAttributes(C, Index, AttributeSet::get(C, Index, Attr));
685 return addAttributes(C, Index, AttributeSet::get(C, Index, B));
692 return addAttributes(C, Index, AttributeSet::get(C, Index, B));
695 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, function in class:AttributeSet
H A DFunction.cpp171 getParent()->addAttributes(getArgNo() + 1,
313 void Function::addAttributes(unsigned i, AttributeSet attrs) { function in class:Function
315 PAL = PAL.addAttributes(getContext(), i, attrs);
H A DCore.cpp1586 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1601 Func->addAttributes(Idx, Set);
1893 Call.getAttributes().addAttributes(Call->getContext(), index,
1914 .addAttributes(Call->getContext(), index,
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp491 F.addAttributes(AttributeSet::FunctionIndex, A);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp100 AS = AS.addAttributes(Context, AttributeSet::FunctionIndex,
111 AS = AS.addAttributes(Context, AttributeSet::FunctionIndex,
122 AS = AS.addAttributes(Context, AttributeSet::FunctionIndex,
/external/clang/include/clang/Sema/
H A DDeclSpec.h709 void addAttributes(AttributeList *AL) { function in class:clang::DeclSpec
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp745 F->addAttributes(llvm::AttributeSet::FunctionIndex,
1469 F->addAttributes(llvm::AttributeSet::FunctionIndex,

Completed in 5803 milliseconds

12