Home
last modified time | relevance | path

Searched refs:Covered (Results 1 – 25 of 67) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h26 size_t Covered; variable
32 RegionCoverageInfo() : Covered(0), NumRegions(0) {} in RegionCoverageInfo()
34 RegionCoverageInfo(size_t Covered, size_t NumRegions) in RegionCoverageInfo() argument
35 : Covered(Covered), NumRegions(NumRegions) { in RegionCoverageInfo()
36 assert(Covered <= NumRegions && "Covered regions over-counted"); in RegionCoverageInfo()
40 Covered += RHS.Covered;
46 Covered = std::max(Covered, RHS.Covered); in merge()
50 size_t getCovered() const { return Covered; } in getCovered()
54 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered()
57 assert(Covered <= NumRegions && "Covered regions over-counted"); in getPercentCovered()
[all …]
/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h26 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/
DCOPYING.MPL29 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 …]
DNOTICE9 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/libkmsxx/
DNOTICE12 the creation of, or owns Covered Software.
19 means Covered Software of a particular Contributor.
21 1.4. "Covered Software"
31 in Exhibit B to the Covered Software; or
33 (b) that the Covered Software was made available under the terms of
41 means a work that combines Covered Software with other material, in
42 a separate file or files, that is not Covered Software.
56 deletion from, or modification of the contents of Covered
59 (b) any new file in Source Code Form that contains any Covered
117 distribution or licensing of Covered Software under this License.
[all …]
DLICENSE12 the creation of, or owns Covered Software.
19 means Covered Software of a particular Contributor.
21 1.4. "Covered Software"
31 in Exhibit B to the Covered Software; or
33 (b) that the Covered Software was made available under the terms of
41 means a work that combines Covered Software with other material, in
42 a separate file or files, that is not Covered Software.
56 deletion from, or modification of the contents of Covered
59 (b) any new file in Source Code Form that contains any Covered
117 distribution or licensing of Covered Software under this License.
[all …]
/external/kotlinc/license/third_party/
Drhino_LICENSE.txt20 client code and to all Covered Code under this License.
22 II. ''Netscape's Branded Code'' means Covered Code that Netscape
42 Covered Code without being required to distribute such code in
46 V. Use of Modifications and Covered Code by Initial Developer.
56 Netscape may include Covered Code in products other than
125 Covered Code available to a third party.
134 1.3. ''Covered Code'' means the Original Code or Modifications or
142 1.5. ''Executable'' means Covered Code in any form other than Source Code.
148 1.7. ''Larger Work'' means a work which combines Covered Code or
161 Modifications. When Covered Code is released as a series of files,
[all …]
/external/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp83 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/caliper/lib/
Djsr311-api-1.1.1.jar.txt12 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 …]
Djersey-client-1.11.jar.txt12 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 …]
Djersey-core-1.11.jar.txt12 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/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.linkage.txt35 - Covered in functional.shaders.indexing group
39 - Covered in separate uniform buffer object tests
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstrBundle.cpp321 bool Covered = TRI->isSuperRegisterEq(Reg, MOReg); in analyzePhysReg() local
324 if (Covered) { in analyzePhysReg()
331 if (Covered) in analyzePhysReg()
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp319 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/stress/semaphores/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/stress/mqueues/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/
Dcoverage.txt3 Assertion Covered?
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
Dcoverage.txt3 Assertion Covered?

123