/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | AttributesTest.cpp | 57 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/ |
D | BlankSpanTest.java | 49 BlankSpan.INSTANCE.addAttributes(attributes); in doNotCrash() 50 BlankSpan.INSTANCE.addAttributes(multipleAttributes); in doNotCrash()
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | Span.java | 116 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/ |
D | NoRecordEventsSpanImplTest.java | 77 noRecordEventsSpan.addAttributes(attributes); in doNotCrash() 78 noRecordEventsSpan.addAttributes(multipleAttributes); in doNotCrash()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 524 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/ |
D | AES.java | 882 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/ |
D | ConfigurableProvider.java | 54 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/ |
D | ConfigurableProvider.java | 56 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/ |
D | AES.java | 940 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/ |
D | DH.java | 36 provider.addAttributes("KeyAgreement.DH", generalDhAttributes); in configure()
|
D | EC.java | 44 provider.addAttributes("KeyAgreement.ECDH", generalEcAttributes); in configure()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ |
D | DH.java | 43 provider.addAttributes("KeyAgreement.DH", generalDhAttributes); in configure()
|
D | EC.java | 51 provider.addAttributes("KeyAgreement.ECDH", generalEcAttributes); in configure()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 50 void addAttributes(const DIE &Die);
|
D | DIEHash.cpp | 331 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/ |
D | ExtendedContentHandler.java | 72 public void addAttributes(org.xml.sax.Attributes atts) in addAttributes() method
|
D | ToUnknownStream.java | 505 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/ |
D | ClonerToResultTree.java | 167 SerializerUtils.addAttributes(rth, node); in cloneToResultTree()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 242 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/ |
D | DefineGrammarItemsWalker.g | 135 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/ |
D | DIEHash.h | 99 void addAttributes(const DIE &Die);
|
D | DIEHash.cpp | 423 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/ |
D | AttributeScope.java | 122 public void addAttributes(String definitions, int separator) { in addAttributes() method in AttributeScope
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 29 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMAddFunctionAttr2()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 854 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()
|