/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | CounterImpl.java | 49 public Var(final int missed, final int covered) { in Var() argument 50 super(missed, covered); in Var() 54 public CounterImpl increment(final int missed, final int covered) { in increment() argument 56 this.covered += covered; in increment() 65 public Fix(final int missed, final int covered) { in Fix() argument 66 super(missed, covered); in Fix() 70 public CounterImpl increment(final int missed, final int covered) { in increment() argument 71 return getInstance(this.missed + missed, this.covered + covered); in increment() 84 public static CounterImpl getInstance(final int missed, final int covered) { in getInstance() argument 85 if (missed <= SINGLETON_LIMIT && covered <= SINGLETON_LIMIT) { in getInstance() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/ |
D | showExpansions.json | 25 // CHECK-SAME: "lines":{"count":5,"covered":5,"percent":100}, 26 // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, 27 // CHECK-SAME: "regions":{"count":13,"covered":12,"notcovered":1,"percent":92}} 46 // CHECK-SAME: "lines":{"count":5,"covered":5,"percent":100}, 47 // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, 48 // CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100}, 49 // CHECK-SAME: "regions":{"count":13,"covered":12,"notcovered":1,"percent":92}}
|
D | regionMarkers.json | 15 // CHECK-SAME: "lines":{"count":21,"covered":19,"percent":90}, 16 // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, 17 // CHECK-SAME: "regions":{"count":11,"covered":8,"notcovered":3,"percent":72}}
|
D | binary-formats.canonical.json | 15 // CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100}, 16 // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, 17 // CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100}}}
|
D | lineExecutionCounts.json | 15 // CHECK-SAME: "lines":{"count":20,"covered":18,"percent":90}, 16 // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, 17 // CHECK-SAME: "regions":{"count":11,"covered":8,"notcovered":3,"percent":72}}}
|
D | universal-binary.json | 15 // CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100}, 16 // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, 17 // CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100}}
|
D | highlightedRanges.json | 15 // CHECK-SAME: "lines":{"count":40,"covered":33,"percent":82}, 16 // CHECK-SAME: "functions":{"count":4,"covered":4,"percent":100}, 17 // CHECK-SAME: "regions":{"count":21,"covered":13,"notcovered":8,"percent":61}}}
|
/external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/targets/ |
D | StringSwitch.java | 21 private static void covered(Object s) { in covered() method in StringSwitch 88 covered(""); in main() 89 covered("a"); in main() 90 covered("b"); in main() 91 covered("\0a"); in main()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/ |
D | JacocoReportCheck.java | 234 int covered = -1; in parseReport() local 242 covered = Integer.parseInt(coveredStr); in parseReport() 249 instructionCnt = new Counter(missed, covered); in parseReport() 251 branchCnt = new Counter(missed, covered); in parseReport() 253 lineCnt = new Counter(missed, covered); in parseReport() 255 complexityCnt = new Counter(missed, covered); in parseReport() 257 methodCnt = new Counter(missed, covered); in parseReport() 291 final int covered; field in JacocoReportCheck.Counter 293 Counter(int missed, int covered) { in Counter() argument 295 this.covered = covered; in Counter() [all …]
|
/external/syzkaller/syz-manager/ |
D | cover.go | 34 covered bool member 108 for f, covered := range fileSet(coveredFrames, uncoveredFrames) { 120 if len(covered) > 0 && covered[0].line == i+1 { 121 if covered[0].covered { 131 covered = covered[1:] 150 func fileSet(covered, uncovered []symbolizer.Frame) map[string][]coverage { argument 153 for _, frame := range covered { 174 for ln, covered := range lines { 175 sorted = append(sorted, coverage{ln, covered}) 438 #covered {
|
/external/llvm/test/tools/sancov/ |
D | covered_functions.test | 2 RUN: sancov -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | F… 3 RUN: sancov -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64 %p/Inputs/tes… 4 RUN: sancov -demangle=0 -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.…
|
D | not_covered_functions.test | 2 RUN: sancov -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov… 3 RUN: sancov -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov…
|
D | blacklist.test | 2 RUN: sancov -covered-functions -blacklist %p/Inputs/fun_blacklist.txt %p/Inputs/test-linux_x86_64 %… 3 RUN: sancov -covered-functions -blacklist %p/Inputs/src_blacklist.txt %p/Inputs/test-linux_x86_64 %…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/sancov/ |
D | covered_functions.test | 2 RUN: sancov -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | F… 3 RUN: sancov -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64 %p/Inputs/tes… 4 RUN: sancov -demangle=0 -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.…
|
D | blacklist.test | 2 RUN: sancov -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | F… 3 RUN: sancov -covered-functions -blacklist %p/Inputs/fun_blacklist.txt %p/Inputs/test-linux_x86_64 %… 4 RUN: sancov -covered-functions -blacklist %p/Inputs/src_blacklist.txt %p/Inputs/test-linux_x86_64 %…
|
D | not_covered_functions.test | 2 RUN: sancov -skip-dead-files=0 -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-li… 3 RUN: sancov -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov…
|
/external/elfutils/ |
D | COPYING | 89 A "covered work" means either the unmodified Program or a work based 160 covered work is covered by this License only if the output, given its 161 content, constitutes a covered work. This License acknowledges your 164 You may make, run and propagate covered works that you do not 166 in force. You may convey covered works to others for the sole purpose 170 not control copyright. Those thus making or running the covered works 181 No covered work shall be deemed part of an effective technological 187 When you convey a covered work, you waive any legal power to forbid 190 the covered work, and you disclaim any intention to limit operation or 235 A compilation of a covered work with other separate and independent [all …]
|
/external/libnl/doc/ |
D | COPYING | 89 A "covered work" means either the unmodified Program or a work based 160 covered work is covered by this License only if the output, given its 161 content, constitutes a covered work. This License acknowledges your 164 You may make, run and propagate covered works that you do not 166 in force. You may convey covered works to others for the sole purpose 170 not control copyright. Those thus making or running the covered works 181 No covered work shall be deemed part of an effective technological 187 When you convey a covered work, you waive any legal power to forbid 190 the covered work, and you disclaim any intention to limit operation or 235 A compilation of a covered work with other separate and independent [all …]
|
/external/dnsmasq/ |
D | COPYING-v3 | 89 A "covered work" means either the unmodified Program or a work based 160 covered work is covered by this License only if the output, given its 161 content, constitutes a covered work. This License acknowledges your 164 You may make, run and propagate covered works that you do not 166 in force. You may convey covered works to others for the sole purpose 170 not control copyright. Those thus making or running the covered works 181 No covered work shall be deemed part of an effective technological 187 When you convey a covered work, you waive any legal power to forbid 190 the covered work, and you disclaim any intention to limit operation or 235 A compilation of a covered work with other separate and independent [all …]
|
/external/eigen/ |
D | COPYING.GPL | 89 A "covered work" means either the unmodified Program or a work based 160 covered work is covered by this License only if the output, given its 161 content, constitutes a covered work. This License acknowledges your 164 You may make, run and propagate covered works that you do not 166 in force. You may convey covered works to others for the sole purpose 170 not control copyright. Those thus making or running the covered works 181 No covered work shall be deemed part of an effective technological 187 When you convey a covered work, you waive any legal power to forbid 190 the covered work, and you disclaim any intention to limit operation or 235 A compilation of a covered work with other separate and independent [all …]
|
/external/javaparser/ |
D | LICENSE.GPL | 89 A "covered work" means either the unmodified Program or a work based 160 covered work is covered by this License only if the output, given its 161 content, constitutes a covered work. This License acknowledges your 164 You may make, run and propagate covered works that you do not 166 in force. You may convey covered works to others for the sole purpose 170 not control copyright. Those thus making or running the covered works 181 No covered work shall be deemed part of an effective technological 187 When you convey a covered work, you waive any legal power to forbid 190 the covered work, and you disclaim any intention to limit operation or 235 A compilation of a covered work with other separate and independent [all …]
|
/external/syzkaller/pkg/signal/ |
D | signal.go | 173 covered := make(map[elemType]ContextPrio) 176 if prev, ok := covered[e]; !ok || p > prev.prio { 177 covered[e] = ContextPrio{ 185 for _, cp := range covered {
|
/external/arm-neon-tests/ |
D | LICENSE | 4 All files are covered by the MIT license, except for: 9 which are covered by ARM's EULA regarding "EXAMPLE CODE", as described
|
D | NOTICE | 4 All files are covered by the MIT license, except for: 9 which are covered by ARM's EULA regarding "EXAMPLE CODE", as described
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
D | PercentageColumnTest.java | 154 private ITableItem createItem(final int missed, final int covered) { in createItem() argument 155 final ICoverageNode node = createNode(missed, covered); in createItem() 175 private CoverageNodeImpl createNode(final int missed, final int covered) { 178 this.lineCounter = CounterImpl.getInstance(missed, covered);
|