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

1234567891011

/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.cpp16 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.java63 assertEquals(attributes, certReqInfo.getAttributes());
79 .getAttributes().get(0);
81 .getAttributes().get(0);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTranslatorHLSL.cpp27 mActiveAttributes = outputHLSL.getAttributes();
H A DTranslatorHLSL.h21 const std::vector<gl::Attribute> &getAttributes() { return mActiveAttributes; } function in class:TranslatorHLSL
/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/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();

Completed in 806 milliseconds

1234567891011