Home
last modified time | relevance | path

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

12345

/external/llvm/include/llvm/
DAttributes.h229 return getAttributes(Idx); in getParamAttributes()
235 return getAttributes(0); in getRetAttributes()
240 return getAttributes(~0U); in getFnAttributes()
246 return (getAttributes(Idx) & Attr) != 0; in paramHasAttr()
252 return Attribute::getAlignmentFromAttrs(getAttributes(Idx)); in getParamAlignment()
301 Attributes getAttributes(unsigned Idx) const;
DIntrinsics.h61 AttrListPtr getAttributes(ID id);
/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/llvm/lib/VMCore/
DInstruction.cpp203 CI->getAttributes() == cast<CallInst>(I)->getAttributes(); in isIdenticalToWhenDefined()
206 CI->getAttributes() == cast<InvokeInst>(I)->getAttributes(); in isIdenticalToWhenDefined()
242 CI->getAttributes() == cast<CallInst>(I)->getAttributes(); in isSameOperationAs()
245 CI->getAttributes() == in isSameOperationAs()
246 cast<InvokeInst>(I)->getAttributes(); in isSameOperationAs()
DFunction.cpp181 setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID))); in Function()
244 AttrListPtr PAL = getAttributes(); in addAttribute()
250 AttrListPtr PAL = getAttributes(); in removeAttribute()
305 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()
DAttributes.cpp246 Attributes AttrListPtr::getAttributes(unsigned Idx) const { in getAttributes() function in AttrListPtr
270 Attributes OldAttrs = getAttributes(Idx); in addAttr()
318 Attributes OldAttrs = getAttributes(Idx); in removeAttr()
/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; } \
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
DCertificationRequestInfoTest.java64 assertEquals(attributes, certReqInfo.getAttributes()); in testCertificationRequestInfo()
80 .getAttributes().get(0); in testCertificationRequestInfo()
82 .getAttributes().get(0); in testCertificationRequestInfo()
DCertificationRequestTest.java81 assertEquals(certReqInfo.getAttributes(), decodedCRinfo.getAttributes()); in testCertificationRequest()
/external/javassist/src/main/javassist/bytecode/
DClassFilePrinter.java72 printAttributes(finfo.getAttributes(), out, 'f'); in print()
84 printAttributes(minfo.getAttributes(), out, 'm'); in print()
89 printAttributes(cf.getAttributes(), out, 'c'); in print()
108 printAttributes(ca.getAttributes(), out, kind); in printAttributes()
DClassFile.java418 AttributeInfo.renameClass(minfo.getAttributes(), oldname, newname); in renameClass()
427 AttributeInfo.renameClass(finfo.getAttributes(), oldname, newname); in renameClass()
455 AttributeInfo.renameClass(minfo.getAttributes(), classnames); in renameClass()
464 AttributeInfo.renameClass(finfo.getAttributes(), classnames); in renameClass()
482 AttributeInfo.getRefClasses(minfo.getAttributes(), classnames); in getRefClasses()
491 AttributeInfo.getRefClasses(finfo.getAttributes(), classnames); in getRefClasses()
707 public List getAttributes() { in getAttributes() method in ClassFile
/external/webkit/Source/JavaScriptCore/runtime/
DJSVariableObject.cpp49 if (!(it->second.getAttributes() & DontEnum) || (mode == IncludeDontEnumProperties)) in getOwnPropertyNames()
65 … descriptor.setDescriptor(registerAt(entry.getIndex()).get(), entry.getAttributes() | DontDelete); in symbolTableGet()
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DX509AttributeCertificate.java69 public X509Attribute[] getAttributes(); in getAttributes() method
77 public X509Attribute[] getAttributes(String oid); in getAttributes() method
DX509V2AttributeCertificate.java275 public X509Attribute[] getAttributes() in getAttributes() method in X509V2AttributeCertificate
277 ASN1Sequence seq = cert.getAcinfo().getAttributes(); in getAttributes()
288 public X509Attribute[] getAttributes(String oid) in getAttributes() method in X509V2AttributeCertificate
290 ASN1Sequence seq = cert.getAcinfo().getAttributes(); in getAttributes()
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DManifestTest.java216 assertNull("Should not exist", m.getAttributes("Doesn't Exist")); in testGetAttributes()
217 assertEquals("Should exist", "OK", m.getAttributes(ATT_ENTRY_NAME).get( in testGetAttributes()
414 m.getAttributes(ATT_ENTRY_NAME).put( in testDecoding()
427 assertEquals(spec, m.getAttributes(ATT_ENTRY_NAME).get( in testDecoding()
DJarEntryTest.java111 .getAttributes()); in test_getAttributes()
115 .getAttributes()); in test_getAttributes()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp95 Anew->addAttr( OldFunc->getAttributes() in CloneFunctionInto()
97 NewFunc->setAttributes(NewFunc->getAttributes() in CloneFunctionInto()
98 .addAttr(0, OldFunc->getAttributes() in CloneFunctionInto()
100 NewFunc->setAttributes(NewFunc->getAttributes() in CloneFunctionInto()
101 .addAttr(~0, OldFunc->getAttributes() in CloneFunctionInto()
/external/clang/lib/Parse/
DParseDecl.cpp337 DS.getAttributes().addNewInteger( in ParseOpenCLQualifiers()
343 DS.getAttributes().addNewInteger( in ParseOpenCLQualifiers()
349 DS.getAttributes().addNewInteger( in ParseOpenCLQualifiers()
355 DS.getAttributes().addNewInteger( in ParseOpenCLQualifiers()
361 DS.getAttributes().addNewInteger( in ParseOpenCLQualifiers()
367 DS.getAttributes().addNewInteger( in ParseOpenCLQualifiers()
373 DS.getAttributes().addNewInteger( in ParseOpenCLQualifiers()
1630 ParseGNUAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
1635 ParseMicrosoftDeclSpec(DS.getAttributes()); in ParseDeclarationSpecifiers()
1649 ParseMicrosoftTypeAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
[all …]
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp316 CI->getAttributes() == cast<CallInst>(I2)->getAttributes(); in isEquivalentOperation()
319 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes(); in isEquivalentOperation()
461 if (F1->getAttributes() != F2->getAttributes()) in compare()
/external/emma/core/java12/com/vladium/jcd/cls/
DAbstractClassDefVisitor.java28 visit (cls.getAttributes (), ctx); in visit()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDelegatedData.java112 public Iterable<Map.Entry<String, String>> getAttributes() { in getAttributes() method in DelegatedData
113 return getDelegate().getAttributes(); in getAttributes()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp39 EnumerateAttributes(cast<Function>(I)->getAttributes()); in ValueEnumerator()
87 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
89 EnumerateAttributes(II->getAttributes()); in ValueEnumerator()
427 EnumerateAttributes(F.getAttributes()); in incorporateFunction()

12345