Searched refs:getAttributes (Results 1 - 25 of 160) sorted by relevance

1234567

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSAttributeTableGenerator.java17 AttributeTable getAttributes(Map parameters) method in interface:CMSAttributeTableGenerator
H A DSimpleAttributeTableGenerator.java21 public AttributeTable getAttributes(Map parameters) method in class:SimpleAttributeTableGenerator
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSVariableObject.cpp49 if (!(it->second.getAttributes() & DontEnum) || (mode == IncludeDontEnumProperties))
65 descriptor.setDescriptor(registerAt(entry.getIndex()).get(), entry.getAttributes() | DontDelete);
H A DSymbolTable.h72 unsigned getAttributes() const function in struct:JSC::SymbolTableEntry
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHyperRef.java29 getAttributes ().set (Attribute.HREF, href);
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
H A DHTMLDocument.java40 meta.getAttributes ()
50 //getAttributes ().set (Attribute.TITLE, title);
121 style.getAttributes ().set (Attribute.TYPE, "text/css");
144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape
176 hr.getAttributes ().set (Attribute.SIZE, size);
H A DHTMLTable.java36 final AttributeSet attrs = getAttributes ();
50 m_caption.getAttributes ().set (Attribute.ALIGN, align);
92 getAttributes ().set (Attribute.COLSPAN, span);
/external/skia/src/svg/
H A DSkSVGElements.h23 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
H A DCertificationRequestInfoTest.java64 assertEquals(attributes, certReqInfo.getAttributes());
80 .getAttributes().get(0);
82 .getAttributes().get(0);
H A DCertificationRequestTest.java81 assertEquals(certReqInfo.getAttributes(), decodedCRinfo.getAttributes());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DPlatformStatus.java29 NamedNodeMap attributes = anElement.getAttributes();
H A DErrorTracker.java80 String zipTypeName = (String) zipType.getAttributes().getNamedItem("name").getNodeValue();
97 String logFileName = (String) logFile.getAttributes().getNamedItem("name").getNodeValue();
99 String effectedFileID = (String) anEffectedFile.getAttributes().getNamedItem("id").getNodeValue();
118 String testLogName = (String) testLog.getAttributes().getNamedItem("name").getNodeValue();
119 Node typeNode=testLog.getAttributes().getNamedItem("type");
/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/emma/core/java12/com/vladium/jcd/cls/
H A DAbstractClassDefVisitor.java28 visit (cls.getAttributes (), ctx);
/external/javassist/src/main/javassist/bytecode/
H A DClassFilePrinter.java72 printAttributes(finfo.getAttributes(), out, 'f');
84 printAttributes(minfo.getAttributes(), out, 'm');
89 printAttributes(cf.getAttributes(), out, 'c');
108 printAttributes(ca.getAttributes(), out, kind);
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h47 const SmallVectorImpl<DWARFAttribute> &getAttributes() const { function in class:llvm::DWARFAbbreviationDeclaration
/external/llvm/include/llvm/
H A DAttributes.h332 return getAttributes(Idx);
338 return getAttributes(0);
343 return getAttributes(~0U);
349 return getAttributes(Idx) & Attr;
355 return Attribute::getAlignmentFromAttrs(getAttributes(Idx));
402 /// getAttributes - The attributes for the specified index are
404 Attributes getAttributes(unsigned Idx) const;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java210 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
212 Node attribute = xmlNode.getAttributes().item(i);
371 NamedNodeMap attributes = xmlNode.getAttributes();
498 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
500 Node attribute = xmlNode.getAttributes().item(i);
622 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
624 Node attribute = xmlNode.getAttributes().item(i);
703 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
705 Node attribute = xmlNode.getAttributes().item(i);
831 for (int i = 0; i < xmlNode.getAttributes()
[all...]
/external/llvm/lib/VMCore/
H A DInstruction.cpp209 CI->getAttributes() == cast<CallInst>(I)->getAttributes();
212 CI->getAttributes() == cast<InvokeInst>(I)->getAttributes();
282 CI->getAttributes() == cast<CallInst>(I)->getAttributes();
285 CI->getAttributes() ==
286 cast<InvokeInst>(I)->getAttributes();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DPrefixResolverDefault.java99 NamedNodeMap nnm = parent.getAttributes();
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DJAXPPrefixResolver.java101 NamedNodeMap nnm = parent.getAttributes();
/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/llvm/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp86 /// This defines the "getAttributes(ID id)" method.
107 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID);

Completed in 321 milliseconds

1234567