Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp325 violations.clear(); in clear()
367 DE_ASSERT(results->liveAllocations.empty() && results->violations.empty()); in validateAllocationCallbacks()
384 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
392 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
438 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
444 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
489 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
522 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
525 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
543 …results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REA… in validateAllocationCallbacks()
[all …]
DvkAllocationCallbackUtil.hpp218 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/v8/tools/
Dpresubmit.py386 violations = 0
393 violations += 1
396 print "Total violating files: %s" % violations
/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/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_violations.sh73 ima_violations=$SECURITYFS/ima/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/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc39 "Report violations of async signal-safety "
/external/curl/docs/
DCHECKSRC.md108 You can also opt to ignore just N violations so that if you have a single long
/external/llvm/test/DebugInfo/COFF/
Dtypes-recursive-struct.ll8 ; violations, i.e. methods that only exist ifndef NDEBUG.
/external/nanopb-c/
DCHANGELOG.txt30 Fix MISRA C violations (issue 91)
/external/llvm/docs/
DCodeOfConduct.rst31 spaces. In addition, violations of this code outside these spaces may, in rare
/external/syslinux/doc/
DSubmittingPatches.txt136 Check your patch for basic style violations, details of which can be
143 be able to justify all violations that remain in your patch.
485 You should be able to justify all violations that remain in your
/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"
Dru.po209 "SE-Alert alerts you about SELinux policy violations, but also\n"
Dja.po205 "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"
/external/clang/docs/
DControlFlowIntegrity.rst131 Bad casts are not in themselves control flow integrity violations, but they

123