/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 441 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule() 449 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule() 457 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule() 465 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule() 485 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule() 500 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule() 515 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule()
|
D | VerifierTest.cpp | 53 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex, in TEST()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 173 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; } 177 setAttributes(AttributeSets.addAttribute(getContext(), 183 setAttributes(AttributeSets.removeAttribute( 189 setAttributes( 194 setAttributes(
|
D | CallSite.h | 201 void setAttributes(const AttributeSet &PAL) { in setAttributes() function 202 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | AttributesImplSerializer.java | 192 public final void setAttributes(Attributes atts) in setAttributes() method in AttributesImplSerializer 195 super.setAttributes(atts); in setAttributes()
|
/external/smack/src/org/jivesoftware/smack/ |
D | AccountManager.java | 231 reg.setAttributes(attributes); in createAccount() 262 reg.setAttributes(map); in changePassword() 296 reg.setAttributes(attributes); in deleteAccount()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAX1ParserAdapter.java | 176 mAttrWrapper.setAttributes(attrs); in startElement() 197 public void setAttributes(Attributes a) { in setAttributes() method in SAX1ParserAdapter.AttributesWrapper
|
/external/chromium_org/chrome/installer/mac/ |
D | pkg-dmg | 293 sub setAttributes($@); 597 setAttributes($tempRoot, @attributes); 1195 setAttributes($partitionMountPoint, @attributes); 1472 sub setAttributes($@) { subroutine
|
/external/llvm/lib/IR/ |
D | Function.cpp | 238 setAttributes(Intrinsic::getAttributes(getContext(), Intrinsic::ID(IID))); in Function() 310 setAttributes(PAL); in addAttribute() 316 setAttributes(PAL); in addAttributes() 322 setAttributes(PAL); in removeAttributes() 375 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()
|
D | Module.cpp | 106 New->setAttributes(AttributeList); in getOrInsertFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerInvoke.cpp | 64 NewCall->setAttributes(II->getAttributes()); in runOnFunction()
|
D | CloneFunction.cpp | 96 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto() 108 NewFunc->setAttributes( in CloneFunctionInto()
|
D | BuildLibCalls.cpp | 318 CI->setAttributes(Attrs); in EmitUnaryFloatFnCall() 339 CI->setAttributes(Attrs); in EmitBinaryFloatFnCall()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | AttributesImpl.java | 83 setAttributes(atts); in AttributesImpl() 353 public void setAttributes (Attributes atts) in setAttributes() method in AttributesImpl
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLConstructionSite.cpp | 61 static inline void setAttributes(Element* element, AtomicHTMLToken* token, ParserContentPolicy pars… in setAttributes() function 400 setAttributes(element.get(), token, m_parserContentPolicy); in insertHTMLHtmlStartTagBeforeHTML() 662 setAttributes(element.get(), token, m_parserContentPolicy); in insertScriptElement() 741 setAttributes(element.get(), token, m_parserContentPolicy); in createElement() 762 setAttributes(element.get(), token, m_parserContentPolicy); in createHTMLElement()
|
/external/smack/src/org/jivesoftware/smack/packet/ |
D | Registration.java | 93 public void setAttributes(Map<String, String> attributes) { in setAttributes() method in Registration
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 260 cast<InvokeInst>(New)->setAttributes(PAL); in DeleteDeadVarargs() 264 cast<CallInst>(New)->setAttributes(PAL); in DeleteDeadVarargs() 851 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction() 928 cast<InvokeInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction() 932 cast<CallInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 626 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec)); in DoPromotion() 747 cast<InvokeInst>(New)->setAttributes(AttributeSet::get(II->getContext(), in DoPromotion() 752 cast<CallInst>(New)->setAttributes(AttributeSet::get(New->getContext(), in DoPromotion()
|
D | PruneEH.cpp | 184 Call->setAttributes(II->getAttributes()); in SimplifyFunction()
|
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
D | dumpce.cpp | 441 void setAttributes(UCollator *collator, UErrorCode *error) in setAttributes() function 507 setAttributes(COLLATOR_, &error); in serialize() 536 setAttributes(COLLATOR_, &error); in serialize() 619 setAttributes(COLLATOR_, &error); in serialize() 1491 setAttributes(COLLATOR_, &error); in serializeScripts()
|
/external/llvm/lib/Target/R600/ |
D | SITypeRewriter.cpp | 140 NewF->setAttributes(F->getAttributes()); in visitCallInst()
|
/external/chromium_org/content/common/mac/ |
D | attributed_string_coder_unittest.mm | 72 [attr_str setAttributes:FontAttribute(@"Courier", 12)
|
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
D | XMLDocumentParser.cpp | 542 static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserConten… in setAttributes() function 990 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy()); in startElementNs() 996 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy()); in startElementNs()
|
/external/chromium_org/third_party/WebKit/Source/web/mac/ |
D | WebSubstringUtil.mm | 106 [string setAttributes:attrs range:NSMakeRange(position, numCharacters)];
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1440 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall() 1448 cast<CallInst>(NC)->setAttributes(NewCallerPAL); in transformConstExprCastCall() 1619 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline() 1626 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
|