Home
last modified time | relevance | path

Searched refs:addAttributes (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DAttributesTest.cpp57 AL = AL.addAttributes(C, AttributeList::FunctionIndex, AttributeSet::get(C, B)); in TEST()
61 AL = AL.addAttributes(C, AttributeList::ReturnIndex, B); in TEST()
95 AL = AL.addAttributes(C, 0, B_stackalign_optnone); in TEST()
120 AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone); in TEST()
149 AL = AL.addAttributes(C, AttributeList::FirstArgIndex, B); in TEST()
/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DBlankSpanTest.java49 BlankSpan.INSTANCE.addAttributes(attributes); in doNotCrash()
50 BlankSpan.INSTANCE.addAttributes(multipleAttributes); in doNotCrash()
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DSpan.java116 addAttributes(attributes); in putAttributes()
129 public void addAttributes(Map<String, AttributeValue> attributes) { in addAttributes() method in Span
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/
DNoRecordEventsSpanImplTest.java77 noRecordEventsSpan.addAttributes(attributes); in doNotCrash()
78 noRecordEventsSpan.addAttributes(multipleAttributes); in doNotCrash()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp524 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute()
531 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute()
534 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes() function in AttributeSet
1036 return addAttributes(C, Index, B); in addAttribute()
1044 return addAttributes(C, Index, B); in addAttribute()
1051 return addAttributes(C, Index, B); in addAttribute()
1054 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() function in AttributeList
1162 return addAttributes(C, Index, B); in addDereferenceableAttr()
1170 return addAttributes(C, Index, B); in addDereferenceableOrNullAttr()
1179 return addAttributes(C, Index, B); in addAllocSizeAttr()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DAES.java882 provider.addAttributes("Cipher.AES", generalAesAttributes); in configure()
904 provider.addAttributes("Cipher.AESWRAP", generalAesAttributes); in configure()
942 provider.addAttributes("Cipher.AES/GCM/NOPADDING", generalAesAttributes); in configure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
DConfigurableProvider.java54 void addAttributes(String key, Map<String, String> attributeMap); in addAttributes() method
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/config/
DConfigurableProvider.java56 void addAttributes(String key, Map<String, String> attributeMap); in addAttributes() method
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
DAES.java940 provider.addAttributes("Cipher.AES", generalAesAttributes); in configure()
962 provider.addAttributes("Cipher.AESWRAP", generalAesAttributes); in configure()
1000 provider.addAttributes("Cipher.AES/GCM/NOPADDING", generalAesAttributes); in configure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DDH.java36 provider.addAttributes("KeyAgreement.DH", generalDhAttributes); in configure()
DEC.java44 provider.addAttributes("KeyAgreement.ECDH", generalEcAttributes); in configure()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/
DDH.java43 provider.addAttributes("KeyAgreement.DH", generalDhAttributes); in configure()
DEC.java51 provider.addAttributes("KeyAgreement.ECDH", generalEcAttributes); in configure()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h50 void addAttributes(const DIE &Die);
DDIEHash.cpp331 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash
358 addAttributes(Die); in computeHash()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DExtendedContentHandler.java72 public void addAttributes(org.xml.sax.Attributes atts) in addAttributes() method
DToUnknownStream.java505 super.addAttributes(atts); in startElement()
1174 public void addAttributes(Attributes atts) throws SAXException in addAttributes() method in ToUnknownStream
1176 m_handler.addAttributes(atts); in addAttributes()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java167 SerializerUtils.addAttributes(rth, node); in cloneToResultTree()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h242 AttributeSet addAttributes(LLVMContext &C, AttributeSet AS) const;
392 AttributeList addAttributes(LLVMContext &C, unsigned Index,
419 return addAttributes(C, ArgNo + FirstArgIndex, B);
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g135 scope.addAttributes($attrs.text, ';');
236 r.parameterScope.addAttributes($args.text, ',');
241 r.returnScope.addAttributes($ret.text, ',');
298 r.ruleScope.addAttributes($attrs.text, ';');
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h99 void addAttributes(const DIE &Die);
DDIEHash.cpp423 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash
450 addAttributes(Die); in computeHash()
/external/antlr/tool/src/main/java/org/antlr/tool/
DAttributeScope.java122 public void addAttributes(String definitions, int separator) { in addAttributes() method in AttributeScope
/external/llvm/bindings/go/llvm/
DIRBindings.cpp29 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMAddFunctionAttr2()
/external/llvm/lib/IR/
DAttributes.cpp854 return addAttributes(C, Index, AttributeSet::get(C, Index, Kind)); in addAttribute()
861 return addAttributes(C, Index, AttributeSet::get(C, Index, B)); in addAttribute()
894 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() function in AttributeSet
1038 return addAttributes(C, Index, AttributeSet::get(C, Index, B)); in addDereferenceableAttr()
1046 return addAttributes(C, Index, AttributeSet::get(C, Index, B)); in addDereferenceableOrNullAttr()
1055 return addAttributes(C, Index, AttributeSet::get(C, Index, B)); in addAllocSizeAttr()

123