/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | ControlStructuresTest.java | 35 assertLine("missedif", ICounter.NOT_COVERED); in testCoverageResult() 41 assertLine("missedelse", ICounter.NOT_COVERED); in testCoverageResult() 45 assertLine("missedwhile", ICounter.NOT_COVERED); in testCoverageResult() 60 assertLine("missedfor", ICounter.NOT_COVERED); in testCoverageResult() 68 assertLine("missedforeach", ICounter.NOT_COVERED); in testCoverageResult() 76 assertLine("tswitch1case1", ICounter.NOT_COVERED); in testCoverageResult() 78 assertLine("tswitch1case3", ICounter.NOT_COVERED); in testCoverageResult() 79 assertLine("tswitch1default", ICounter.NOT_COVERED); in testCoverageResult() 83 assertLine("tswitch2case1", ICounter.NOT_COVERED); in testCoverageResult() 90 assertLine("tswitch3case1", ICounter.NOT_COVERED); in testCoverageResult() [all …]
|
D | ExceptionsTest.java | 33 assertLine("implicitNullPointerException.before", ICounter.NOT_COVERED); in testCoverageResult() 35 ICounter.NOT_COVERED); in testCoverageResult() 36 assertLine("implicitNullPointerException.after", ICounter.NOT_COVERED); in testCoverageResult() 40 assertLine("implicitException.exception", ICounter.NOT_COVERED); in testCoverageResult() 41 assertLine("implicitException.after", ICounter.NOT_COVERED); in testCoverageResult() 52 isJDKCompiler ? ICounter.NOT_COVERED : ICounter.PARTLY_COVERED); in testCoverageResult() 53 assertLine("noExceptionTryCatch.catchBlock", ICounter.NOT_COVERED); in testCoverageResult() 62 assertLine("implicitExceptionTryCatch.exception", ICounter.NOT_COVERED); in testCoverageResult() 63 assertLine("implicitExceptionTryCatch.after", ICounter.NOT_COVERED); in testCoverageResult() 69 isJDKCompiler ? ICounter.NOT_COVERED : ICounter.EMPTY); in testCoverageResult() [all …]
|
D | EnumImplicitMethodsTest.java | 32 assertLine("customValueOfMethod", ICounter.NOT_COVERED); in testCoverageResult() 33 assertLine("customValuesMethod", ICounter.NOT_COVERED); in testCoverageResult()
|
D | FieldInitializationInTwoConstructorsTest.java | 34 assertLine("constr2", ICounter.NOT_COVERED); in testCoverageResult()
|
D | ValidationTestBase.java | 46 STATUS_NAME[ICounter.NOT_COVERED] = "NOT_COVERED";
|
/external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/ |
D | TryWithResourcesTest.java | 46 assertLine("test.catch", ICounter.NOT_COVERED); in test() 64 assertLine("test2.catch", ICounter.NOT_COVERED); in test2() 106 assertLine("nested.catch1", ICounter.NOT_COVERED); in nested() 111 assertLine("nested.catch2", ICounter.NOT_COVERED); in nested() 118 assertLine("nested.catch3", ICounter.NOT_COVERED); in nested() 182 assertLine("throwInBody.try", ICounter.NOT_COVERED); in throwInBody() 183 assertLine("throwInBody.close", ICounter.NOT_COVERED); in throwInBody()
|
D | StringSwitchTest.java | 50 assertLine("notCovered", ICounter.NOT_COVERED, isJDKCompiler ? 4 : 9, in notCovered() 63 assertLine("handwritten.case2", ICounter.NOT_COVERED); in handwritten()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | ICounter.java | 49 public static final int NOT_COVERED = 0x01; field 59 public static final int PARTLY_COVERED = NOT_COVERED | FULLY_COVERED;
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | SourceHighlighter.java | 91 case ICounter.NOT_COVERED: in highlight() 92 style = Styles.NOT_COVERED; in highlight() 107 case ICounter.NOT_COVERED: in highlight()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/ |
D | SynchronizedTest.java | 65 assertLine("implicitException.exception", ICounter.NOT_COVERED); in implicitException() 68 assertLine("implicitException.monitorExit", ICounter.NOT_COVERED); in implicitException()
|
D | FinallyTest.java | 90 assertLine("catchNotExecuted.catch", ICounter.NOT_COVERED); in catchNotExecuted() 120 assertLine("twoRegions.return.2", ICounter.NOT_COVERED); in twoRegions() 126 assertLine("twoRegions.region.2", ICounter.NOT_COVERED); in twoRegions()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 78 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply() 86 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 179 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply() 186 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 397 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply() 405 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 587 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply() 595 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 924 if (likely (index == NOT_COVERED)) return_trace (false); in would_apply() 935 if (likely (index == NOT_COVERED)) return_trace (false); in apply() [all …]
|
D | hb-ot-layout-gpos-table.hh | 487 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 542 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 760 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 835 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 1153 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply() 1183 if (base_index == NOT_COVERED) return_trace (false); in apply() 1275 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply() 1288 if (lig_index == NOT_COVERED) return_trace (false); in apply() 1396 if (likely (mark1_index == NOT_COVERED)) return_trace (false); in apply() 1430 if (mark2_index == NOT_COVERED) return_trace (false); in apply()
|
D | hb-ot-layout-gdef-table.hh | 55 if (index == NOT_COVERED) in get_attach_points() 258 if (index == NOT_COVERED) in get_lig_carets() 289 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers()
|
D | hb-ot-math-table.hh | 211 if (index == NOT_COVERED) in get_value() 383 { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; } in is_extended_shape()
|
D | hb-ot-layout-gsubgpos.hh | 754 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage() 1508 if (likely (index == NOT_COVERED)) in apply() 1625 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 1734 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 2172 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 2304 if (likely (index == NOT_COVERED)) return_trace (false); in apply() 2456 if (likely (index == NOT_COVERED)) return_trace (false); in apply()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | LineImplTest.java | 92 assertEquals(ICounter.NOT_COVERED, line.getStatus()); in testGetStatus1() 99 assertEquals(ICounter.NOT_COVERED, line.getStatus()); in testGetStatus2()
|
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/ |
D | LambdaExpressionsTest.java | 32 assertLine("notexecutedlambdabody", ICounter.NOT_COVERED); in testCoverageResult()
|
D | InterfaceOnlyDefaultMethodsTest.java | 30 assertLine("m2", ICounter.NOT_COVERED); in testCoverageResult()
|
D | InterfaceDefaultMethodsTest.java | 31 assertLine("m2", ICounter.NOT_COVERED); in testCoverageResult()
|
D | BadCycleInterfaceTest.java | 47 assertLine("childdefault", ICounter.NOT_COVERED); in test()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | Styles.java | 83 public static final String NOT_COVERED = "nc"; field in Styles
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | CounterImpl.java | 190 status |= NOT_COVERED; in getStatus()
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
D | CoreTutorial.java | 180 case ICounter.NOT_COVERED: in getColor()
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
D | SourceHighlighterTest.java | 99 assertEquals(Styles.NOT_COVERED, in testHighlighting()
|