Searched refs:getAggregate (Results 1 - 17 of 17) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
H A DIItem.java39 int getAggregate (int type); method in interface:IItem
H A DIItemAttribute.java140 final int n = item.getAggregate (m_numeratorAggregateID);
142 final int d = item.getAggregate (m_denominatorAggregateID);
166 final int n = item.getAggregate (m_numeratorAggregateID);
167 final int d = item.getAggregate (m_denominatorAggregateID);
180 final double nil = il.getAggregate (m_numeratorAggregateID);
181 final double dil = il.getAggregate (m_denominatorAggregateID);
183 final double nig = ig.getAggregate (m_numeratorAggregateID);
184 final double dig = ig.getAggregate (m_denominatorAggregateID);
H A DItem.java71 public int getAggregate (final int type) method in class:Item
84 value += ((IItem) children.next ()).getAggregate (type);
H A DSrcFileItem.java70 getAggregate (TOTAL_LINE_COUNT); // fault line coverage calculation
83 getAggregate (TOTAL_LINE_COUNT); // fault line coverage calculation
90 public int getAggregate (final int type) method in class:SrcFileItem
112 value += ((IItem) children.next ()).getAggregate (COVERAGE_CLASS_COUNT);
256 default: return super.getAggregate (type);
H A DClassItem.java84 public int getAggregate (final int type) method in class:ClassItem
198 default: return super.getAggregate (type);
H A DMethodItem.java56 public int getAggregate (final int type) method in class:MethodItem
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java158 row ("total classes:" + m_separator + item.getAggregate (IItem.TOTAL_CLASS_COUNT));
159 row ("total methods:" + m_separator + item.getAggregate (IItem.TOTAL_METHOD_COUNT));
163 row ("total executable files:" + m_separator + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT));
166 row ("total executable lines:" + m_separator + item.getAggregate (IItem.TOTAL_LINE_COUNT));
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java148 emitStatsCount ("classes", item.getAggregate (IItem.TOTAL_CLASS_COUNT));
149 emitStatsCount ("methods", item.getAggregate (IItem.TOTAL_METHOD_COUNT));
153 emitStatsCount ("srcfiles", item.getAggregate (IItem.TOTAL_SRCFILE_COUNT));
156 emitStatsCount ("srclines", item.getAggregate (IItem.TOTAL_LINE_COUNT));
/external/clang/lib/CodeGen/
H A DCGValue.h90 static RValue getAggregate(llvm::Value *V, bool Volatile = false) { function in class:clang::CodeGen::RValue
453 return RValue::getAggregate(getAddr(), isVolatile());
H A DCGCall.cpp1274 return args.add(RValue::getAggregate(local), type);
1287 return args.add(RValue::getAggregate(local), type);
1453 args.add(RValue::getAggregate(L.getAddress(), L.isVolatileQualified()),
1505 EltRV = RValue::getAggregate(LV.getAddress());
1523 FldRV = RValue::getAggregate(LV.getAddress());
1803 return RValue::getAggregate(Args[0]);
1830 return RValue::getAggregate(DestPtr);
1863 return RValue::getAggregate(DestPtr);
H A DCGCleanup.cpp79 return RValue::getAggregate(Value);
81 return RValue::getAggregate(CGF.Builder.CreateLoad(Value));
H A DCGExprAgg.cpp258 EmitFinalDestCopy(E, RValue::getAggregate(Src.getAddress(),
H A DCGExpr.cpp600 return RValue::getAggregate(DestPtr);
2559 return RValue::getAggregate(Dest);
H A DCGBuiltin.cpp1168 return RValue::getAggregate(CreateMemTemp(E->getType()));
H A DCGObjCGNU.cpp1207 msgRet = RValue::getAggregate(phi);
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java224 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), false);
229 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true);
232 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_METHOD_COUNT), true);
238 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_LINE_COUNT), true);
246 first.newCell ().setText ("total classes: " + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true);
247 first.newCell ().setText ("total methods: " + item.getAggregate (IItem.TOTAL_METHOD_COUNT), true);
254 cell1.setText ("total source files: " + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), true);
260 cell2.setText ("total executable source lines: " + item.getAggregate (IItem.TOTAL_LINE_COUNT), true);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 308 milliseconds