HomeSort by relevance Sort by last modified time
    Searched refs:getCounter (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 219 addCMR(Counter::getCounter(0), "foo", 1, 1, 1, 1);
220 addCMR(Counter::getCounter(1), "foo", 2, 1, 2, 2);
222 addCMR(Counter::getCounter(2), "foo", 4, 1, 4, 8);
223 addCMR(Counter::getCounter(3), "bar", 1, 2, 3, 4);
251 addCMR(Counter::getCounter(0), FileNames[I], I, 1, I, 1);
279 addCMR(Counter::getCounter(0), FileNames[I], I, 1, I, 1);
297 addCMR(Counter::getCounter(0), "foo", 1, 1, 5, 5);
300 addCMR(Counter::getCounter(0), "bar", 2, 2, 6, 6);
323 addCMR(Counter::getCounter(1), "foo", 10, 1, 10, 2);
325 addCMR(Counter::getCounter(2), "foo", 1, 1, 20, 1)
    [all...]
  /dalvik/dx/tests/133-source-debug-extension/
HelloKt.class 
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ICoverageNode.java 132 public ICounter getCounter(CounterEntity entity);
NodeComparator.java 82 final ICounter c1 = n1.getCounter(entity);
83 final ICounter c2 = n2.getCounter(entity);
CoverageNodeImpl.java 128 public ICounter getCounter(final CounterEntity entity) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DHValidationParameters.java 18 public int getCounter()
DSAValidationParameters.java 28 public int getCounter()
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
BarColumn.java 67 final int count = item.getNode().getCounter(entity).getTotalCount();
78 final ICounter counter = total.getCounter(entity);
87 final ICounter counter = item.getNode().getCounter(entity);
CounterColumn.java 123 if (i.getNode().getCounter(entity).getTotalCount() > 0) {
144 final int value = getValue(node.getCounter(entity));
PercentageColumn.java 78 final ICounter counter = node.getCounter(entity);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
CoverageNodeImplTest.java 67 parent.getCounter(INSTRUCTION));
70 assertEquals(CounterImpl.getInstance(10, 15), parent.getCounter(BRANCH));
72 assertEquals(CounterImpl.getInstance(5, 3), parent.getCounter(LINE));
75 parent.getCounter(COMPLEXITY));
78 assertEquals(CounterImpl.getInstance(1, 21), parent.getCounter(METHOD));
80 assertEquals(CounterImpl.getInstance(1, 11), parent.getCounter(CLASS));
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
ClassRowWriter.java 84 final ICounter counter = node.getCounter(entity);
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 52 const Counter &getCounter() const { return Count; }
279 Region.getCounter(), *CovFileID, LineStart, ColumnStart, LineEnd,
396 return Counter::getCounter(CounterMap[S]);
431 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc);
463 Counter ExitCount = getRegion().getCounter();
534 ParentCounter = I.getCounter();
543 SourceRegions.emplace_back(I.getCounter(), Loc,
653 BreakContinueStack.back().BreakCount, getRegion().getCounter());
660 BreakContinueStack.back().ContinueCount, getRegion().getCounter());
667 Counter ParentCount = getRegion().getCounter();
    [all...]
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 66 return MyBroadcastReceiver.getCounter(getApplicationContext(), action, receiverName);
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 126 static Counter getCounter(unsigned CounterId) {
604 Counter::getCounter(~0U),
605 Counter::getCounter(~0U));
611 Counter::getCounter(~0U),
612 Counter::getCounter(~0U));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
626 Counter::getCounter(~0U),
627 Counter::getCounter(~0U));
633 Counter::getCounter(~0U),
634 Counter::getCounter(~0U));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
626 Counter::getCounter(~0U),
627 Counter::getCounter(~0U));
633 Counter::getCounter(~0U),
634 Counter::getCounter(~0U));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
626 Counter::getCounter(~0U),
627 Counter::getCounter(~0U));
633 Counter::getCounter(~0U),
634 Counter::getCounter(~0U));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
805 Counter::getCounter(~0U),
806 Counter::getCounter(~0U));
813 Counter::getCounter(~0U),
814 Counter::getCounter(~0U));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
805 Counter::getCounter(~0U),
806 Counter::getCounter(~0U));
813 Counter::getCounter(~0U),
814 Counter::getCounter(~0U));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
805 Counter::getCounter(~0U),
806 Counter::getCounter(~0U));
813 Counter::getCounter(~0U),
814 Counter::getCounter(~0U));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
805 Counter::getCounter(~0U),
806 Counter::getCounter(~0U));
813 Counter::getCounter(~0U),
814 Counter::getCounter(~0U));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
626 Counter::getCounter(~0U),
627 Counter::getCounter(~0U));
633 Counter::getCounter(~0U),
634 Counter::getCounter(~0U));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
626 Counter::getCounter(~0U),
627 Counter::getCounter(~0U));
633 Counter::getCounter(~0U),
634 Counter::getCounter(~0U));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/Coverage/
CoverageMapping.h 132 static Counter getCounter(unsigned CounterId) {
626 Counter::getCounter(~0U),
627 Counter::getCounter(~0U));
633 Counter::getCounter(~0U),
634 Counter::getCounter(~0U));

Completed in 728 milliseconds

1 2 3 4 5