Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 29) sorted by relevance

12

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLDocument.java40 meta.getAttributes () in HTMLDocument()
121 style.getAttributes ().set (Attribute.TYPE, "text/css"); in addStyle()
144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape in addLINK()
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape in addLINK()
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape in addLINK()
176 hr.getAttributes ().set (Attribute.SIZE, size); in addHR()
DISimpleElement.java24 AttributeSet getAttributes (); in getAttributes() method
54 getAttributes ().set (Attribute.CLASS, classID); in setClass()
60 public AttributeSet getAttributes () in getAttributes() method in ISimpleElement.Factory.SimpleElementImpl
DHTMLTable.java36 final AttributeSet attrs = getAttributes (); in HTMLTable()
50 m_caption.getAttributes ().set (Attribute.ALIGN, align); in setCaption()
92 getAttributes ().set (Attribute.COLSPAN, span); in setColspan()
DHyperRef.java29 getAttributes ().set (Attribute.HREF, href); in HyperRef()
/external/skia/src/svg/
DSkSVGElements.h31 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
46 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
DSkSVGParser.cpp77 int count = element->getAttributes(&attributes); in findAttribute()
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DX509V2AttributeCertificate.java257 public X509Attribute[] getAttributes() in getAttributes() method in X509V2AttributeCertificate
259 ASN1Sequence seq = cert.getAcinfo().getAttributes(); in getAttributes()
270 public X509Attribute[] getAttributes(String oid) in getAttributes() method in X509V2AttributeCertificate
272 ASN1Sequence seq = cert.getAcinfo().getAttributes(); in getAttributes()
DX509AttributeCertificate.java69 public X509Attribute[] getAttributes(); in getAttributes() method
77 public X509Attribute[] getAttributes(String oid); in getAttributes() method
/external/webkit/JavaScriptCore/runtime/
DJSVariableObject.cpp49 if (!(it->second.getAttributes() & DontEnum) || (mode == IncludeDontEnumProperties)) in getOwnPropertyNames()
65 …descriptor.setDescriptor(registerAt(entry.getIndex()).jsValue(), entry.getAttributes() | DontDelet… in symbolTableGet()
DSymbolTable.h72 unsigned getAttributes() const in getAttributes() function
/external/skia/include/svg/
DSkSVGBase.h29 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
DSkSVGPaintState.h55 virtual int getAttributes(const SkSVGAttribute** attrPtr);
/external/emma/core/java12/com/vladium/jcd/parser/
DClassDefParser.java243 final IAttributeCollection attributes = field_info.getAttributes (); in fields()
297 m_table.getAttributes().add (attribute_info); in attributes()
/external/emma/core/java12/com/vladium/jcd/cls/
DAbstractClassDefVisitor.java28 visit (cls.getAttributes (), ctx); in visit()
DField_info.java136 public IAttributeCollection getAttributes () in getAttributes() method in Field_info
DMethod_info.java153 public IAttributeCollection getAttributes () in getAttributes() method in Method_info
DClassDef.java187 public IAttributeCollection getAttributes () in getAttributes() method in ClassDef
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
DCertificationRequestInfo.java109 public ASN1Set getAttributes() in getAttributes() method in CertificationRequestInfo
DPrivateKeyInfo.java107 public ASN1Set getAttributes() in getAttributes() method in PrivateKeyInfo
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DAttributeCertificateInfo.java108 public ASN1Sequence getAttributes() in getAttributes() method in AttributeCertificateInfo
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DCodeAttribute_info.java118 public IAttributeCollection getAttributes () in getAttributes() method in CodeAttribute_info
/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java59 public static IItemAttribute [] getAttributes (final int unitsID) in getAttributes() method in IItemAttribute.Factory
/external/jhead/
Dmain.c527 static jstring getAttributes(JNIEnv *env, jobject jobj, jstring jfilename) in getAttributes() function
716 {"getAttributesNative", "(Ljava/lang/String;)Ljava/lang/String;", (void*)getAttributes },
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java350 visit (cls.getAttributes (), ctx); in visit()
441 final IAttributeCollection attributes = method.getAttributes (); in visit()
530 final IAttributeCollection attributes = clinit.getAttributes (); in visit()
1225 final IAttributeCollection attributes = attribute.getAttributes (); in visit()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1178 a.getAttributes ().set (Attribute.NAME, anchor); in embedSrcFile()
1242 … lineNumCell.getAttributes ().set (Attribute.TITLE, tooltipBuffer.toString ()); in embedSrcFile()
1243 … lineTxtCell.getAttributes ().set (Attribute.TITLE, tooltipBuffer.toString ()); in embedSrcFile()

12