Searched refs:missed (Results 1 - 7 of 7) sorted by relevance
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/ |
H A D | JacocoReportCheck.java | 102 int methodMissed = methodCnt == null ? 1 : methodCnt.missed(); in main() 227 String missedStr = cntElement.getAttribute("missed"); in parseReport() 233 int missed = -1; in parseReport() 236 missed = Integer.parseInt(missedStr); in parseReport() 238 // Ignore missed # parse failure 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, covere in parseReport() 290 final int missed; global() field in JacocoReportCheck.Counter 293 Counter(int missed, int covered) Counter() argument 298 int missed() { missed() method in JacocoReportCheck.Counter [all...] |
/third_party/selinux/libselinux/src/ |
H A D | avc.c | 600 static int missed, rc = 0; 610 int lost = missed; 611 missed = 0; 622 missed++;
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.cpp | 612 static std::atomic<int> missed{0}, in buildProgram() 619 missed++; in buildProgram() 623 total.load(), missed.load()); }); in buildProgram()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 2607 int dev_fd, k, missed; in lx_scan_sg() local 2611 for (k = 0, missed = 0; (missed < SCAN_MISSES) && (k < 255); in lx_scan_sg() 2612 ++k, ++missed) in lx_scan_sg() 2614 DBG (2, "lx_scan_sg: k=%d, exclude=%d, missed=%d\n", k, in lx_scan_sg() 2615 exclude_devnum, missed); in lx_scan_sg() 2618 missed = 0; in lx_scan_sg() 2623 missed = 0; in lx_scan_sg() 2632 missed = 0; /* no permissions but something found */ in lx_scan_sg()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 6563 __u64 missed; member 6579 __u64 missed; member
|
/third_party/python/Lib/ |
H A D | enum.py | 1880 missed = [v for v in values if v not in member_values] 1881 if missed: 1883 missing_value |= reduce(_or_, missed)
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 4565 /// Compute the number of canonicalized and missed types in the late 4574 /// @param missed the number of types scheduled for late 4579 size_t& missed) const in add_late_canonicalized_types_stats() 4586 ++missed; in add_late_canonicalized_types_stats() 4611 << " # missed canonicalization opportunities: " in perform_late_type_canonicalizing()
|
Completed in 37 milliseconds