Searched refs:addAttributes (Results 1 - 25 of 57) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
H A DConfigurableProvider.java54 void addAttributes(String key, Map<String, String> attributeMap); method in interface:ConfigurableProvider
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
H A DDH.java36 provider.addAttributes("KeyAgreement.DH", generalDhAttributes);
H A DEC.java44 provider.addAttributes("KeyAgreement.ECDH", generalEcAttributes);
47 // provider.addAttributes("KeyAgreement.ECDHC", generalEcAttributes);
49 // provider.addAttributes("KeyAgreement.ECCDH", generalEcAttributes);
H A DRSA.java62 provider.addAttributes("Cipher.RSA", generalRsaAttributes);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DClonerToResultTree.java76 // m_rth.addAttributes(node);
167 SerializerUtils.addAttributes(rth, node);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedContentHandler.java38 * addAttributes(atts)
72 public void addAttributes(org.xml.sax.Attributes atts) method in interface:ExtendedContentHandler
H A DToUnknownStream.java497 /* we don't want to call our own addAttributes, which
500 * addAttributes() In this case m_attributes is only used for the
505 super.addAttributes(atts);
1172 * @see ExtendedContentHandler#addAttributes(org.xml.sax.Attributes)
1174 public void addAttributes(Attributes atts) throws SAXException method in class:ToUnknownStream
1176 m_handler.addAttributes(atts);
H A DToXMLSAXHandler.java673 addAttributes(atts);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h99 void addAttributes(const DIE &Die);
H A DDIEHash.cpp423 void DIEHash::addAttributes(const DIE &Die) { function in class:DIEHash
450 addAttributes(Die);
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g134 scope.addAttributes($attrs.text, ';');
235 r.parameterScope.addAttributes($args.text, ',');
240 r.returnScope.addAttributes($ret.text, ',');
297 r.ruleScope.addAttributes($attrs.text, ';');
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DAES.java875 provider.addAttributes("Cipher.AES", generalAesAttributes);
895 provider.addAttributes("Cipher.AESWRAP", generalAesAttributes);
903 // provider.addAttributes("Cipher.AESWRAPPAD", generalAesAttributes);
918 // provider.addAttributes("Cipher.CCM", generalAesAttributes);
931 provider.addAttributes("Cipher.AES/GCM/NOPADDING", generalAesAttributes);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java121 public void addAttributes(String definitions, int separator) { method in class:AttributeScope
H A DLeftRecursiveRuleAnalyzer.java337 returnScope.addAttributes(t.getText(), ',');
/external/apache-xml/src/main/java/org/apache/xalan/serialize/
H A DSerializerUtils.java93 public static void addAttributes(SerializationHandler handler, int src) method in class:SerializerUtils
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DBouncyCastleProvider.java309 public void addAttributes(String key, Map<String, String> attributeMap) method in class:BouncyCastleProvider
/external/llvm/bindings/go/llvm/
H A DIRBindings.cpp29 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex,
/external/llvm/lib/IR/
H A DAttributes.cpp854 return addAttributes(C, Index, AttributeSet::get(C, Index, Kind));
861 return addAttributes(C, Index, AttributeSet::get(C, Index, B));
894 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, function in class:AttributeSet
1038 return addAttributes(C, Index, AttributeSet::get(C, Index, B));
1046 return addAttributes(C, Index, AttributeSet::get(C, Index, B));
1055 return addAttributes(C, Index, AttributeSet::get(C, Index, B));
H A DFunction.cpp196 getParent()->addAttributes(getArgNo() + 1,
381 void Function::addAttributes(unsigned i, AttributeSet Attrs) { function in class:Function
383 PAL = PAL.addAttributes(getContext(), i, Attrs);
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp117 .addAttributes(NewFunc->getContext(), AttributeSet::ReturnIndex,
119 .addAttributes(NewFunc->getContext(), AttributeSet::FunctionIndex,
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java124 resstr.addAttributes(jdkAttributes, residx, resend);
H A DSimpleDateFormatICU.java121 resstr.addAttributes(jdkAttributes, residx, resend);
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h391 NewAttrs = Attrs.addAttributes(Ctx, AttributeSet::FunctionIndex, NewAttrs);
/external/llvm/include/llvm/IR/
H A DAttributes.h267 AttributeSet addAttributes(LLVMContext &C, unsigned Index,
H A DFunction.h237 void addAttributes(unsigned i, AttributeSet Attrs);

Completed in 2383 milliseconds

123