Home
last modified time | relevance | path

Searched refs:getCounter (Results 1 – 22 of 22) sorted by relevance

/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp158 addCMR(Counter::getCounter(0), "foo", 1, 1, 1, 1); in TEST_F()
159 addCMR(Counter::getCounter(1), "foo", 2, 1, 2, 2); in TEST_F()
161 addCMR(Counter::getCounter(2), "foo", 4, 1, 4, 8); in TEST_F()
162 addCMR(Counter::getCounter(3), "bar", 1, 2, 3, 4); in TEST_F()
178 addCMR(Counter::getCounter(1), "foo", 10, 1, 10, 2); in TEST_F()
180 addCMR(Counter::getCounter(2), "foo", 1, 1, 20, 1); in TEST_F()
186 ASSERT_EQ(Counter::getCounter(2), OutputCMRs[2].Count); in TEST_F()
195 addCMR(Counter::getCounter(0), "file1", 1, 1, 9, 9); in TEST_F()
196 addCMR(Counter::getCounter(1), "file1", 1, 1, 4, 7); in TEST_F()
197 addCMR(Counter::getCounter(2), "file1", 5, 8, 9, 1); in TEST_F()
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DCoverageNodeImplTest.java67 parent.getCounter(INSTRUCTION)); in testIncrement()
70 assertEquals(CounterImpl.getInstance(10, 15), parent.getCounter(BRANCH)); in testIncrement()
72 assertEquals(CounterImpl.getInstance(5, 3), parent.getCounter(LINE)); in testIncrement()
75 parent.getCounter(COMPLEXITY)); in testIncrement()
78 assertEquals(CounterImpl.getInstance(1, 21), parent.getCounter(METHOD)); in testIncrement()
80 assertEquals(CounterImpl.getInstance(1, 11), parent.getCounter(CLASS)); in testIncrement()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp50 const Counter &getCounter() const { return Count; } in getCounter() function in __anon229160920111::SourceMappingRegion
266 Region.getCounter(), *CovFileID, LineStart, ColumnStart, LineEnd, in emitSourceRegions()
367 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
402 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc); in popRegions()
434 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
493 ParentCounter = I.getCounter(); in handleFileExit()
502 SourceRegions.emplace_back(I.getCounter(), Loc, in handleFileExit()
612 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
619 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
626 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DBarColumn.java67 final int count = item.getNode().getCounter(entity).getTotalCount(); in init()
78 final ICounter counter = total.getCounter(entity); in footer()
87 final ICounter counter = item.getNode().getCounter(entity); in item()
DCounterColumn.java123 if (i.getNode().getCounter(entity).getTotalCount() > 0) {
144 final int value = getValue(node.getCounter(entity));
DPercentageColumn.java77 final ICounter counter = node.getCounter(entity); in cell()
/external/opencv3/samples/gpu/
Dtick_meter.hpp15 int64 getCounter() const;
32 int64 TickMeter::getCounter() const { return counter; } in getCounter() function in TickMeter
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DNodeComparator.java82 final ICounter c1 = n1.getCounter(entity); in compare()
83 final ICounter c2 = n2.getCounter(entity); in compare()
DICoverageNode.java132 public ICounter getCounter(CounterEntity entity); in getCounter() method
DCoverageNodeImpl.java128 public ICounter getCounter(final CounterEntity entity) { in getCounter() method in CoverageNodeImpl
/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h84 static Counter getCounter(unsigned CounterId) { in getCounter() function
464 Counter::getCounter(~0U),
465 Counter::getCounter(~0U));
471 Counter::getCounter(~0U),
472 Counter::getCounter(~0U));
DInstrProfReader.h215 const uint64_t *getCounter(IntPtrT CounterPtr) const { in getCounter() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DDHValidationParameters.java18 public int getCounter() in getCounter() method in DHValidationParameters
DDSAValidationParameters.java28 public int getCounter() in getCounter() method in DSAValidationParameters
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DClassRowWriter.java84 final ICounter counter = node.getCounter(entity); in writeRow()
/external/llvm/lib/ProfileData/
DCoverageMapping.cpp97 C = Counter::getCounter(Term.first); in simplify()
100 Counter::getCounter(Term.first))); in simplify()
109 Counter::getCounter(Term.first))); in simplify()
DCoverageMappingReader.cpp97 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()
DInstrProfReader.cpp360 auto RawCounts = makeArrayRef(getCounter(CounterPtr), NumCounters); in readRawCounts()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java152 final double d = node.getCounter(entity).getValue(value); in check()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DXMLCoverageWriter.java124 final ICounter counter = node.getCounter(counterEntity); in writeCounters()
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...