Searched defs:getAttributes (Results 1 - 25 of 88) 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/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.java70 public X509Attribute[] getAttributes(); method in interface:X509AttributeCertificate
78 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.java65 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/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.java149 public Attribute[] getAttributes() method in class:X509AttributeCertificateHolder
151 ASN1Sequence seq = attrCert.getAcinfo().getAttributes();
168 public Attribute[] getAttributes(ASN1ObjectIdentifier type) method in class:X509AttributeCertificateHolder
170 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/io/appium/droiddriver/uiautomation/
H A DUiAutomationElement.java171 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()
H A DMethodInfo.java284 public List getAttributes() { method in class:MethodInfo
297 * @see #getAttributes()
307 * @see #getAttributes()
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiElement.java68 return (T) getAttributes().get(attribute);
258 protected abstract Map<Attribute, Object> getAttributes(); method in class:BaseUiElement
284 for (Map.Entry<Attribute, Object> entry : getAttributes().entrySet()) {
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DViewElement.java261 protected Map<Attribute, Object> getAttributes() { method in class:ViewElement
/external/emma/core/java12/com/vladium/emma/report/
H A DIItemAttribute.java59 public static IItemAttribute [] getAttributes (final int unitsID) method in class:IItemAttribute.Factory
/external/jetty/src/java/org/eclipse/jetty/jmx/
H A DObjectMBean.java372 public AttributeList getAttributes(String[] names) method in class:ObjectMBean

Completed in 489 milliseconds

1234