Searched defs:getAttributes (Results 1 - 25 of 92) sorted by relevance

1234

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSimpleAttributeTableGenerator.java21 public AttributeTable getAttributes(Map parameters) method in class:SimpleAttributeTableGenerator
H A DCMSAttributeTableGenerator.java17 AttributeTable getAttributes(Map parameters) method in interface:CMSAttributeTableGenerator
H A DDefaultSignedAttributeTableGenerator.java103 public AttributeTable getAttributes(Map parameters) method in class:DefaultSignedAttributeTableGenerator
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowWindow.java12 public WindowManager.LayoutParams getAttributes() { method in class:ShadowWindow
/external/smack/src/com/kenai/jbosh/
H A DAbstractBody.java60 Map<BodyQName, String> attrs = getAttributes();
71 Map<BodyQName, String> attrs = getAttributes();
83 public abstract Map<BodyQName, String> getAttributes(); method in class:AbstractBody
H A DBodyParserResults.java60 Map<BodyQName, String> getAttributes() { method in class:BodyParserResults
H A DStaticBody.java115 return new StaticBody(results.getAttributes(), rawXML);
122 public Map<BodyQName, String> getAttributes() { method in class:StaticBody
H A DComposableBody.java110 result.map = source.getAttributes();
238 return new ComposableBody(body.getAttributes(), payload);
271 public Map<BodyQName, String> getAttributes() { method in class:ComposableBody
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java66 public Attribute[] getAttributes() method in class:Attributes
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DCertificationRequestInfo.java144 public ASN1Set getAttributes() method in class:CertificationRequestInfo
H A DPrivateKeyInfo.java127 public ASN1Set getAttributes() method in class:PrivateKeyInfo
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509AttributeCertificate.java69 public X509Attribute[] getAttributes(); method in interface:X509AttributeCertificate
77 public X509Attribute[] getAttributes(String oid); method in interface:X509AttributeCertificate
H A DX509V2AttributeCertificate.java276 public X509Attribute[] getAttributes() method in class:X509V2AttributeCertificate
278 ASN1Sequence seq = cert.getAcinfo().getAttributes();
289 public X509Attribute[] getAttributes(String oid) method in class:X509V2AttributeCertificate
291 ASN1Sequence seq = cert.getAcinfo().getAttributes();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAttributeCertificateInfo.java120 public ASN1Sequence getAttributes() method in class:AttributeCertificateInfo
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DPKCS12BagAttributeCarrierImpl.java66 Hashtable getAttributes() method in class:PKCS12BagAttributeCarrierImpl
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DISimpleElement.java24 AttributeSet getAttributes (); method in interface:ISimpleElement
54 getAttributes ().set (Attribute.CLASS, classID);
60 public AttributeSet getAttributes () method in class:ISimpleElement.Factory.SimpleElementImpl
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java136 public IAttributeCollection getAttributes () method in class:Field_info
H A DMethod_info.java153 public IAttributeCollection getAttributes () method in class:Method_info
/external/smack/src/org/jivesoftware/smack/packet/
H A DRegistration.java84 public Map<String, String> getAttributes() { method in class:Registration
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java163 public List<Attribute> getAttributes() { method in class:AttributeScope
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509AttributeCertificateHolder.java147 public Attribute[] getAttributes() method in class:X509AttributeCertificateHolder
149 ASN1Sequence seq = attrCert.getAcinfo().getAttributes();
166 public Attribute[] getAttributes(ASN1ObjectIdentifier type) method in class:X509AttributeCertificateHolder
168 ASN1Sequence seq = attrCert.getAcinfo().getAttributes();
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h66 const LoopAttributes &getAttributes() const { return Attrs; } function in class:clang::CodeGen::LoopInfo
99 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
H A DUiAutomationElement.java169 protected Map<Attribute, Object> getAttributes() { method in class:UiAutomationElement
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java118 public IAttributeCollection getAttributes () method in class:CodeAttribute_info
/external/javassist/src/main/javassist/bytecode/
H A DFieldInfo.java213 public List getAttributes() { method in class:FieldInfo
225 * @see #getAttributes()
235 * @see #getAttributes()

Completed in 387 milliseconds

1234