Searched refs:getAttributes (Results 101 - 125 of 160) sorted by relevance

1234567

/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java261 cell2.getAttributes ().set (Attribute.COLSPAN, "2");
265 cell1.getAttributes ().set (Attribute.COLSPAN, "3");
886 cell.setText (attr.getName (), true);//.getAttributes ().set (Attribute.WIDTH, "20%");
1177 //a.getAttributes ().set (Attribute.ID, anchor); ID anchoring does not work in NS 4.0
1178 a.getAttributes ().set (Attribute.NAME, anchor);
1242 lineNumCell.getAttributes ().set (Attribute.TITLE, tooltipBuffer.toString ());
1243 lineTxtCell.getAttributes ().set (Attribute.TITLE, tooltipBuffer.toString ());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp986 const AttrListPtr &CallerPAL = CS.getAttributes();
1239 const AttrListPtr &Attrs = CS.getAttributes();
1253 const AttrListPtr &NestAttrs = NestF->getAttributes();
H A DInstCombineCasts.cpp1221 Callee->getAttributes(),
1227 ret->setAttributes(Callee->getAttributes());
/external/clang/lib/Parse/
H A DParser.cpp866 return ParseObjCAtProtocolDeclaration(AtLoc, DS.getAttributes());
869 ParseObjCAtInterfaceDeclaration(AtLoc, DS.getAttributes()));
960 AttributeList *DtorAttrs = D.getAttributes();
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java187 public IAttributeCollection getAttributes () method in class:ClassDef
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp169 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
519 Vals.push_back(VE.getAttributeID(F->getAttributes()));
1229 Vals.push_back(VE.getAttributeID(II->getAttributes()));
1356 Vals.push_back(VE.getAttributeID(CI.getAttributes()));
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp64 Fn->getAttributes().getFnAttributes()));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp70 Fn->getAttributes().getRetAttributes(), Outs, TLI);
/external/skia/src/svg/
H A DSkSVGPaintState.cpp187 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) {
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp714 Attributes CallerRetAttr = F->getAttributes().getRetAttributes();
772 Attributes CalleeRetAttr = CS.getAttributes().getRetAttributes();
/external/llvm/lib/VMCore/
H A DInstructions.cpp325 setAttributes(CI.getAttributes());
334 AttrListPtr PAL = getAttributes();
340 AttrListPtr PAL = getAttributes();
549 setAttributes(II.getAttributes());
574 AttrListPtr PAL = getAttributes();
580 AttrListPtr PAL = getAttributes();
H A DAsmWriter.cpp1550 const AttrListPtr &Attrs = F->getAttributes();
1854 const AttrListPtr &PAL = CI->getAttributes();
1887 const AttrListPtr &PAL = II->getAttributes();
H A DVerifier.cpp646 const AttrListPtr &Attrs = F.getAttributes();
1158 const AttrListPtr &Attrs = CS.getAttributes();
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1176 printAttributes(inv->getAttributes(), iName);
1439 printAttributes(call->getAttributes(), iName);
1730 printAttributes(F->getAttributes(), getCppName(F));
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/javassist/src/main/javassist/
H A DCtBehavior.java555 ca.getAttributes().add(va);
H A DCtField.java86 = src.fieldInfo.getAttributes().listIterator();
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp200 II->setAttributes(CI->getAttributes());
/external/clang/lib/Sema/
H A DDeclSpec.cpp778 AttributeList* attrs = getAttributes().getList();
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp742 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
1570 GetReturnInfo(I->getType(), CS.getAttributes().getRetAttributes(),
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp639 F->setAttributes(llvm::Intrinsic::getAttributes((llvm::Intrinsic::ID)IID));
1763 llvm::AttrListPtr AttrList = CI->getAttributes();

Completed in 734 milliseconds

1234567