HomeSort by relevance Sort by last modified time
    Searched defs:getAggregate (Results 1 - 7 of 7) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/
IItem.java 39 int getAggregate (int type);
Item.java 71 public int getAggregate (final int type)
84 value += ((IItem) children.next ()).getAggregate (type);
ClassItem.java 84 public int getAggregate (final int type)
198 default: return super.getAggregate (type);
MethodItem.java 56 public int getAggregate (final int type)
SrcFileItem.java 70 getAggregate (TOTAL_LINE_COUNT); // fault line coverage calculation
83 getAggregate (TOTAL_LINE_COUNT); // fault line coverage calculation
90 public int getAggregate (final int type)
112 value += ((IItem) children.next ()).getAggregate (COVERAGE_CLASS_COUNT);
256 default: return super.getAggregate (type);
  /external/clang/lib/CodeGen/
CGValue.h 91 static RValue getAggregate(llvm::Value *V, bool Volatile = false) {
341 return RValue::getAggregate(getAddress(), isVolatileQualified());
476 return RValue::getAggregate(getAddr(), isVolatile());
  /external/emma/lib/
emma.jar 

Completed in 75 milliseconds