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

123456789

/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/jetty/src/java/org/eclipse/jetty/server/handler/jmx/
H A DContextHandlerMBean.java38 Attributes attrs = ((ContextHandler)_managed).getAttributes();
51 Attributes attrs = ((ContextHandler)_managed).getAttributes();
57 Attributes attrs = ((ContextHandler)_managed).getAttributes();
63 Attributes attrs = ((ContextHandler)_managed).getAttributes();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowWindow.java12 public WindowManager.LayoutParams getAttributes() { method in class:ShadowWindow
/external/skia/include/svg/parser/
H A DSkSVGBase.h22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
/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/parser/
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.java63 assertEquals(attributes, certReqInfo.getAttributes());
79 .getAttributes().get(0);
81 .getAttributes().get(0);
H A DCertificationRequestTest.java79 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.java70 public X509Attribute[] getAttributes(); method in interface:X509AttributeCertificate
78 public X509Attribute[] getAttributes(String oid); method in interface:X509AttributeCertificate
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java66 public Attribute[] getAttributes() method in class:Attributes
/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/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DAttrResourceLoader.java31 String viewName = node.getParentNode().getParentNode().getAttributes().getNamedItem("name").getNodeValue();
32 String enumName = node.getParentNode().getAttributes().getNamedItem("name").getNodeValue();
33 String name = node.getAttributes().getNamedItem("name").getNodeValue();
34 String value = node.getAttributes().getNamedItem("value").getNodeValue();
/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/IR/
H A DFunction.cpp76 if (getParent()->getAttributes().
89 return getParent()->getAttributes().
97 return getParent()->getAttributes().
103 AttributeSet Attrs = getParent()->getAttributes();
124 return getParent()->getAttributes().
132 return getParent()->getAttributes().
140 return getParent()->getAttributes().
150 return getParent()->getAttributes().
157 return getParent()->getAttributes().
164 return getParent()->getAttributes()
[all...]
/external/llvm/bindings/go/llvm/
H A DIRBindings.cpp26 const AttributeSet PAL = Func->getAttributes();
37 const AttributeSet PAL = Func->getAttributes();
43 const AttributeSet PAL = Func->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();

Completed in 794 milliseconds

123456789