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

123456

/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.h31 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
46 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
/external/llvm/include/llvm/
H A DAttributes.h228 return getAttributes(Idx);
234 return getAttributes(0);
239 return getAttributes(~0U);
245 return (getAttributes(Idx) & Attr) != 0;
251 return Attribute::getAlignmentFromAttrs(getAttributes(Idx));
298 /// getAttributes - The attributes for the specified index are
300 Attributes getAttributes(unsigned Idx) const;
H A DIntrinsics.h59 /// Intrinsic::getAttributes(ID) - Return the attributes for an intrinsic.
61 AttrListPtr getAttributes(ID id);
/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/bouncycastle/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.java275 public X509Attribute[] getAttributes() method in class:X509V2AttributeCertificate
277 ASN1Sequence seq = cert.getAcinfo().getAttributes();
288 public X509Attribute[] getAttributes(String oid) method in class:X509V2AttributeCertificate
290 ASN1Sequence seq = cert.getAcinfo().getAttributes();
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAbstractClassDefVisitor.java28 visit (cls.getAttributes (), ctx);
H A DField_info.java136 public IAttributeCollection getAttributes () method in class:Field_info
/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/lib/VMCore/
H A DInstruction.cpp212 CI->getAttributes() == cast<CallInst>(I)->getAttributes();
215 CI->getAttributes() == cast<InvokeInst>(I)->getAttributes();
267 CI->getAttributes() == cast<CallInst>(I)->getAttributes();
270 CI->getAttributes() ==
271 cast<InvokeInst>(I)->getAttributes();
H A DFunction.cpp182 setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID)));
245 AttrListPtr PAL = getAttributes();
251 AttrListPtr PAL = getAttributes();
306 setAttributes(SrcF->getAttributes());
382 /// This defines the "Intrinsic::getAttributes(ID id)" method.
/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/llvm/lib/Target/Blackfin/
H A DBlackfinIntrinsicInfo.cpp79 /// This defines the "getAttributes(ID id)" method.
100 AttrListPtr AList = getAttributes((bfinIntrinsic::ID) IntrID);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp88 /// This defines the "getAttributes(ID id)" method.
109 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID);
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarEntryTest.java99 * @tests java.util.jar.JarEntry#getAttributes()
111 .getAttributes());
115 .getAttributes());
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java108 Iterable<Map.Entry<String, String>> getAttributes(); method in interface:Data

Completed in 759 milliseconds

123456