/external/llvm/include/llvm/ |
D | Attributes.h | 229 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;
|
D | Intrinsics.h | 61 AttrListPtr getAttributes(ID id);
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLDocument.java | 40 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()
|
D | ISimpleElement.java | 24 AttributeSet getAttributes (); in getAttributes() method 54 getAttributes ().set (Attribute.CLASS, classID); in setClass() 60 public AttributeSet getAttributes () in getAttributes() method in ISimpleElement.Factory.SimpleElementImpl
|
D | HTMLTable.java | 36 final AttributeSet attrs = getAttributes (); in HTMLTable() 50 m_caption.getAttributes ().set (Attribute.ALIGN, align); in setCaption() 92 getAttributes ().set (Attribute.COLSPAN, span); in setColspan()
|
D | HyperRef.java | 29 getAttributes ().set (Attribute.HREF, href); in HyperRef()
|
/external/llvm/lib/VMCore/ |
D | Instruction.cpp | 203 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()
|
D | Function.cpp | 181 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()
|
D | Attributes.cpp | 246 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/ |
D | SkSVGElements.h | 31 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/ |
D | CertificationRequestInfoTest.java | 64 assertEquals(attributes, certReqInfo.getAttributes()); in testCertificationRequestInfo() 80 .getAttributes().get(0); in testCertificationRequestInfo() 82 .getAttributes().get(0); in testCertificationRequestInfo()
|
D | CertificationRequestTest.java | 81 assertEquals(certReqInfo.getAttributes(), decodedCRinfo.getAttributes()); in testCertificationRequest()
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFilePrinter.java | 72 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()
|
D | ClassFile.java | 418 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/ |
D | JSVariableObject.cpp | 49 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/ |
D | X509AttributeCertificate.java | 69 public X509Attribute[] getAttributes(); in getAttributes() method 77 public X509Attribute[] getAttributes(String oid); in getAttributes() method
|
D | X509V2AttributeCertificate.java | 275 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/ |
D | ManifestTest.java | 216 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()
|
D | JarEntryTest.java | 111 .getAttributes()); in test_getAttributes() 115 .getAttributes()); in test_getAttributes()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 95 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/ |
D | ParseDecl.cpp | 337 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/ |
D | MergeFunctions.cpp | 316 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/ |
D | AbstractClassDefVisitor.java | 28 visit (cls.getAttributes (), ctx); in visit()
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | DelegatedData.java | 112 public Iterable<Map.Entry<String, String>> getAttributes() { in getAttributes() method in DelegatedData 113 return getDelegate().getAttributes(); in getAttributes()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 39 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()
|