Home
last modified time | relevance | path

Searched refs:setCounter (Results 1 – 3 of 3) sorted by relevance

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DLimitTest.java105 limit.setCounter(CounterEntity.INSTRUCTION.name()); in testInstruction()
116 limit.setCounter(CounterEntity.BRANCH.name()); in testBranch()
126 limit.setCounter(CounterEntity.LINE.name()); in testLine()
136 limit.setCounter(CounterEntity.COMPLEXITY.name()); in testComlexity()
146 limit.setCounter(CounterEntity.CLASS.name()); in testClass()
156 limit.setCounter(CounterEntity.METHOD.name()); in testMethod()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java87 public void setCounter(final String entity) { in setCounter() method in Limit
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp54 void setCounter(Counter C) { Count = C; } in setCounter() function in __anon1aa876fb0111::SourceMappingRegion
827 Parent.setCounter(Count); in VisitSwitchCase()