/external/llvm/tools/llvm-cov/ |
D | CoverageSummaryInfo.h | 26 size_t Covered; member 34 RegionCoverageInfo() : Covered(0), NotCovered(0), NumRegions(0) {} in RegionCoverageInfo() 36 RegionCoverageInfo(size_t Covered, size_t NumRegions) in RegionCoverageInfo() 37 : Covered(Covered), NotCovered(NumRegions - Covered), in RegionCoverageInfo() 41 Covered += RHS.Covered; 47 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() 52 return double(Covered) / double(NumRegions) * 100.0; in getPercentCovered() 59 size_t Covered; member 71 : Covered(0), NotCovered(0), NonCodeLines(0), NumLines(0) {} in LineCoverageInfo() 73 LineCoverageInfo(size_t Covered, size_t NumNonCodeLines, size_t NumLines) in LineCoverageInfo() [all …]
|
/external/eigen/ |
D | NOTICE | 9 the creation of, or owns Covered Software. 16 means Covered Software of a particular Contributor. 18 1.4. "Covered Software" 28 in Exhibit B to the Covered Software; or 30 (b) that the Covered Software was made available under the terms of 38 means a work that combines Covered Software with other material, in 39 a separate file or files, that is not Covered Software. 53 deletion from, or modification of the contents of Covered 56 (b) any new file in Source Code Form that contains any Covered 114 distribution or licensing of Covered Software under this License. [all …]
|
D | COPYING.MPL2 | 9 the creation of, or owns Covered Software. 16 means Covered Software of a particular Contributor. 18 1.4. "Covered Software" 28 in Exhibit B to the Covered Software; or 30 (b) that the Covered Software was made available under the terms of 38 means a work that combines Covered Software with other material, in 39 a separate file or files, that is not Covered Software. 53 deletion from, or modification of the contents of Covered 56 (b) any new file in Source Code Form that contains any Covered 114 distribution or licensing of Covered Software under this License. [all …]
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 83 BitVector &Covered = RB.ContainedRegClasses; in addRegBankCoverage() local 87 Covered.set(RCId); in addRegBankCoverage() 113 if (!Covered.test(SubRCId)) { in addRegBankCoverage() 119 Covered.set(SubRCId); in addRegBankCoverage() 138 if (Covered.test(SubRCId)) in addRegBankCoverage() 155 Covered.set(SubRCId); in addRegBankCoverage()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.linkage.txt | 35 - Covered in functional.shaders.indexing group 39 - Covered in separate uniform buffer object tests
|
/external/caliper/lib/ |
D | jsr311-api-1.1.1.jar.txt | 12 1.3. "Covered Software" means (a) the Original Software, or (b) 17 1.4. "Executable" means the Covered Software in any form other than 23 1.6. "Larger Work" means a work which combines Covered Software or 104 Modifications, as Covered Software and/or as part of a Larger Work; and 125 Covered Software in the absence of Modifications made by that 132 Any Covered Software that You distribute or otherwise make available in 136 Source Code form of the Covered Software You distribute or otherwise 137 make available. You must inform recipients of any such Covered Software 138 in Executable form as to how they can obtain such Covered Software in 153 any copyright, patent or trademark notices contained within the Covered [all …]
|
D | jersey-core-1.11.jar.txt | 12 1.3. "Covered Software" means (a) the Original Software, or (b) 17 1.4. "Executable" means the Covered Software in any form other than 23 1.6. "Larger Work" means a work which combines Covered Software or 104 Modifications, as Covered Software and/or as part of a Larger Work; and 125 Covered Software in the absence of Modifications made by that 132 Any Covered Software that You distribute or otherwise make available in 136 Source Code form of the Covered Software You distribute or otherwise 137 make available. You must inform recipients of any such Covered Software 138 in Executable form as to how they can obtain such Covered Software in 153 any copyright, patent or trademark notices contained within the Covered [all …]
|
D | jersey-client-1.11.jar.txt | 12 1.3. "Covered Software" means (a) the Original Software, or (b) 17 1.4. "Executable" means the Covered Software in any form other than 23 1.6. "Larger Work" means a work which combines Covered Software or 104 Modifications, as Covered Software and/or as part of a Larger Work; and 125 Covered Software in the absence of Modifications made by that 132 Any Covered Software that You distribute or otherwise make available in 136 Source Code form of the Covered Software You distribute or otherwise 137 make available. You must inform recipients of any such Covered Software 138 in Executable form as to how they can obtain such Covered Software in 153 any copyright, patent or trademark notices contained within the Covered [all …]
|
/external/ltp/testcases/open_posix_testsuite/stress/semaphores/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/stress/mqueues/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 319 bool Covered = TRI->isSuperRegisterEq(Reg, MOReg); in analyzePhysReg() local 322 if (Covered) { in analyzePhysReg() 329 if (Covered) in analyzePhysReg()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/signal/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigdelset/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
D | coverage.txt | 3 Assertion Covered?
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/ |
D | coverage.txt | 3 Assertion Covered?
|