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

12345678910

/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
/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/chromium_org/third_party/skia/include/svg/
H A DSkSVGBase.h22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
/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/
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/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.cpp13 AttributeSet Set = MF.getFunction()->getAttributes();
/external/chromium_org/third_party/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/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();
/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
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java38 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/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h47 const SmallVectorImpl<DWARFAttribute> &getAttributes() const { function in class:llvm::DWARFAbbreviationDeclaration
/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/llvm/lib/IR/
H A DFunction.cpp83 return getParent()->getAttributes().
97 return getParent()->getAttributes().
105 return getParent()->getAttributes().
113 return getParent()->getAttributes().
123 return getParent()->getAttributes().
130 return getParent()->getAttributes().
137 return getParent()->getAttributes().
139 getParent()->getAttributes().
215 setAttributes(Intrinsic::getAttributes(getContext(), Intrinsic::ID(IID)));
282 AttributeSet PAL = getAttributes();
[all...]

Completed in 944 milliseconds

12345678910