Searched refs:setAttributes (Results 1 - 25 of 57) 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/VMCore/
H A DPassManagerTest.cpp430 func_test1->setAttributes(func_test1_PAL);
438 func_test2->setAttributes(func_test2_PAL);
446 func_test3->setAttributes(func_test3_PAL);
454 func_test4->setAttributes(func_test4_PAL);
474 int32_3->setAttributes(int32_3_PAL);
489 int32_6->setAttributes(int32_6_PAL);
504 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/llvm/include/llvm/Support/
H A DCallSite.h178 /// getAttributes/setAttributes - get or set the parameter attributes of
183 void setAttributes(const AttrListPtr &PAL) { function in class:llvm::CallSiteBase
184 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp152 F->setAttributes(NPAL);
181 Call->setAttributes(II->getAttributes());
H A DDeadArgumentElimination.cpp249 cast<InvokeInst>(New)->setAttributes(PAL);
253 cast<CallInst>(New)->setAttributes(PAL);
768 NF->setAttributes(NewPAL);
825 cast<InvokeInst>(New)->setAttributes(NewCallPAL);
829 cast<CallInst>(New)->setAttributes(NewCallPAL);
H A DArgumentPromotion.cpp616 NF->setAttributes(AttrListPtr::get(AttributesVec));
733 cast<InvokeInst>(New)->setAttributes(AttrListPtr::get(AttributesVec));
737 cast<CallInst>(New)->setAttributes(AttrListPtr::get(AttributesVec));
/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/VMCore/
H A DFunction.cpp183 setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID)));
248 setAttributes(PAL);
254 setAttributes(PAL);
307 setAttributes(SrcF->getAttributes());
H A DModule.cpp148 New->setAttributes(AttributeList);
180 New->setAttributes(AttributeList);
H A DAutoUpgrade.cpp151 F->setAttributes(Intrinsic::getAttributes((Intrinsic::ID)id));
/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/llvm/include/llvm/
H A DFunction.h167 /// setAttributes - Set the attribute list for this Function.
169 void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; } function in class:llvm::Function
/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);
1492 setAttributes(COLLATOR_, &error);
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp100 NewFunc->setAttributes(NewFunc->getAttributes()
103 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.cpp96 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());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1187 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL);
1195 cast<CallInst>(NC)->setAttributes(NewCallerPAL);
1359 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL);
1366 cast<CallInst>(NewCaller)->setAttributes(NewPAL);

Completed in 586 milliseconds

123