Searched refs:setAttributes (Results 1 - 25 of 60) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
192 public final void setAttributes(Attributes atts) method in class:AttributesImplSerializer
195 super.setAttributes(atts);
/external/webkit/Source/JavaScriptCore/runtime/
H A DSymbolTable.h82 void setAttributes(unsigned attributes) function in struct:JSC::SymbolTableEntry
H A DJSActivation.cpp130 entry.setAttributes(attributes);
H A DJSVariableObject.h135 entry.setAttributes(attributes);
/external/webkit/Source/WebCore/editing/
H A DReplaceNodeWithSpanCommand.cpp66 newNode->attributes()->setAttributes(*nodeToReplace->attributes());
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp434 func_test1->setAttributes(func_test1_PAL);
442 func_test2->setAttributes(func_test2_PAL);
450 func_test3->setAttributes(func_test3_PAL);
458 func_test4->setAttributes(func_test4_PAL);
478 int32_3->setAttributes(int32_3_PAL);
493 int32_6->setAttributes(int32_6_PAL);
508 int32_9->setAttributes(int32_9_PAL);
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java176 mAttrWrapper.setAttributes(attrs);
197 public void setAttributes(Attributes a) { method in class:SAX1ParserAdapter.AttributesWrapper
/external/smack/src/org/jivesoftware/smack/packet/
H A DRegistration.java93 public void setAttributes(Map<String, String> attributes) { method in class:Registration
/external/llvm/include/llvm/IR/
H A DFunction.h173 /// setAttributes - Set the attribute list for this Function.
175 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; } function in class:llvm::Function
180 setAttributes(AttributeSets.addAttribute(getContext(),
187 setAttributes(
/external/smack/src/org/jivesoftware/smack/
H A DAccountManager.java231 reg.setAttributes(attributes);
262 reg.setAttributes(map);
296 reg.setAttributes(attributes);
/external/llvm/include/llvm/Support/
H A DCallSite.h178 /// getAttributes/setAttributes - get or set the parameter attributes of
183 void setAttributes(const AttributeSet &PAL) { function in class:llvm::CallSiteBase
184 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp156 F->setAttributes(NPAL);
185 Call->setAttributes(II->getAttributes());
H A DDeadArgumentElimination.cpp290 cast<InvokeInst>(New)->setAttributes(PAL);
294 cast<CallInst>(New)->setAttributes(PAL);
824 NF->setAttributes(NewPAL);
894 cast<InvokeInst>(New)->setAttributes(NewCallPAL);
898 cast<CallInst>(New)->setAttributes(NewCallPAL);
H A DArgumentPromotion.cpp615 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
736 cast<InvokeInst>(New)->setAttributes(AttributeSet::get(II->getContext(),
741 cast<CallInst>(New)->setAttributes(AttributeSet::get(New->getContext(),
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java84 setAttributes(atts);
356 public void setAttributes (Attributes atts)
353 public void setAttributes (Attributes atts) method in class:AttributesImpl
/external/llvm/lib/IR/
H A DFunction.cpp199 setAttributes(Intrinsic::getAttributes(getContext(), Intrinsic::ID(IID)));
268 setAttributes(PAL);
274 setAttributes(PAL);
280 setAttributes(PAL);
333 setAttributes(SrcF->getAttributes());
H A DModule.cpp147 New->setAttributes(AttributeList);
179 New->setAttributes(AttributeList);
/external/webkit/Source/WebCore/dom/
H A DNamedNodeMap.h66 void setAttributes(const NamedNodeMap&);
H A DNamedNodeMap.cpp214 void NamedNodeMap::setAttributes(const NamedNodeMap& other) function in class:WebCore::NamedNodeMap
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp441 void setAttributes(UCollator *collator, UErrorCode *error) function
507 setAttributes(COLLATOR_, &error);
536 setAttributes(COLLATOR_, &error);
619 setAttributes(COLLATOR_, &error);
1491 setAttributes(COLLATOR_, &error);
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp102 NewFunc->setAttributes(NewFunc->getAttributes()
106 NewFunc->setAttributes(NewFunc->getAttributes()
H A DLowerInvoke.cpp181 NewCall->setAttributes(II->getAttributes());
247 NewCall->setAttributes(II->getAttributes());
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp104 NewCall->setAttributes(II->getAttributes());
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm744 if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToReplace];
761 if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToReplace];
778 if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToReplace];
836 [_attrStr setAttributes:attrs range:rangeToReplace];
859 if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToReplace];
875 if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToReplace];
1199 if (!_flags.isIndexing && !_flags.isTesting) [_attrStr setAttributes:attrsToInsert range:NSMakeRange(paragraphRange.location, insertLength)];
1435 if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToReplace];
1709 [string setAttributes:attrs.get() range:NSMakeRange(stringLength, currentTextLength)];
/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp181 II->setAttributes(CI->getAttributes());

Completed in 575 milliseconds

123