Searched defs:getAggregate (Results 1 - 8 of 8) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
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
H A DIItem.java39 int getAggregate (int type); method in interface:IItem
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);
/external/clang/lib/CodeGen/
H A DCGValue.h91 static RValue getAggregate(llvm::Value *V, bool Volatile = false) { function in class:clang::CodeGen::RValue
356 return RValue::getAggregate(getAddress(), isVolatileQualified());
491 return RValue::getAggregate(getAddr(), isVolatile());
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1799 milliseconds