Home
last modified time | relevance | path

Searched refs:violations (Results 1 – 25 of 48) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp317 violations.clear(); in clear()
359 DE_ASSERT(results->liveAllocations.empty() && results->violations.empty()); in validateAllocationCallbacks()
376 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
384 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
430 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
436 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
481 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
505 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
508 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
526 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
[all …]
DvkAllocationCallbackUtil.hpp206 std::vector<AllocationCallbackViolation> violations; member
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DCheckMojo.java133 private boolean violations; field in CheckMojo
162 violations = false; in executeCheck()
178 if (violations) { in executeCheck()
212 violations = true; in onViolation()
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java351 private boolean violations = false; field in ReportTask.CheckFormatterElement
397 violations = true; in onViolation()
408 if (violations && failOnViolation) { in finish()
/external/v8/tools/
Dpresubmit.py391 violations = 0
398 violations += 1
401 print "Total violating files: %s" % violations
/external/owasp/sanitizer/tools/findbugs/doc/
DFilterFile.txt111 <!-- Match all XYZ violations. -->
116 <!-- Match all doublecheck violations in these methods of "AnotherClass". -->
DAddingDetectors.txt96 BAD_PRACTICE - violations of recommended and essential coding practice
/external/llvm/bindings/python/
DREADME.txt67 And try to keep the number of violations to a minimum.
/external/selinux/secilc/test/
Dneverallow.cil76 ;; Should not call these violations
/external/opencv3/modules/ts/src/
Dts_perf.cpp506 int violations = countViolations(expected, actual, diff, eps, &maxv, &maxa); in verify() local
507 if (violations > 0) in verify()
513 …" << idx << "]\" and expected value is greater than " << eps << " in " << violations << " points"; in verify()
563 int violations = countViolations(expected, actual, diff, eps, &maxv, &maxa); in verify() local
564 if (violations > 0) in verify()
570 … << "\" and expected value is greater than " << eps << " in " << violations << " points"; in verify()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc39 "Report violations of async signal-safety "
/external/nanopb-c/
DCHANGELOG.txt30 Fix MISRA C violations (issue 91)
/external/clang/docs/analyzer/
Dnullability.rst73 … is to reanalyze takesNullable as a top level function to get possible violations. The alternative…
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp262 TCU_CHECK(validateRes.violations.empty()); in computeDeviceMemorySystemMemFootprint()
/external/autotest/client/profilers/powertop/src/po/
Dfr.po210 "SE-Alert alerts you about SELinux policy violations, but also\n"
214 "SE-Alert vous avertit des violations des politiques SELinux, mais il a\n"
Dnl.po203 "SE-Alert alerts you about SELinux policy violations, but also\n"
Dja.po205 "SE-Alert alerts you about SELinux policy violations, but also\n"
Dru.po209 "SE-Alert alerts you about SELinux policy violations, but also\n"
Dit.po203 "SE-Alert alerts you about SELinux policy violations, but also\n"
Dzh.po449 "SE-Alert alerts you about SELinux policy violations, but also\n"
Dde.po211 "SE-Alert alerts you about SELinux policy violations, but also\n"
Des.po205 "SE-Alert alerts you about SELinux policy violations, but also\n"
/external/clang/docs/
DControlFlowIntegrity.rst119 Bad casts are not in themselves control flow integrity violations, but they
DControlFlowIntegrityDesign.rst394 detected as CFI violations.
/external/llvm/docs/
DDeveloperPolicy.rst332 For minor violations of these recommendations, the community normally favors
383 #. Multiple violations of these policies or a single egregious violation may

12