Home
last modified time | relevance | path

Searched defs:addAttributes (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/serialize/
DSerializerUtils.java93 public static void addAttributes(SerializationHandler handler, int src) in addAttributes() method in SerializerUtils
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java121 public void addAttributes(String definitions, int separator) { in addAttributes() method in AttributeScope
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
Dspeech_rule.js209 cvox.SpeechRule.Component.prototype.addAttributes = function(attrs) { method in cvox.SpeechRule.Component
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DExtendedContentHandler.java72 public void addAttributes(org.xml.sax.Attributes atts) in addAttributes() method
DToUnknownStream.java1174 public void addAttributes(Attributes atts) throws SAXException in addAttributes() method in ToUnknownStream
DSerializerBase.java481 public void addAttributes(Attributes atts) throws SAXException in addAttributes() method in SerializerBase
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp436 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash
/external/llvm/lib/IR/
DFunction.cpp313 void Function::addAttributes(unsigned i, AttributeSet attrs) { in addAttributes() function in Function
DAttributes.cpp695 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() function in AttributeSet
/external/clang/include/clang/Sema/
DDeclSpec.h709 void addAttributes(AttributeList *AL) { in addAttributes() function